Hello, ? ? ?I have bumped into an error while compiling SILK for ARM64, I followed the instructions provided under: http://trac.pjsip.org/repos/ticket/1586, which ultimately leads to?https://github.com/pereckerdal/silk-arm-ios. With the instructions, I can compile successfully for armv7 and armv7s, but when doing for arm64, I get the following error, can any of you please help me out with this? ? test/signalCompare.o? \ ? encoder decoder signalcompare `xcrun -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -find clang` -c -g -arch arm64 -mthumb -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -mcpu=cortex-a8 -mfloat-abi=softfp -mfpu=neon -Wall -enable-threads -O3 ? -Iinterface -Isrc -Itest? -o src/SKP_Silk_A2NLSF.o src/SKP_Silk_A2NLSF.c clang: warning: argument unused during compilation: '-mthumb' clang: warning: argument unused during compilation: '-mfloat-abi=softfp' clang: warning: argument unused during compilation: '-mfpu=neon' clang: warning: argument unused during compilation: '-e nable-threads' error: unknown target CPU 'cortex-a8' make: *** [src/SKP_Silk_A2NLSF.o] Error 1 Regards Jyotirmoy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140406/df7c812d/attachment-0001.html>