Hi all,
I have a simple main programm which just outputs "Hello World". This works fine. Now I want to link several CPP code object files to this program. And here is where Iam getting stucked. For example if one of the objects of the CPP code allocates to much memory its static (global) variables, suddenly the print statemant from the main routine does not work anymore. If I increase the memory consumption of such a static variable within the CPP code which is just linked to the main program, the debugger can't even find the main access point anymore.
Iam using CCv4.2, developing code for C6748 DSP processor, using CGT v7.0.4 and xdc tool version 3.20.08.88. I use a generated linker file by the xdc platform evm6748 since I also have an evm6748 by LogicPD.
Any help on this issue would be very appreciated. Please let me know if you need additional information.
Kind Regards,
Steve