Hello.
I need to set the _c_int00 address with CCS 9.3 and DSP/BIOS 6.
I need this because I must generate a binary file that must run in and old system. In that system the binary file is loaded by an external processor and the entry point must be the same. The old binary file was generated by CCS 3.x BIOS 5. And in the linker cmd file the entry point was set with
boot > 0xC0000000
{
-l bios.a674<boot.o674>(.sysinit)
}
but it does not work with CCS 9.3 and BIOS 6.
Could any one help me?
Thanks in advance.