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/TIDA-01486: Unresolvable symbols in USS library files

Part Number: TIDA-01486

Tool/software: Code Composer Studio

Hello everybody,

I have the following problem: I am currently working with the MSP403FRxxx and use a library without access to the source.

The "xxx.lib" file is linked and the "xxx.h" file is included. The MSP430 linker and compiler settings have been adapted accordingly.

After the build, the following errors occur when linking:

unresolved symbol xxx, first referenced in xxxx.lib<xxx.obj>

The symbols are located in the objects of the library.

What could be the reason why compiler symbols are not resolved correctly?

 

Thanks in advance

  • i Alex,

    I need you do a quick checking as it seems to be a common CCS project configuration issue.

    Please right click your project name and then open the "Properties" tab for your CCS project. Then go to CCS Build->MSP430 Compiler->Include Options to check if the path of your xxx.h file is on the list. If not, please just add the path on your Workspace->Project name->folder name of xxx.h


    Then you could compile the project again. If still problem, please help to share the whole project files and CCS version to me and I could try on my side.