You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build branch usbc-mux-info for bonw15 results in:
LINK ec.ihx
?ASlink-Error-Could not get 11 consecutive bytes in internal RAM for area OSEG.
?ASlink-Error-Could not get 5 consecutive bytes in internal RAM for area OSEG.
make: *** [src/arch/8051/toolchain.mk:42: build/ec.ihx] Error 1
The text was updated successfully, but these errors were encountered:
We already use large for the main app (which is suppose to put variables in XRAM to begin with), so a potential resolution may be to declare and use variables at fixed addressed (Ref: #36):
declare loop indexes in idata and only use those?
ensure we only have ~4 total
not sure how SDCC manages these; might already try something like this?
explicitly move data to xdata?
not sure how this works with scratch ROM usage and registers
Attempting to build branch
usbc-mux-info
for bonw15 results in:The text was updated successfully, but these errors were encountered: