我在rtls_master_CC26X2R1_LAUNCHXL_tirtos_ccs的main函数中添加了一个串口初始化的函数,编译时报错?注释掉以后再编译就好了。不知道哪里问题。
这是写的一个串口初始化函数:

在main中调用UartInit0()函数

编译报错
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "rtls_master_CC26X2R1_LAUNCHXL_tirtos_ccs.out" not built
>> Compilation failure
makefile:200: recipe for target 'rtls_master_CC26X2R1_LAUNCHXL_tirtos_ccs.out' failed
gmake[1]: *** [rtls_master_CC26X2R1_LAUNCHXL_tirtos_ccs.out] Error 1
makefile:196: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****


