1 decade ago by Datamosh
Hello! I have problems compiling Impact on armv6.
With LLVM GCC 4.2 compiler I get the following error:
With the default compiler (Apple LLVM 3.0):
What should I do to make it work on iOS <= 4.2?
THANKS!
With LLVM GCC 4.2 compiler I get the following error:
libiOSJavaScriptCore.a, file is universal but does not contain a(n) armv6 slice for architecture armv6 Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
With the default compiler (Apple LLVM 3.0):
libiOSJavaScriptCore.a, file is universal but does not contain a(n) armv6 slice for architecture armv6 Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
What should I do to make it work on iOS <= 4.2?
THANKS!