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.

C and C++ in CCS

Other Parts Discussed in Thread: HALCOGEN

Hi:

Now I need to move the old C++ applicaplication program to the TMS570 MCU, I want to know that is it possible to use the functions of the C++ source files in the HCG created .c files in CCS porject? what about using the functions of .c file in the C++ files?

The applicaplication program has large amount of codes so it is impossible to rewrite it in C language. I tried to write a simple CPP file in the HCG project and call it in the sys_main, the complier indicates that unresolved symbols errors. Is there any wrong settings led to that?