On 01/05/2014 12:07, Eero Tamminen wrote:
In VBCC/Vlink generated code, all symbols are relative to TEXT section start, in everything else I've checked (e.g. VBCC/Vasm and GCC "-Wl,--traditional-format -g"), all symbol addresses are relative to their own (=TEXT/DATA/BSS) section's start. I assume latter is correct, right?
MonST2 correctly loads the symbols generated by gcc/ld, so I assume they are correct.
-- Vincent Rivière