Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Xcode 4.2 构建 armv6 架构程序时,我收到一个奇怪的链接器错误:
未找到架构 armv6 的符号
___divmodsi4
这是 llvm 中包含的数学函数符号
这个问题的原因可能是什么?这是因为 xcode 中的错误,还是因为 armv6 无法使用它?(注意:为 armv7 编译相同的代码不会导致此问题。)
谢谢
尝试将编译器更改为 APPLE llvm。