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/CCSTUDIO: Undefined Symbol NOROM_SetupTrimDevice

Part Number: CCSTUDIO

Tool/software: Code Composer Studio


Hello, 

in a past post ( https://e2e.ti.com/support/tools/ccs/f/81/t/883746#pi320995=2 ) I had some compiler/linker errors due to an old sdk version. I figured out a solution, thanks also to TI Engineers. 

Now, I have my own custom board with a CC1352R1 onto it and moved from build in Debug mode to build in Release mode resulting in the following issue:

<Linking>
 
 undefined             first referenced                                                                                                          
  symbol                   in file                                                                                                               
 ---------             ----------------                                                                                                          
 NOROM_SetupTrimDevice C:\Projects\CCStudio\tirtos_builds_CC1352R1_LAUNCHXL_release_ccs_2_40_00_81\src\sysbios\rom_sysbios.aem4f<rom_sysbios.obj>
 
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "SWAN_FW20.out" not built
 
>> Compilation failure
makefile:192: recipe for target 'SWAN_FW20.out' failed
gmake[1]: *** [SWAN_FW20.out] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
makefile:185: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

What can I do? 

Best Regards,
Vincenzo