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.
Tool/software: Code Composer Studio
Hello all,
please can anybody tell me where I can find in CCS a summary of updates which have been done?
I have been using CCS v6.2.0.00048. I didn't use it for several months. Now as soon as I need to use
it I wasn't able to compile the source code which I was able to compile previously. So I had an idea that
the reason of my problems could be in some updates which have been done.
Thank you in advance.
Hello Ki,
thank you very much for your reaction. I have following errors during
linking:
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 have changed some unsigned ints literal values. I haven't done any
other changes. Then I have tried to compile the original source code
without any changes and the result was exactly same.
Hello Ki,
the missing symbols regards source files that are part of my project. So I have verified that the source files are still added to the project. I have observed three strange things:
a) the above mentioned error occurs irregularly (sometimes the compilation is successful even with clean at the beginning)
b) the missing symbols aren't still the same, it depends on the compilation
c) whenever I ignore the error message and try to rebuild without cleaning the compilation is successful but the binary produced
has different content for each build.