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/RM42L432: Problems linking SafeTI lib

Part Number: RM42L432

Tool/software: Code Composer Studio

Hello,

the problem I am experiencing isthe same as here: https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/322788?Problems-when-linking-SafeTi-lib

I am trying to link the SafeTI lib.

I added ".../hal/include" and ".../safety_library/include" to the include path for header files.

I also added SafeTILib_RM42_LE.lib to the linker includes.

The following errors appear:


#10010 errors encountered during linking; "H129V10.out" not built H129V10 C/C++ Problem
#10234-D unresolved symbols remain H129V10 C/C++ Problem
gmake: *** [all] Error 2 H129V10 C/C++ Problem
gmake[1]: *** [H129V10.out] Error 1 H129V10 C/C++ Problem
unresolved symbol StackModeABT, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem
unresolved symbol StackModeFIQ, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem
unresolved symbol StackModeIRQ, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem
unresolved symbol StackModeSVC, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem
unresolved symbol StackModeSYS, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem
unresolved symbol StackModeUND, first referenced in C:/ti/Hercules/SafeTI H129V10 C/C++ Problem

How can I solve the unresolved symbols errors?