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.