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.

程序运行出错,请大家来看看,谢谢

Other Parts Discussed in Thread: CCSTUDIO


   undefined first referenced
   symbol in file
---------              ----------------
_LOG_post      D:\\CCStudio_v3.3\\bios_5_31_02\\packages\\ti\\bios\\examples\\BIOSpractice\\practice\\mbxtest\\mbxtest\\Debug\\mbxtest.obj
_ArgTolnt         D:\\CCStudio_v3.3\\bios_5_31_02\\packages\\ti\\bios\\examples\\BIOSpractice\\practice\\mbxtest\\mbxtest\\Debug\\mbxtest.obj
>> error: symbol referencing errors - './Debug/mbxtest.out' not built

>> Compilation failure


请大家过来看看,谢谢查看,谢谢回答

  • 说你的两个函数(符号)没有定义,_LOG_post和_ArgToInt

    这两个函数是在mbxtest.c里面被引用的。

    无非两种可能,第一个是这两个函数是你自己写的,在某个.c里面,但是你没有编译进去。第二种是你引用的某个lib库里应该包含这两个文件,但是你没有将lib库加入到链接里面。