本帖最后由 醉美天下 于 2014-1-8 11:05 编辑
28335程序中用到printf函数,但是stdio.h这个文件加不到工程中,
错误如下:
undefined first referenced
symbol in file
--------- ----------------
_printf E:\\my project\\ch376\\Debug\\DEBUG.obj
_c_int00 E:\\my project\\ch376\\Debug\\DSP2833x_CodeStartBranch.obj
_sprintf E:\\my project\\ch376\\Debug\\main.obj
_strcpy E:\\my project\\ch376\\Debug\\main.obj
_strlen E:\\my project\\ch376\\Debug\\main.obj
_InitPeripherals E:\\my project\\ch376\\Debug\\main.obj
>> error: symbol referencing errors - './Debug/ch376.out' not built
stdio。h这个文件一直加不到工程里。不知道怎么回事。
|