This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Changing COFF to EABI

While changing COFF to Eabi, I encounter certain issues, e.g.

changing .bss to __TI_STATIC_BASE doesn't work, (it is not recognised by the linker), which states that it is an undefined symbol.

Though .cinit works!

Also, how should I replace the symbols 'end', 'etext', in the statements such as LDR r1,end (since end and etext are N/A in EABI).

I followed the instructions given at http://processors.wiki.ti.com/index.php/C6000_EABI_Migration, hoping that this works for all processors.