Skip to content

Instantly share code, notes, and snippets.

@joshuajnoble
Created August 6, 2014 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuajnoble/68db2b9ad03797ae7614 to your computer and use it in GitHub Desktop.
Save joshuajnoble/68db2b9ad03797ae7614 to your computer and use it in GitHub Desktop.
ld: warning: ignoring file ../../../libs/FreeImage/lib/osx/freeimage.a, missing required architecture armv7 in file ../../../libs/FreeImage/lib/osx/freeimage.a (1 slices)
ld: warning: ignoring file ../../../libs/glu/lib/ios/glu.a, file was built for archive which is not the architecture being linked (armv7): ../../../libs/glu/lib/ios/glu.a
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest, missing required architecture armv7 in file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest (2 slices)
ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _FreeImage_GetMetadata from ../../../libs/FreeImage/lib/ios/freeimage.a(BitmapAccess.o-arm). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
ld: warning: 32-bit absolute address out of range (0x100411D90 max is 4GB): from _inflate_table + 0x00000674 (0x0010B3D0) to 0x100411D90
ld: warning: 32-bit absolute address out of range (0x100411DCE max is 4GB): from _inflate_table + 0x00000670 (0x0010B3D0) to 0x100411DCE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment