`

Undefined symbols for architecture x86_64 问题

 
阅读更多
Undefined symbols for architecture x86_64:
  "_print", referenced from:
      _main in ccIIQ2ic.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status



md,头疼。

看这里
http://stackoverflow.com/questions/5765555/c-undefined-symbols-for-architecture-x86-64
会恍然大悟的。。。

然后自己做个实验:
故意输错:printf -> print
就会报上面的错,而无法通过编译。

md,这错,居然这样提示,太诡异了吧?
分享到:
评论

相关推荐

    ctr_drbg伪随机数发生器

    CTR_DRBG(Counter Deterministic Random Bit Generator)是NIST(美国国家标准与技术研究所)在SP 800-90A标准中定义的一种伪随机数生成器(PRNG)。...在这个实例中,我们专注于使用mbed TLS库中的CTR_DRBG实现,该库...

    在Mac OS上自行编译安装Apache服务器和PHP解释器

    注意,如果你在编译过程中遇到“Undefined symbols for architecture x86_64”的错误,这通常意味着缺少某些库。在这种情况下,你需要找到相应的库并安装,或者查阅错误信息以获取解决方案。 整个编译过程可能需要...

    Xcode 10升级导致项目报错的常见问题解决

    在Xcode 10升级导致项目报错的常见问题解决中,我们可以看到,Xcode 10升级后会出现各种编译问题,例如library not found for -libstdc++报错、directory not found for option报错、script phase "[CP]Copy Pods ...

    ZBarSDK/libzbar.a

    项目导入ZBarSDK 出错 ld: warning: ignoring file /Users/mac/...Undefined symbols for architecture x86_64:  "_OBJC_CLASS_$_ZBarReaderViewController", referenced from: 需要更换 libzbar.a 文件

    libnx-SDL2:SDL2 libnx的部分实现

    libnx-SDL2 SDL2 部分实现。 安装: 确保正确安装SDL2(sdl2-config正常工作)。 ...$ cd libnx-SDL2 $ make $ export DEVKITPRO=`pwd...Undefined symbols for architecture x86_64: "_accountInitialize", referenced

    ExtensionProtocolforStruct

    Undefined symbols for architecture x86_64: "__TFV9submodule10testStructg3fooSS", referenced from: __TTWV9submodule10testStruct26ExtensionProtocolforStruct12testProtocolS1_FS2_g3fooSS in ...

    ns2 mac setup ready

    文档中提到了在编译过程中可能会遇到的一个常见问题:“Undefined symbols for architecture x86_64”,即“架构x86_64未定义符号”。这个问题通常是因为链接器无法找到某个库中的符号所导致的。解决方法是在编译时...

    iOS 微信分享功能简单实现

    1. 如果编译失败,报错“Undefined symbols for architecture x86_64”,需要添加`libc++.tbd`库。 2. 如果无法跳转到微信,可能是URL Scheme配置问题。在iOS 9及以上版本,需要在Info.plist文件中添加`...

    iOS开发之银行卡号识别

    当出现“Undefined symbols for architecture x86_64”这样的错误时,意味着编译器找不到特定的库函数。解决这个问题的方法是: 1. **安装libjpeg**:`libjpeg`是一个用于处理JPEG格式图像的库,可能在`OpenCV`中被...

    EXECUTABLE AND LINKABLE FORMAT

    - **Machine**: Identifies the target architecture (e.g., x86, ARM). - **Version**: The version of the ELF format. - **Entry Point Address**: The starting address where the program should begin ...

Global site tag (gtag.js) - Google Analytics