Tool/software: TI C/C++ Compiler
Dear support,
We have a project running on concertoM3:F28M35H52C1 device that includes both C and CPP files.
For some reasons I had to #include some header files (.h) with cpp code to one of our C files.
After that I had to mark the "Treat C files as C++ files" checkbox in the project properties (CodeComposer version 5.5.0) to be able to successfully compile the updated sources.
The compilation succeed, but now I have linkage issues like that: (WatchDogTask is one of our threads running there)
<Linking>
warning #10229-D: output section ".data" refers to load symbol "WatchDogTask" and hence cannot be compressed; compression "rle" is ignored
undefined first referenced
symbol in file
--------- ----------------
EMAC_config C:\ti\mcusdk_1_00_00_68\packages\ti\drivers\lib\instrumented\emac_mware.aem3<EMAC.oem3>
.
.
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "L-Full_M3-1.out" not built
Please advise.
Alex.