开发者

absolute addressing - relocations

so I upgrade to Snow Leopard and XCode 3.2.3 / SDK4

now my project won't compile:

ld:开发者_运维百科 absolute addressing (perhaps -mdynamic-no-pic) used in -[MyAppDelegate applicationDidFinishLaunching:] from /Users/ade/Documents/XCodeprojects/MyApp/build/MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/armv6/MyAppDelegate.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

any help or advice would be greatly appreciated...

ade.


It seems I need

[GCC_LINK_WITH_DYNAMIC_LIBRARIES, -static]

checked.

ade.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜