Tool/software: Code Composer Studio
Hello all,
I have been struggling with strange problem. I wrote a software for TMS320F2808 in CCS v6.2.0.00048 several months ago. I was able to compile the source code without any problems.
Now I needed to do some changes in the software. As soon as I have implemented them I have tried to recompile the source code and I have received below given error messages:
undefined first referenced
symbol in file
--------- ----------------
_ausschalten_FZGEN ./XYZ.obj
_ausschalten_MW ./XYZ.obj
_fzgen_berechnen ./XYZ.obj
_pruefe_ein_aus ./XYZ.obj
_set_max_power ./XYZ.obj
_status_led ./XYZ.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "XYZ.out" not built
gmake: *** [XYZ.out] Error 1
gmake: Target 'all' not remade because of errors
I haven't done any changes in the CCS settings since I released the software several months ago. I have noticed that as soon as I ignore the error messages and recompile the source code I receive .out file but the .out file has different content for each compiler call. Does anybody know what could be wrong? Thanks in advance for any ideas.