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
请大家过来看看,谢谢查看,谢谢回答
King Wang1:
说你的两个函数(符号)没有定义,_LOG_post和_ArgToInt
这两个函数是在mbxtest.c里面被引用的。
无非两种可能,第一个是这两个函数是你自己写的,在某个.c里面,但是你没有编译进去。第二种是你引用的某个lib库里应该包含这两个文件,但是你没有将lib库加入到链接里面。