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.
Hello,
I am working with CCS in simulation mode of a dspF280.
I can compile my project with no errors but, at the time of linking, the following error message appears:
error: symbol referencing errors - './Debug/myproject.out' not built
Could someone help me ?
Thanks a lot!
Elena
The error log you provided does not provide enough information to give a clear direction, other than to say that you are likely needing to link in libraries that you have made calls into that are not part of your own source files. Things like the RTS (Run Time Support) library are needed for C programs, or any other libraries such as IQMath, etc.
Without more details, it is difficult to give specific recommendation.
Within the CCS Project, you can edit the properties of the project to indicate to the linker where to find libraries and which libraries to pull in.