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.

ccs3.3上lib库文件制作和应用问题



做了一个很简单的函数库,有警告信号,这个库成功了吗???>> warning: entry point symbol _c_int00 undefined,只有这个警告信号,我想应该成功了吧。。。

放到要应用的工程中,加入库,调用库中函数算法,一放入自己做的.lib文件,就显示

>> warning: load address of uninitialized section .const ignored
>> application error: cannot find abbreviation table entry for code 0x53
>> warning: unrecognized tag 0x0
>> fatal error: errors occurred while processing DWARF information

>> Compilation failure

编译失败了,看不懂啊,专家大神帮帮我啊,把做好的库.lib文件移出工程,工程项目就好了。

这个库到底要怎么弄啊