(TMS570LC43, CCS 5.5), compiler TI 5.2.4
I have some .C files in my C++ project, and in order to make them build, I've uncheck the box to revome the --cpp_default option.
The build is ok but in run-time, the program stucks in the TI_auto_init() call. I've replaced the call to the old TI code, and I see that some init call have null pointer or stuff like that.
Then I've checked the box this time and use some extern "C" {...} to make them build (the solve the mingling thing I guess), still the same result on TI_auto_init().
Do you have a solution about TI_auto_init() problem ?