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