开发者

absolute addressing - relocations

开发者 https://www.devze.com 2023-01-06 11:05 出处:网络
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 applicationDidFinishLaunc

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

精彩评论

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