简体   繁体   中英

Missing symbol divmodsi4 when building for armv6 iPhone

When using Xcode 4.2 to build an armv6 architecture program, I am getting a weird linker error:

Symbol not found for architecture armv6

___divmodsi4

Which is a math function symbol included with llvm

What could be the cause of this problem? Is this because of a bug in xcode, or is it because armv6 is not able to use this? (Note: Compiling the same code for armv7 does not cause this issue.)

Thanks

尝试将编译器更改为APPLE llvm。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM