Skip to content

Instantly share code, notes, and snippets.

Created December 30, 2015 17:35
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 anonymous/adec2839deecce33702a to your computer and use it in GitHub Desktop.
Save anonymous/adec2839deecce33702a to your computer and use it in GitHub Desktop.
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler: CMAKE_Fortran_COMPILER-NOTFOUND
Build flags:
Id flags:
The output was:
No such file or directory
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler: CMAKE_Fortran_COMPILER-NOTFOUND
Build flags:
Id flags: -c
The output was:
No such file or directory
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" failed.
Compiler: CMAKE_Fortran_COMPILER-NOTFOUND
Build flags:
Id flags: -fpp
The output was:
No such file or directory
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_584f7/fast"
make -f CMakeFiles/cmTC_584f7.dir/build.make CMakeFiles/cmTC_584f7.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_584f7.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -o CMakeFiles/cmTC_584f7.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_584f7
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_584f7.dir/link.txt --verbose=1
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTC_584f7.dir/CheckSymbolExists.c.o -o cmTC_584f7 -rdynamic
CMakeFiles/cmTC_584f7.dir/CheckSymbolExists.c.o: In function `main':
/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: undefined reference to `pthread_create'
/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_584f7.dir/build.make:97: recipe for target 'cmTC_584f7' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTC_584f7] Error 1
Makefile:126: recipe for target 'cmTC_584f7/fast' failed
make: *** [cmTC_584f7/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ed612/fast"
make -f CMakeFiles/cmTC_ed612.dir/build.make CMakeFiles/cmTC_ed612.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ed612.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ed612.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
Linking C executable cmTC_ed612
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed612.dir/link.txt --verbose=1
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -DCHECK_FUNCTION_EXISTS=pthread_create -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/cmTC_ed612.dir/CheckFunctionExists.c.o -o cmTC_ed612 -rdynamic -lpthreads
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.2.0/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_ed612.dir/build.make:97: recipe for target 'cmTC_ed612' failed
make[1]: *** [cmTC_ed612] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_ed612/fast' failed
make: *** [cmTC_ed612/fast] Error 2
Determining if the function XOpenDisplay exists in the /home/osboxes/poky/build/tmp/sysroots/preprototype/usr/lib/libX11.so;/home/osboxes/poky/build/tmp/sysroots/preprototype/usr/lib/libXext.so failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fba53/fast"
make -f CMakeFiles/cmTC_fba53.dir/build.make CMakeFiles/cmTC_fba53.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fba53.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_fba53.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_fba53.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fba53.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_fba53.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_fba53/fast' failed
make: *** [cmTC_fba53/fast] Error 2
Determining if the function dnet_ntoa exists in the dnet failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6219c/fast"
make -f CMakeFiles/cmTC_6219c.dir/build.make CMakeFiles/cmTC_6219c.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6219c.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=dnet_ntoa -o CMakeFiles/cmTC_6219c.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_6219c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6219c.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_6219c.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_6219c/fast' failed
make: *** [cmTC_6219c/fast] Error 2
Determining if the function dnet_ntoa exists in the dnet_stub failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0a623/fast"
make -f CMakeFiles/cmTC_0a623.dir/build.make CMakeFiles/cmTC_0a623.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0a623.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=dnet_ntoa -o CMakeFiles/cmTC_0a623.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_0a623.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0a623.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_0a623.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_0a623/fast' failed
make: *** [cmTC_0a623/fast] Error 2
Determining if the function gethostbyname exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4d729/fast"
make -f CMakeFiles/cmTC_4d729.dir/build.make CMakeFiles/cmTC_4d729.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4d729.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_4d729.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_4d729.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4d729.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_4d729.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4d729/fast' failed
make: *** [cmTC_4d729/fast] Error 2
Determining if the function gethostbyname exists in the nsl failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_12874/fast"
make -f CMakeFiles/cmTC_12874.dir/build.make CMakeFiles/cmTC_12874.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_12874.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_12874.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_12874.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_12874.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_12874.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_12874/fast' failed
make: *** [cmTC_12874/fast] Error 2
Determining if the function gethostbyname exists in the bsd failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3ceca/fast"
make -f CMakeFiles/cmTC_3ceca.dir/build.make CMakeFiles/cmTC_3ceca.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3ceca.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_3ceca.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3ceca.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3ceca.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3ceca.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3ceca/fast' failed
make: *** [cmTC_3ceca/fast] Error 2
Determining if the function connect exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b8f32/fast"
make -f CMakeFiles/cmTC_b8f32.dir/build.make CMakeFiles/cmTC_b8f32.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b8f32.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_b8f32.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_b8f32.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b8f32.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_b8f32.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b8f32/fast' failed
make: *** [cmTC_b8f32/fast] Error 2
Determining if the function connect exists in the socket failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_98bbc/fast"
make -f CMakeFiles/cmTC_98bbc.dir/build.make CMakeFiles/cmTC_98bbc.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98bbc.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_98bbc.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_98bbc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_98bbc.dir/CheckFunctionExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_98bbc.dir/CheckFunctionExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_98bbc/fast' failed
make: *** [cmTC_98bbc/fast] Error 2
Determining if the function remove exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_00bae/fast"
make -f CMakeFiles/cmTC_00bae.dir/build.make CMakeFiles/cmTC_00bae.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_00bae.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_00bae.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_00bae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_00bae.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_00bae.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_00bae/fast' failed
make: *** [cmTC_00bae/fast] Error 2
Determining if the function remove exists in the posix failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e4dd5/fast"
make -f CMakeFiles/cmTC_e4dd5.dir/build.make CMakeFiles/cmTC_e4dd5.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e4dd5.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_e4dd5.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_e4dd5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e4dd5.dir/CheckFunctionExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_e4dd5.dir/CheckFunctionExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e4dd5/fast' failed
make: *** [cmTC_e4dd5/fast] Error 2
Determining if the function shmat exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_963d3/fast"
make -f CMakeFiles/cmTC_963d3.dir/build.make CMakeFiles/cmTC_963d3.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_963d3.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_963d3.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_963d3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_963d3.dir/CheckFunctionExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_963d3.dir/CheckFunctionExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_963d3/fast' failed
make: *** [cmTC_963d3/fast] Error 2
Determining if the function shmat exists in the ipc failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_46458/fast"
make -f CMakeFiles/cmTC_46458.dir/build.make CMakeFiles/cmTC_46458.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_46458.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_46458.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_46458.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_46458.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_46458.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_46458/fast' failed
make: *** [cmTC_46458/fast] Error 2
Determining if the function IceConnectionNumber exists in the ICE failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f7a71/fast"
make -f CMakeFiles/cmTC_f7a71.dir/build.make CMakeFiles/cmTC_f7a71.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f7a71.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_f7a71.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_f7a71.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f7a71.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_f7a71.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f7a71/fast' failed
make: *** [cmTC_f7a71/fast] Error 2
Performing C++ SOURCE FILE Test CXX_HAS_fvisibility_hidden failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2cc72/fast"
make -f CMakeFiles/cmTC_2cc72.dir/build.make CMakeFiles/cmTC_2cc72.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2cc72.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCXX_HAS_fvisibility_hidden -fvisibility=hidden -o CMakeFiles/cmTC_2cc72.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_2cc72.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2cc72.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_2cc72.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_2cc72/fast' failed
make: *** [cmTC_2cc72/fast] Error 2
Source file was:
int main() { return 0;}
Determining if the include file dirent.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_04e89/fast"
make -f CMakeFiles/cmTC_04e89.dir/build.make CMakeFiles/cmTC_04e89.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_04e89.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_04e89.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_04e89.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_04e89.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_04e89.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_04e89/fast' failed
make: *** [cmTC_04e89/fast] Error 2
Determining if the include file dlfcn.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0db63/fast"
make -f CMakeFiles/cmTC_0db63.dir/build.make CMakeFiles/cmTC_0db63.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0db63.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_0db63.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_0db63.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0db63.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_0db63.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0db63/fast' failed
make: *** [cmTC_0db63/fast] Error 2
Determining if the include file errno.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_aadc5/fast"
make -f CMakeFiles/cmTC_aadc5.dir/build.make CMakeFiles/cmTC_aadc5.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aadc5.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_aadc5.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_aadc5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aadc5.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_aadc5.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_aadc5/fast' failed
make: *** [cmTC_aadc5/fast] Error 2
Determining if the include file execinfo.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_94766/fast"
make -f CMakeFiles/cmTC_94766.dir/build.make CMakeFiles/cmTC_94766.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_94766.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_94766.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_94766.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_94766.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_94766.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_94766/fast' failed
make: *** [cmTC_94766/fast] Error 2
Determining if the include file fcntl.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f5f48/fast"
make -f CMakeFiles/cmTC_f5f48.dir/build.make CMakeFiles/cmTC_f5f48.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5f48.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_f5f48.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_f5f48.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f5f48.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_f5f48.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f5f48/fast' failed
make: *** [cmTC_f5f48/fast] Error 2
Determining if the include file inttypes.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1719e/fast"
make -f CMakeFiles/cmTC_1719e.dir/build.make CMakeFiles/cmTC_1719e.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1719e.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1719e.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1719e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1719e.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1719e.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1719e/fast' failed
make: *** [cmTC_1719e/fast] Error 2
Determining if the include file limits.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_70fd1/fast"
make -f CMakeFiles/cmTC_70fd1.dir/build.make CMakeFiles/cmTC_70fd1.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_70fd1.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_70fd1.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_70fd1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_70fd1.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_70fd1.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_70fd1/fast' failed
make: *** [cmTC_70fd1/fast] Error 2
Determining if the include file link.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_aead6/fast"
make -f CMakeFiles/cmTC_aead6.dir/build.make CMakeFiles/cmTC_aead6.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aead6.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_aead6.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_aead6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aead6.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_aead6.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_aead6/fast' failed
make: *** [cmTC_aead6/fast] Error 2
Determining if the include file malloc.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3991c/fast"
make -f CMakeFiles/cmTC_3991c.dir/build.make CMakeFiles/cmTC_3991c.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3991c.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_3991c.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3991c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3991c.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3991c.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3991c/fast' failed
make: *** [cmTC_3991c/fast] Error 2
Determining if the include file malloc/malloc.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1db72/fast"
make -f CMakeFiles/cmTC_1db72.dir/build.make CMakeFiles/cmTC_1db72.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1db72.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1db72.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1db72.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1db72.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_1db72.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_1db72/fast' failed
make: *** [cmTC_1db72/fast] Error 2
Determining if the include file ndir.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_43c6d/fast"
make -f CMakeFiles/cmTC_43c6d.dir/build.make CMakeFiles/cmTC_43c6d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_43c6d.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_43c6d.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_43c6d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_43c6d.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_43c6d.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_43c6d/fast' failed
make: *** [cmTC_43c6d/fast] Error 2
Determining if the include file pthread.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fdd47/fast"
make -f CMakeFiles/cmTC_fdd47.dir/build.make CMakeFiles/cmTC_fdd47.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fdd47.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_fdd47.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_fdd47.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fdd47.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_fdd47.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_fdd47/fast' failed
make: *** [cmTC_fdd47/fast] Error 2
Determining if the include file signal.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1a5e2/fast"
make -f CMakeFiles/cmTC_1a5e2.dir/build.make CMakeFiles/cmTC_1a5e2.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1a5e2.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1a5e2.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1a5e2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1a5e2.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_1a5e2.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_1a5e2/fast' failed
make: *** [cmTC_1a5e2/fast] Error 2
Determining if the include file stdint.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ac686/fast"
make -f CMakeFiles/cmTC_ac686.dir/build.make CMakeFiles/cmTC_ac686.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ac686.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_ac686.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ac686.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ac686.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ac686.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_ac686/fast' failed
make: *** [cmTC_ac686/fast] Error 2
Determining if the include file sys/dir.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e36b8/fast"
make -f CMakeFiles/cmTC_e36b8.dir/build.make CMakeFiles/cmTC_e36b8.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e36b8.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_e36b8.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_e36b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e36b8.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_e36b8.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e36b8/fast' failed
make: *** [cmTC_e36b8/fast] Error 2
Determining if the include file sys/ioctl.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_de19d/fast"
make -f CMakeFiles/cmTC_de19d.dir/build.make CMakeFiles/cmTC_de19d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_de19d.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_de19d.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_de19d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_de19d.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_de19d.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_de19d/fast' failed
make: *** [cmTC_de19d/fast] Error 2
Determining if the include file sys/mman.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4b392/fast"
make -f CMakeFiles/cmTC_4b392.dir/build.make CMakeFiles/cmTC_4b392.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4b392.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_4b392.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_4b392.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4b392.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_4b392.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4b392/fast' failed
make: *** [cmTC_4b392/fast] Error 2
Determining if the include file sys/ndir.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_910d4/fast"
make -f CMakeFiles/cmTC_910d4.dir/build.make CMakeFiles/cmTC_910d4.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_910d4.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_910d4.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_910d4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_910d4.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_910d4.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_910d4/fast' failed
make: *** [cmTC_910d4/fast] Error 2
Determining if the include file sys/param.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_de7dd/fast"
make -f CMakeFiles/cmTC_de7dd.dir/build.make CMakeFiles/cmTC_de7dd.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_de7dd.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_de7dd.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_de7dd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_de7dd.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_de7dd.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_de7dd/fast' failed
make: *** [cmTC_de7dd/fast] Error 2
Determining if the include file sys/resource.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7e3e2/fast"
make -f CMakeFiles/cmTC_7e3e2.dir/build.make CMakeFiles/cmTC_7e3e2.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7e3e2.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_7e3e2.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_7e3e2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7e3e2.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_7e3e2.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_7e3e2/fast' failed
make: *** [cmTC_7e3e2/fast] Error 2
Determining if the include file sys/stat.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_acecd/fast"
make -f CMakeFiles/cmTC_acecd.dir/build.make CMakeFiles/cmTC_acecd.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_acecd.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_acecd.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_acecd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_acecd.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_acecd.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_acecd/fast' failed
make: *** [cmTC_acecd/fast] Error 2
Determining if the include file sys/time.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2fb45/fast"
make -f CMakeFiles/cmTC_2fb45.dir/build.make CMakeFiles/cmTC_2fb45.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2fb45.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_2fb45.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_2fb45.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2fb45.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_2fb45.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2fb45/fast' failed
make: *** [cmTC_2fb45/fast] Error 2
Determining if the include file sys/uio.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ce609/fast"
make -f CMakeFiles/cmTC_ce609.dir/build.make CMakeFiles/cmTC_ce609.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ce609.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_ce609.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ce609.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ce609.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ce609.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_ce609/fast' failed
make: *** [cmTC_ce609/fast] Error 2
Determining if the include file sys/wait.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_26299/fast"
make -f CMakeFiles/cmTC_26299.dir/build.make CMakeFiles/cmTC_26299.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_26299.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_26299.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_26299.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_26299.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_26299.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_26299/fast' failed
make: *** [cmTC_26299/fast] Error 2
Determining if the include file termios.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_14a20/fast"
make -f CMakeFiles/cmTC_14a20.dir/build.make CMakeFiles/cmTC_14a20.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_14a20.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_14a20.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_14a20.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_14a20.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_14a20.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_14a20/fast' failed
make: *** [cmTC_14a20/fast] Error 2
Determining if the include file unistd.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_37d52/fast"
make -f CMakeFiles/cmTC_37d52.dir/build.make CMakeFiles/cmTC_37d52.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_37d52.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_37d52.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_37d52.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_37d52.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_37d52.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_37d52/fast' failed
make: *** [cmTC_37d52/fast] Error 2
Determining if the include file utime.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6bc44/fast"
make -f CMakeFiles/cmTC_6bc44.dir/build.make CMakeFiles/cmTC_6bc44.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6bc44.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_6bc44.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_6bc44.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6bc44.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_6bc44.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_6bc44/fast' failed
make: *** [cmTC_6bc44/fast] Error 2
Determining if the include file valgrind/valgrind.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ad92/fast"
make -f CMakeFiles/cmTC_1ad92.dir/build.make CMakeFiles/cmTC_1ad92.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1ad92.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1ad92.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1ad92.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1ad92.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_1ad92.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_1ad92/fast' failed
make: *** [cmTC_1ad92/fast] Error 2
Determining if the include file zlib.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a4632/fast"
make -f CMakeFiles/cmTC_a4632.dir/build.make CMakeFiles/cmTC_a4632.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a4632.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_a4632.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_a4632.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a4632.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_a4632.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a4632/fast' failed
make: *** [cmTC_a4632/fast] Error 2
Determining if the include file fenv.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_33d71/fast"
make -f CMakeFiles/cmTC_33d71.dir/build.make CMakeFiles/cmTC_33d71.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_33d71.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_33d71.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_33d71.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_33d71.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_33d71.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_33d71/fast' failed
make: *** [cmTC_33d71/fast] Error 2
Determining if the FE_ALL_EXCEPT exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_93dac/fast"
make -f CMakeFiles/cmTC_93dac.dir/build.make CMakeFiles/cmTC_93dac.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_93dac.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_93dac.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_93dac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_93dac.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_93dac.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_93dac/fast' failed
make: *** [cmTC_93dac/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fenv.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FE_ALL_EXCEPT
return ((int*)(&FE_ALL_EXCEPT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the FE_INEXACT exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c95ac/fast"
make -f CMakeFiles/cmTC_c95ac.dir/build.make CMakeFiles/cmTC_c95ac.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c95ac.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_c95ac.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_c95ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c95ac.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_c95ac.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c95ac/fast' failed
make: *** [cmTC_c95ac/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fenv.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef FE_INEXACT
return ((int*)(&FE_INEXACT))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the include file mach/mach.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_82bbf/fast"
make -f CMakeFiles/cmTC_82bbf.dir/build.make CMakeFiles/cmTC_82bbf.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_82bbf.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_82bbf.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_82bbf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_82bbf.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_82bbf.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_82bbf/fast' failed
make: *** [cmTC_82bbf/fast] Error 2
Determining if the include file mach-o/dyld.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8779b/fast"
make -f CMakeFiles/cmTC_8779b.dir/build.make CMakeFiles/cmTC_8779b.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8779b.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_8779b.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_8779b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8779b.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_8779b.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8779b/fast' failed
make: *** [cmTC_8779b/fast] Error 2
Determining if the include file histedit.h exists failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b8dd9/fast"
make -f CMakeFiles/cmTC_b8dd9.dir/build.make CMakeFiles/cmTC_b8dd9.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b8dd9.dir/CheckIncludeFile.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_b8dd9.dir/CheckIncludeFile.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_b8dd9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b8dd9.dir/CheckIncludeFile.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_b8dd9.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b8dd9/fast' failed
make: *** [cmTC_b8dd9/fast] Error 2
Performing C++ SOURCE FILE Test HAVE_CXXABI_H failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6b906/fast"
make -f CMakeFiles/cmTC_6b906.dir/build.make CMakeFiles/cmTC_6b906.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6b906.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAVE_CXXABI_H -o CMakeFiles/cmTC_6b906.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_6b906.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6b906.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_6b906.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6b906/fast' failed
make: *** [cmTC_6b906/fast] Error 2
Source file was:
#include <stddef.h>
#include <cxxabi.h>
int main() { return 0; }
Determining if the function pthread_create exists in the pthread failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2add6/fast"
make -f CMakeFiles/cmTC_2add6.dir/build.make CMakeFiles/cmTC_2add6.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2add6.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_2add6.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_2add6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2add6.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_2add6.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2add6/fast' failed
make: *** [cmTC_2add6/fast] Error 2
Determining if the function pthread_create exists in the c failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e6d92/fast"
make -f CMakeFiles/cmTC_e6d92.dir/build.make CMakeFiles/cmTC_e6d92.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e6d92.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_e6d92.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_e6d92.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e6d92.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_e6d92.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e6d92/fast' failed
make: *** [cmTC_e6d92/fast] Error 2
Determining if the function dlopen exists in the dl failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5266d/fast"
make -f CMakeFiles/cmTC_5266d.dir/build.make CMakeFiles/cmTC_5266d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5266d.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_5266d.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_5266d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5266d.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_5266d.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_5266d/fast' failed
make: *** [cmTC_5266d/fast] Error 2
Determining if the function clock_gettime exists in the rt failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b4bf9/fast"
make -f CMakeFiles/cmTC_b4bf9.dir/build.make CMakeFiles/cmTC_b4bf9.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b4bf9.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_b4bf9.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_b4bf9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b4bf9.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_b4bf9.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b4bf9/fast' failed
make: *** [cmTC_b4bf9/fast] Error 2
Determining if the function compress2 exists in the z failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b7512/fast"
make -f CMakeFiles/cmTC_b7512.dir/build.make CMakeFiles/cmTC_b7512.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b7512.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=compress2 -o CMakeFiles/cmTC_b7512.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_b7512.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b7512.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_b7512.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b7512/fast' failed
make: *** [cmTC_b7512/fast] Error 2
Determining if the function setupterm exists in the tinfo failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_507ab/fast"
make -f CMakeFiles/cmTC_507ab.dir/build.make CMakeFiles/cmTC_507ab.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_507ab.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_507ab.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_507ab.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_507ab.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_507ab.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_507ab/fast' failed
make: *** [cmTC_507ab/fast] Error 2
Determining if the function setupterm exists in the terminfo failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_66a5d/fast"
make -f CMakeFiles/cmTC_66a5d.dir/build.make CMakeFiles/cmTC_66a5d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_66a5d.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_66a5d.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_66a5d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_66a5d.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_66a5d.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_66a5d/fast' failed
make: *** [cmTC_66a5d/fast] Error 2
Determining if the function setupterm exists in the curses failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3b6f5/fast"
make -f CMakeFiles/cmTC_3b6f5.dir/build.make CMakeFiles/cmTC_3b6f5.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3b6f5.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_3b6f5.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3b6f5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3b6f5.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3b6f5.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3b6f5/fast' failed
make: *** [cmTC_3b6f5/fast] Error 2
Determining if the function setupterm exists in the ncurses failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_60c5a/fast"
make -f CMakeFiles/cmTC_60c5a.dir/build.make CMakeFiles/cmTC_60c5a.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_60c5a.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_60c5a.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_60c5a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_60c5a.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_60c5a.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_60c5a/fast' failed
make: *** [cmTC_60c5a/fast] Error 2
Determining if the function setupterm exists in the ncursesw failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c467e/fast"
make -f CMakeFiles/cmTC_c467e.dir/build.make CMakeFiles/cmTC_c467e.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c467e.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_c467e.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_c467e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c467e.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_c467e.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c467e/fast' failed
make: *** [cmTC_c467e/fast] Error 2
Determining if the arc4random exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d12de/fast"
make -f CMakeFiles/cmTC_d12de.dir/build.make CMakeFiles/cmTC_d12de.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d12de.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_d12de.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_d12de.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d12de.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_d12de.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d12de/fast' failed
make: *** [cmTC_d12de/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef arc4random
return ((int*)(&arc4random))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the backtrace exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2594a/fast"
make -f CMakeFiles/cmTC_2594a.dir/build.make CMakeFiles/cmTC_2594a.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2594a.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_2594a.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_2594a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2594a.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_2594a.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_2594a/fast' failed
make: *** [cmTC_2594a/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <execinfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef backtrace
return ((int*)(&backtrace))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpagesize exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fc432/fast"
make -f CMakeFiles/cmTC_fc432.dir/build.make CMakeFiles/cmTC_fc432.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fc432.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_fc432.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_fc432.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fc432.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_fc432.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_fc432/fast' failed
make: *** [cmTC_fc432/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpagesize
return ((int*)(&getpagesize))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrusage exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_847fb/fast"
make -f CMakeFiles/cmTC_847fb.dir/build.make CMakeFiles/cmTC_847fb.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_847fb.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_847fb.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_847fb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_847fb.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_847fb.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_847fb/fast' failed
make: *** [cmTC_847fb/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrusage
return ((int*)(&getrusage))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setrlimit exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d06e0/fast"
make -f CMakeFiles/cmTC_d06e0.dir/build.make CMakeFiles/cmTC_d06e0.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d06e0.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_d06e0.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_d06e0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d06e0.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_d06e0.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d06e0/fast' failed
make: *** [cmTC_d06e0/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setrlimit
return ((int*)(&setrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isatty exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b6173/fast"
make -f CMakeFiles/cmTC_b6173.dir/build.make CMakeFiles/cmTC_b6173.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b6173.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_b6173.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_b6173.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b6173.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_b6173.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b6173/fast' failed
make: *** [cmTC_b6173/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isatty
return ((int*)(&isatty))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isinf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ebe20/fast"
make -f CMakeFiles/cmTC_ebe20.dir/build.make CMakeFiles/cmTC_ebe20.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ebe20.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_ebe20.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ebe20.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ebe20.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ebe20.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_ebe20/fast' failed
make: *** [cmTC_ebe20/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <cmath>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isinf
return ((int*)(&isinf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isinf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_05201/fast"
make -f CMakeFiles/cmTC_05201.dir/build.make CMakeFiles/cmTC_05201.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_05201.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_05201.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_05201.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_05201.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_05201.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_05201/fast' failed
make: *** [cmTC_05201/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isinf
return ((int*)(&isinf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the finite exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c53b2/fast"
make -f CMakeFiles/cmTC_c53b2.dir/build.make CMakeFiles/cmTC_c53b2.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c53b2.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_c53b2.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_c53b2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c53b2.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_c53b2.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c53b2/fast' failed
make: *** [cmTC_c53b2/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <ieeefp.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef finite
return ((int*)(&finite))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isnan exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_200cc/fast"
make -f CMakeFiles/cmTC_200cc.dir/build.make CMakeFiles/cmTC_200cc.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_200cc.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_200cc.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_200cc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_200cc.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_200cc.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_200cc/fast' failed
make: *** [cmTC_200cc/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <cmath>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isnan
return ((int*)(&isnan))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isnan exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8349d/fast"
make -f CMakeFiles/cmTC_8349d.dir/build.make CMakeFiles/cmTC_8349d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8349d.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_8349d.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_8349d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8349d.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_8349d.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8349d/fast' failed
make: *** [cmTC_8349d/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isnan
return ((int*)(&isnan))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ceilf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7c35a/fast"
make -f CMakeFiles/cmTC_7c35a.dir/build.make CMakeFiles/cmTC_7c35a.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7c35a.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_7c35a.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_7c35a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7c35a.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_7c35a.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_7c35a/fast' failed
make: *** [cmTC_7c35a/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ceilf
return ((int*)(&ceilf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the floorf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dc218/fast"
make -f CMakeFiles/cmTC_dc218.dir/build.make CMakeFiles/cmTC_dc218.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dc218.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_dc218.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_dc218.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dc218.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_dc218.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_dc218/fast' failed
make: *** [cmTC_dc218/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef floorf
return ((int*)(&floorf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fmodf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ae2c/fast"
make -f CMakeFiles/cmTC_1ae2c.dir/build.make CMakeFiles/cmTC_1ae2c.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1ae2c.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1ae2c.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1ae2c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1ae2c.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1ae2c.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1ae2c/fast' failed
make: *** [cmTC_1ae2c/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fmodf
return ((int*)(&fmodf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the log exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1e7ef/fast"
make -f CMakeFiles/cmTC_1e7ef.dir/build.make CMakeFiles/cmTC_1e7ef.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e7ef.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1e7ef.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1e7ef.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1e7ef.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1e7ef.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1e7ef/fast' failed
make: *** [cmTC_1e7ef/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef log
return ((int*)(&log))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the log2 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0063f/fast"
make -f CMakeFiles/cmTC_0063f.dir/build.make CMakeFiles/cmTC_0063f.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0063f.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_0063f.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_0063f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0063f.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_0063f.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0063f/fast' failed
make: *** [cmTC_0063f/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef log2
return ((int*)(&log2))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the log10 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fb456/fast"
make -f CMakeFiles/cmTC_fb456.dir/build.make CMakeFiles/cmTC_fb456.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fb456.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_fb456.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_fb456.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fb456.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_fb456.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_fb456/fast' failed
make: *** [cmTC_fb456/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef log10
return ((int*)(&log10))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the exp exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_61d4d/fast"
make -f CMakeFiles/cmTC_61d4d.dir/build.make CMakeFiles/cmTC_61d4d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_61d4d.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_61d4d.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_61d4d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_61d4d.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_61d4d.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_61d4d/fast' failed
make: *** [cmTC_61d4d/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef exp
return ((int*)(&exp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the exp2 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_90970/fast"
make -f CMakeFiles/cmTC_90970.dir/build.make CMakeFiles/cmTC_90970.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_90970.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_90970.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_90970.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_90970.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_90970.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_90970/fast' failed
make: *** [cmTC_90970/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef exp2
return ((int*)(&exp2))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the exp10 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a48e6/fast"
make -f CMakeFiles/cmTC_a48e6.dir/build.make CMakeFiles/cmTC_a48e6.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a48e6.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_a48e6.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_a48e6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a48e6.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_a48e6.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a48e6/fast' failed
make: *** [cmTC_a48e6/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef exp10
return ((int*)(&exp10))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the futimens exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3bbf8/fast"
make -f CMakeFiles/cmTC_3bbf8.dir/build.make CMakeFiles/cmTC_3bbf8.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3bbf8.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_3bbf8.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3bbf8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3bbf8.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3bbf8.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3bbf8/fast' failed
make: *** [cmTC_3bbf8/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/stat.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimens
return ((int*)(&futimens))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the futimes exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_120c3/fast"
make -f CMakeFiles/cmTC_120c3.dir/build.make CMakeFiles/cmTC_120c3.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_120c3.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_120c3.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_120c3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_120c3.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_120c3.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_120c3/fast' failed
make: *** [cmTC_120c3/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef futimes
return ((int*)(&futimes))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the nearbyintf exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_781ae/fast"
make -f CMakeFiles/cmTC_781ae.dir/build.make CMakeFiles/cmTC_781ae.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_781ae.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_781ae.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_781ae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_781ae.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_781ae.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_781ae/fast' failed
make: *** [cmTC_781ae/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef nearbyintf
return ((int*)(&nearbyintf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mallinfo exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_91426/fast"
make -f CMakeFiles/cmTC_91426.dir/build.make CMakeFiles/cmTC_91426.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_91426.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_91426.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_91426.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91426.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_91426.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_91426/fast' failed
make: *** [cmTC_91426/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mallinfo
return ((int*)(&mallinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the malloc_zone_statistics exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_acdc2/fast"
make -f CMakeFiles/cmTC_acdc2.dir/build.make CMakeFiles/cmTC_acdc2.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_acdc2.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_acdc2.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_acdc2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_acdc2.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_acdc2.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_acdc2/fast' failed
make: *** [cmTC_acdc2/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <malloc/malloc.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef malloc_zone_statistics
return ((int*)(&malloc_zone_statistics))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mkdtemp exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_cf046/fast"
make -f CMakeFiles/cmTC_cf046.dir/build.make CMakeFiles/cmTC_cf046.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cf046.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_cf046.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_cf046.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cf046.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_cf046.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_cf046/fast' failed
make: *** [cmTC_cf046/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mkdtemp
return ((int*)(&mkdtemp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mkstemp exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c09b8/fast"
make -f CMakeFiles/cmTC_c09b8.dir/build.make CMakeFiles/cmTC_c09b8.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c09b8.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_c09b8.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_c09b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c09b8.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_c09b8.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c09b8/fast' failed
make: *** [cmTC_c09b8/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mkstemp
return ((int*)(&mkstemp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the mktemp exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0bec9/fast"
make -f CMakeFiles/cmTC_0bec9.dir/build.make CMakeFiles/cmTC_0bec9.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0bec9.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_0bec9.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_0bec9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0bec9.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_0bec9.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_0bec9/fast' failed
make: *** [cmTC_0bec9/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef mktemp
return ((int*)(&mktemp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the closedir exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_cb527/fast"
make -f CMakeFiles/cmTC_cb527.dir/build.make CMakeFiles/cmTC_cb527.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cb527.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_cb527.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_cb527.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cb527.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_cb527.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_cb527/fast' failed
make: *** [cmTC_cb527/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <dirent.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef closedir
return ((int*)(&closedir))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the opendir exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5db81/fast"
make -f CMakeFiles/cmTC_5db81.dir/build.make CMakeFiles/cmTC_5db81.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5db81.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_5db81.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_5db81.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5db81.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_5db81.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_5db81/fast' failed
make: *** [cmTC_5db81/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <dirent.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef opendir
return ((int*)(&opendir))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the readdir exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_12727/fast"
make -f CMakeFiles/cmTC_12727.dir/build.make CMakeFiles/cmTC_12727.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_12727.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_12727.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_12727.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_12727.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_12727.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_12727/fast' failed
make: *** [cmTC_12727/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <dirent.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef readdir
return ((int*)(&readdir))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getcwd exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_08071/fast"
make -f CMakeFiles/cmTC_08071.dir/build.make CMakeFiles/cmTC_08071.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_08071.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_08071.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_08071.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_08071.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_08071.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_08071/fast' failed
make: *** [cmTC_08071/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getcwd
return ((int*)(&getcwd))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gettimeofday exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_dbc8f/fast"
make -f CMakeFiles/cmTC_dbc8f.dir/build.make CMakeFiles/cmTC_dbc8f.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dbc8f.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_dbc8f.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_dbc8f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dbc8f.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_dbc8f.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_dbc8f/fast' failed
make: *** [cmTC_dbc8f/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/time.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gettimeofday
return ((int*)(&gettimeofday))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrlimit exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c35ec/fast"
make -f CMakeFiles/cmTC_c35ec.dir/build.make CMakeFiles/cmTC_c35ec.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c35ec.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_c35ec.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_c35ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c35ec.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_c35ec.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c35ec/fast' failed
make: *** [cmTC_c35ec/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrlimit
return ((int*)(&getrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the posix_spawn exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ab66/fast"
make -f CMakeFiles/cmTC_1ab66.dir/build.make CMakeFiles/cmTC_1ab66.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1ab66.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1ab66.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1ab66.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1ab66.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1ab66.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1ab66/fast' failed
make: *** [cmTC_1ab66/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <spawn.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef posix_spawn
return ((int*)(&posix_spawn))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pread exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_96d90/fast"
make -f CMakeFiles/cmTC_96d90.dir/build.make CMakeFiles/cmTC_96d90.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_96d90.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_96d90.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_96d90.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_96d90.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_96d90.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_96d90/fast' failed
make: *** [cmTC_96d90/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pread
return ((int*)(&pread))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the realpath exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1a601/fast"
make -f CMakeFiles/cmTC_1a601.dir/build.make CMakeFiles/cmTC_1a601.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1a601.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1a601.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1a601.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1a601.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1a601.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1a601/fast' failed
make: *** [cmTC_1a601/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef realpath
return ((int*)(&realpath))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sbrk exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_1ed77/fast"
make -f CMakeFiles/cmTC_1ed77.dir/build.make CMakeFiles/cmTC_1ed77.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1ed77.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_1ed77.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_1ed77.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1ed77.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_1ed77.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1ed77/fast' failed
make: *** [cmTC_1ed77/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sbrk
return ((int*)(&sbrk))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the srand48 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_89993/fast"
make -f CMakeFiles/cmTC_89993.dir/build.make CMakeFiles/cmTC_89993.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_89993.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_89993.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_89993.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_89993.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_89993.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_89993/fast' failed
make: *** [cmTC_89993/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef srand48
return ((int*)(&srand48))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoll exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2f29f/fast"
make -f CMakeFiles/cmTC_2f29f.dir/build.make CMakeFiles/cmTC_2f29f.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f29f.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_2f29f.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_2f29f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2f29f.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_2f29f.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2f29f/fast' failed
make: *** [cmTC_2f29f/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoll
return ((int*)(&strtoll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoq exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3a09f/fast"
make -f CMakeFiles/cmTC_3a09f.dir/build.make CMakeFiles/cmTC_3a09f.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3a09f.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_3a09f.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3a09f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3a09f.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3a09f.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3a09f/fast' failed
make: *** [cmTC_3a09f/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoq
return ((int*)(&strtoq))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_4ecc3/fast"
make -f CMakeFiles/cmTC_4ecc3.dir/build.make CMakeFiles/cmTC_4ecc3.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4ecc3.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_4ecc3.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_4ecc3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4ecc3.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_4ecc3.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4ecc3/fast' failed
make: *** [cmTC_4ecc3/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror
return ((int*)(&strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_r exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7fa6e/fast"
make -f CMakeFiles/cmTC_7fa6e.dir/build.make CMakeFiles/cmTC_7fa6e.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7fa6e.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_7fa6e.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_7fa6e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7fa6e.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_7fa6e.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_7fa6e/fast' failed
make: *** [cmTC_7fa6e/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_r
return ((int*)(&strerror_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_s exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8497c/fast"
make -f CMakeFiles/cmTC_8497c.dir/build.make CMakeFiles/cmTC_8497c.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8497c.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_8497c.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_8497c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8497c.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_8497c.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8497c/fast' failed
make: *** [cmTC_8497c/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <string.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_s
return ((int*)(&strerror_s))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setenv exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_37c89/fast"
make -f CMakeFiles/cmTC_37c89.dir/build.make CMakeFiles/cmTC_37c89.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_37c89.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_37c89.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_37c89.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_37c89.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_37c89.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_37c89/fast' failed
make: *** [cmTC_37c89/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setenv
return ((int*)(&setenv))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the __GLIBC__ exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_95bf2/fast"
make -f CMakeFiles/cmTC_95bf2.dir/build.make CMakeFiles/cmTC_95bf2.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_95bf2.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_95bf2.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_95bf2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_95bf2.dir/CheckSymbolExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_95bf2.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_95bf2/fast' failed
make: *** [cmTC_95bf2/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef __GLIBC__
return ((int*)(&__GLIBC__))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_INT64_T failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e9ba7/fast"
make -f CMakeFiles/cmTC_e9ba7.dir/build.make CMakeFiles/cmTC_e9ba7.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e9ba7.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAVE_INT64_T -o CMakeFiles/cmTC_e9ba7.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_e9ba7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e9ba7.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_e9ba7.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_e9ba7/fast' failed
make: *** [cmTC_e9ba7/fast] Error 2
Source file was:
#include<sys/types.h>
int64_t typeVar;
int main() {
return 0;
}
Performing C++ SOURCE FILE Test HAVE_UINT64_T failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0a437/fast"
make -f CMakeFiles/cmTC_0a437.dir/build.make CMakeFiles/cmTC_0a437.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0a437.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAVE_UINT64_T -o CMakeFiles/cmTC_0a437.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
CMakeFiles/cmTC_0a437.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0a437.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
make[1]: *** [CMakeFiles/cmTC_0a437.dir/src.cxx.o] Error 1
make: *** [cmTC_0a437/fast] Error 2
Makefile:126: recipe for target 'cmTC_0a437/fast' failed
Source file was:
#include<sys/types.h>
uint64_t typeVar;
int main() {
return 0;
}
Performing C++ SOURCE FILE Test HAVE_U_INT64_T failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ee504/fast"
make -f CMakeFiles/cmTC_ee504.dir/build.make CMakeFiles/cmTC_ee504.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ee504.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAVE_U_INT64_T -o CMakeFiles/cmTC_ee504.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ee504.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ee504.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ee504.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_ee504/fast' failed
make: *** [cmTC_ee504/fast] Error 2
Source file was:
#include<sys/types.h>
u_int64_t typeVar;
int main() {
return 0;
}
Determining if the function __atomic_fetch_add_4 exists in the atomic failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bfe62/fast"
make -f CMakeFiles/cmTC_bfe62.dir/build.make CMakeFiles/cmTC_bfe62.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bfe62.dir/CheckFunctionExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=__atomic_fetch_add_4 -o CMakeFiles/cmTC_bfe62.dir/CheckFunctionExists.c.o -c /home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/share/cmake-3.3/Modules/CheckFunctionExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_bfe62.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bfe62.dir/CheckFunctionExists.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_bfe62.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_bfe62/fast' failed
make: *** [cmTC_bfe62/fast] Error 2
Performing C++ SOURCE FILE Test LLVM_HAS_ATOMICS failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ea7cc/fast"
make -f CMakeFiles/cmTC_ea7cc.dir/build.make CMakeFiles/cmTC_ea7cc.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ea7cc.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DLLVM_HAS_ATOMICS -o CMakeFiles/cmTC_ea7cc.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ea7cc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ea7cc.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ea7cc.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_ea7cc/fast' failed
make: *** [cmTC_ea7cc/fast] Error 2
Source file was:
#ifdef _MSC_VER
#include <windows.h>
#endif
int main() {
#ifdef _MSC_VER
volatile LONG val = 1;
MemoryBarrier();
InterlockedCompareExchange(&val, 0, 1);
InterlockedIncrement(&val);
InterlockedDecrement(&val);
#else
volatile unsigned long val = 1;
__sync_synchronize();
__sync_val_compare_and_swap(&val, 1, 0);
__sync_add_and_fetch(&val, 1);
__sync_sub_and_fetch(&val, 1);
#endif
return 0;
}
Performing C++ SOURCE FILE Test SUPPORTS_NO_VARIADIC_MACROS_FLAG failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_197cf/fast"
make -f CMakeFiles/cmTC_197cf.dir/build.make CMakeFiles/cmTC_197cf.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_197cf.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DSUPPORTS_NO_VARIADIC_MACROS_FLAG -Wno-variadic-macros -o CMakeFiles/cmTC_197cf.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_197cf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_197cf.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_197cf.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_197cf/fast' failed
make: *** [cmTC_197cf/fast] Error 2
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_MAYBE_UNINITIALIZED failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_cdc1d/fast"
make -f CMakeFiles/cmTC_cdc1d.dir/build.make CMakeFiles/cmTC_cdc1d.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cdc1d.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAS_MAYBE_UNINITIALIZED -Wmaybe-uninitialized -o CMakeFiles/cmTC_cdc1d.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_cdc1d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cdc1d.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_cdc1d.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_cdc1d/fast' failed
make: *** [cmTC_cdc1d/fast] Error 2
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_UNINITIALIZED failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ffd07/fast"
make -f CMakeFiles/cmTC_ffd07.dir/build.make CMakeFiles/cmTC_ffd07.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ffd07.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DHAS_UNINITIALIZED -Wuninitialized -o CMakeFiles/cmTC_ffd07.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_ffd07.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ffd07.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_ffd07.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_ffd07/fast' failed
make: *** [cmTC_ffd07/fast] Error 2
Source file was:
int main() { return 0;}
Determining if the _strtoi64 exist failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e0dfd/fast"
make -f CMakeFiles/cmTC_e0dfd.dir/build.make CMakeFiles/cmTC_e0dfd.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e0dfd.dir/CheckSymbolExists.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -o CMakeFiles/cmTC_e0dfd.dir/CheckSymbolExists.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_e0dfd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e0dfd.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_e0dfd.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e0dfd/fast' failed
make: *** [cmTC_e0dfd/fast] Error 2
File /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _strtoi64
return ((int*)(&_strtoi64))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test C_SUPPORTS_FPIC failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3888f/fast"
make -f CMakeFiles/cmTC_3888f.dir/build.make CMakeFiles/cmTC_3888f.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3888f.dir/src.c.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -pipe -m64 -Wall -W -fPIC -pthread -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DC_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_3888f.dir/src.c.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.c
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_3888f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3888f.dir/src.c.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_3888f.dir/src.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3888f/fast' failed
make: *** [cmTC_3888f/fast] Error 2
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_FPIC failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a575e/fast"
make -f CMakeFiles/cmTC_a575e.dir/build.make CMakeFiles/cmTC_a575e.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a575e.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCXX_SUPPORTS_FPIC -Werror -fPIC -o CMakeFiles/cmTC_a575e.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_a575e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a575e.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_a575e.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_a575e/fast' failed
make: *** [cmTC_a575e/fast] Error 2
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_159b0/fast"
make -f CMakeFiles/cmTC_159b0.dir/build.make CMakeFiles/cmTC_159b0.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_159b0.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DSUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -fvisibility-inlines-hidden -o CMakeFiles/cmTC_159b0.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_159b0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_159b0.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_159b0.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_159b0/fast' failed
make: *** [cmTC_159b0/fast] Error 2
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test CXX_SUPPORTS_CXX11 failed with the following output:
Change Dir: /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_839ec/fast"
make -f CMakeFiles/cmTC_839ec.dir/build.make CMakeFiles/cmTC_839ec.dir/build
make[1]: Entering directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_839ec.dir/src.cxx.o
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 --sysroot=/home/osboxes/poky/build/tmp/sysroots/preprototype -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -DCXX_SUPPORTS_CXX11 -std=c++11 -o CMakeFiles/cmTC_839ec.dir/src.cxx.o -c /home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp/src.cxx
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-m64'
CMakeFiles/cmTC_839ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_839ec.dir/src.cxx.o' failed
make[1]: Leaving directory '/home/osboxes/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/root/6.04.12-r0/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTC_839ec.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_839ec/fast' failed
make: *** [cmTC_839ec/fast] Error 2
Source file was:
int main() { return 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment