Tool/software: Code Composer Studio
Hi All,
I'm working with CCS7 and "simplelink_cc13x0_sdk_1_60_00_21". For test purposes I'm trying to create a library project, which should be included in an application project. Library project contains only one simple function, it is compiled without problems and output is "xxx.lib". In order to connect this library to the application project, I'm trying to use approach used in examples from "simplelink_cc13x0_sdk_1_60_00_21", where TI-RTOS is included as "dependent" project to the example projects - Properties/Build/Dependencies... . With this approach, when one project is imported to the workspace, dependency project automatically is imported and building of the project automatically build dependency project. In my test building of both is ok, but when linking starts, there are errors:
#10234-D: unresolved symbols remain
#10010: errors encountered during linking
If I add "xxx.lib" as linked file to the application project, there is no errors, but in this case setting of library project as "dependant" project is not necessary at all.
My question is why this approach work well with ti-rtos examples, but do not in my attempt.
Regards,
Peter