网站大量收购独家精品文档,联系QQ:2885784924

为什么会出现LNK2005“符号已定义”的链接错误?(国外英文资料).doc

为什么会出现LNK2005“符号已定义”的链接错误?(国外英文资料).doc

  1. 1、本文档共15页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
为什么会出现LNK2005“符号已定义”的链接错误?(国外英文资料)

为什么会出现LNK2005“符号已定义”的链接错误?(国外英文资料) Why is there a link error for the LNK2005 symbolic definition? Many Visual c + + users have encountered LNK2005: symbol already defined and LNK1169: one or more multiply defined symbols found in the link error, and usually encountered when using third-party libraries. For this problem, some friends may not be learning, while some friends may much but dont know why, so this article is trying to completely solve all sorts of doubts about it for you. As you all know, from the C/C + + source program into an executable file has two stages: (1) the compiler to compile the source file into the assembly code, and then translated into machine instruction by assembler (assembler) and other related information () after the output to a target file (the object file, VC compiler is the target file to the default suffix. Obj); The (2) linker links each target file (and possibly a number of libraries) to produce a complete executable. Compiler to compile the source files when the source file global symbol (global symbol) is divided into strong and weak (strong) (weak) two types to the compiler, and then the compiler will strength information coding and save in the symbol table of the target file. So what is strong and weak? The compiler thinks that the function and the global variables that are initialized are strong, and the uninitialized global variables are weak. For example, there is a source file: Extern int errorno; Int buf [2] = {1, 2}; Int * p; Int main () { Return 0; } The main, buf is a strong symbol, and p is a weak symbol, and errorno is not strong, because it is just a statement of the use of an external variable. With the concept of a strong and weak symbol, the linker (Unix platform) will handle and select the global symbol that has been defined several times in terms of the following rules (see [1], p549 ~ p550) : Rule 1: not allowing strong symbols to be defined multiple times (that is, there is no strong symbol of the same name i

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档