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
lgtm. In fact, we can avoid -mcmodel=medany by using address
range 0xffffffff80000000 to 0x7fffffff.
(I can confirm that for uint32_t X and Y, any address Y is aliased with (X
<< 32) | Y for any X,
and the cpu doesn't support execution from uncached address space.)
Please add 0xffffffff80000000 address space as alias of 0x80000000 in ELF SRAM mode.
Described here
The text was updated successfully, but these errors were encountered: