标题: 求助:#pragma LINK_INFO 是什么意思 [打印本页] 作者: tygty 时间: 2011-1-26 09:40 标题: 求助:#pragma LINK_INFO 是什么意思 编译程序时遇到警告L1937: LINK_INFO: <details>
Description
The compiler does put with the #pragma LINK_INFO some information entries into the ELF file. This message is used if incompatible information entries exists.
Tips
Check the #pragma LINK_INFO in the compiler source.
This warning could indicate that some incompatible files are linked together.
请问有谁遇到该警告或明白如何处理的请帮忙解答一下,谢谢。作者: b620126 时间: 2011-1-29 13:09
链接错误吧 比如声明的函数 没有找到实现作者: b620126 时间: 2011-1-29 13:09
链接错误吧 比如声明的函数 没有找到实现作者: suaibinhan 时间: 2011-4-17 13:32
学习中作者: 5801209027 时间: 2011-10-25 16:09
XUEXI作者: yang坤兴 时间: 2012-1-13 10:31
学习了