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:链接 SafeTI 库时出现问题

Guru**** 2378650 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/947906/ccs-rm42l432-problems-linking-safeti-lib

器件型号:RM42L432

工具/软件:Code Composer Studio

您好!

我遇到的问题与以下问题相同: https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/322788?Problems-when-linking-SafeTi-lib

我正在尝试链接 SafeTI 库。

我在头文件的包含路径中添加了".../hal/include 和".../safety_library/include"。

我还向链接器 include 添加了 SafeTILib_RM42_LE.lib。

出现以下错误:


#10010链接期间遇到错误;"H129V10.out"未构建 H129V10 C/C++问题
#10234-D 未解析的符号仍然存在 H129V10 C/C++问题
gmake:***[All]错误2 H129V10 C/C++问题
gmake[1]:***[H129V10.OUT]错误1 H129V10 C/C++问题
未解析的符号 StackModeABT、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ Problem 中引用
未解析的符号 StackModeFIQ、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ Problem 中引用
未解析的符号 StackModeIRQ、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ problem 中引用
未解析符号 StackModeSVC、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ problem 中引用
未解析的符号 StackModeSYS、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ problem 中引用
未解析的符号 StackModeUND、首先在 C:/ti/Hercules/SafeTI H129V10 C/C++ Problem 中引用

如何解决未解析的符号错误?