Performing C SOURCE FILE Test SIMD_FLAG_DETECTED failed with the following output: Change Dir: /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec14623522/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec14623522.dir/build.make CMakeFiles/cmTryCompileExec14623522.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec14623522.dir/src.c.o /usr/lib/ccache/cc -O2 -march=i686 -mtune=generic -Wstrict-prototypes -Wall -DSIMD_FLAG_DETECTED /arch:SSE /fp:fast -D__SSE__ -o CMakeFiles/cmTryCompileExec14623522.dir/src.c.o -c /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp/src.c cc: error: /arch:SSE: No such file or directory cc: error: /fp:fast: No such file or directory make[1]: Leaving directory `/var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp' make[1]: *** [CMakeFiles/cmTryCompileExec14623522.dir/src.c.o] Error 1 make: *** [cmTryCompileExec14623522/fast] Error 2 Source file was: #include int main() { __m128 a, b; float vals[4] = {0}; a = _mm_loadu_ps (vals); b = a; b = _mm_add_ps (a,b); _mm_storeu_ps (vals,b); return 0; } Performing C SOURCE FILE Test HAVE_WORDS_BIGENDIAN failed with the following output: Change Dir: /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2853765452/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec2853765452.dir/build.make CMakeFiles/cmTryCompileExec2853765452.dir/build make[1]: Entering directory `/var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec2853765452.dir/src.c.o /usr/lib/ccache/cc -O2 -march=i686 -mtune=generic -Wstrict-prototypes -Wall -DHAVE_WORDS_BIGENDIAN -o CMakeFiles/cmTryCompileExec2853765452.dir/src.c.o -c /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp/src.c /var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp/src.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() {union {long i; char c[sizeof(long)];} ^ Linking C executable cmTryCompileExec2853765452 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2853765452.dir/link.txt --verbose=1 /usr/lib/ccache/cc -O2 -march=i686 -mtune=generic -Wstrict-prototypes -Wall -DHAVE_WORDS_BIGENDIAN CMakeFiles/cmTryCompileExec2853765452.dir/src.c.o -o cmTryCompileExec2853765452 -rdynamic -lm make[1]: Leaving directory `/var/uhubuild/work/compile/lib-src/libsoxr/CMakeFiles/CMakeTmp' Return value: 1 Source file was: int main() {union {long i; char c[sizeof(long)];} const u = {1}; return !!u.c[0];}