Part Number: CODECOMPOSER
Hi Experts,
Posting on behalf of the customer.
We are migrating several CCS10 projects to CCS20 and have followed the online migration guide. The projects open successfully in CCS20; however, we encounter linker errors during the build process.
After comparing build logs between CCS10 and CCS20, we noticed that one of the linker library search paths is not being populated by the make commands in CCS20. The path is defined as: ${xdc_find:gnu/targets/arm/libs/install-native/arm-none-eabi/lib/hard:${ProjName}}
When we check this entry under Build → GNU Linker → Libraries → Library Search Path in the CCS20 project properties, the following message appears: Values resolve to a non-existent location.
xdc_find dynamic variable is not yet supported in the new Theia-based IDE. Could you please advise on how to define dynamic library search paths in CCS20?