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.

CCS/TMS320F2808: CCS v6.2.0 linking error #10234-D

Part Number: TMS320F2808


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 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 worked with the CCS since I released the software several months ago. Does anybody know what could be wrong? Thanks in advance for any ideas.