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/AM3358:未解析的符号仍存在错误#10010:链接期间遇到错误;"FW_UART.out"未生成

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/917511/ccs-am3358-unresolved-symbols-remain-error-10010-errors-encountered-during-linking-fw_uart-out-not-built

器件型号:AM3358

工具/软件:Code Composer Studio

您好!

我正在尝试使用 AM335x (BeagleBone Black)使用 UART API、并且我已包含所有必需的头文件、但我仍然收到"error #10234-D:unresolved  symbols remain (错误#10234-D:未解析符号仍保留)"

未定义 第一
个引用的符号 文件中
------ --------
Board_init /fw_UART.obj
PRCMModuleEnable ./fw_UART.obj
UART_socGetFwCfg ./fw_UART.obj
UART_socInitFwCfg ./fw_UART.obj 

我已包含这些文件:  

#include 
#include 
#include 
#include 
//#include 


#include 

/*板头文件*/
#include 
#include 

 

如何解决此问题? 或者、如果我做了一些错误、您能纠正我吗?