Skip to content

Instantly share code, notes, and snippets.

Created December 30, 2015 20:20
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/d5d766badcee1df5efc1 to your computer and use it in GitHub Desktop.
Save anonymous/d5d766badcee1df5efc1 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_5eb05/fast"
make -f CMakeFiles/cmTC_5eb05.dir/build.make CMakeFiles/cmTC_5eb05.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_5eb05.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_5eb05.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_5eb05
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5eb05.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_5eb05.dir/CheckSymbolExists.c.o -o cmTC_5eb05 -rdynamic
CMakeFiles/cmTC_5eb05.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_5eb05.dir/build.make:97: recipe for target 'cmTC_5eb05' 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_5eb05] Error 1
Makefile:126: recipe for target 'cmTC_5eb05/fast' failed
make: *** [cmTC_5eb05/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_dd2f1/fast"
make -f CMakeFiles/cmTC_dd2f1.dir/build.make CMakeFiles/cmTC_dd2f1.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_dd2f1.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_dd2f1.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_dd2f1
/home/osboxes/poky/build/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd2f1.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_dd2f1.dir/CheckFunctionExists.c.o -o cmTC_dd2f1 -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_dd2f1.dir/build.make:97: recipe for target 'cmTC_dd2f1' 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_dd2f1] Error 1
Makefile:126: recipe for target 'cmTC_dd2f1/fast' failed
make: *** [cmTC_dd2f1/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_a12fe/fast"
make -f CMakeFiles/cmTC_a12fe.dir/build.make CMakeFiles/cmTC_a12fe.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_a12fe.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_a12fe.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_a12fe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a12fe.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_a12fe.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a12fe/fast' failed
make: *** [cmTC_a12fe/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_01f1a/fast"
make -f CMakeFiles/cmTC_01f1a.dir/build.make CMakeFiles/cmTC_01f1a.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_01f1a.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_01f1a.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_01f1a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_01f1a.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_01f1a.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_01f1a/fast' failed
make: *** [cmTC_01f1a/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_f9ddc/fast"
make -f CMakeFiles/cmTC_f9ddc.dir/build.make CMakeFiles/cmTC_f9ddc.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_f9ddc.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_f9ddc.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_f9ddc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9ddc.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_f9ddc.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f9ddc/fast' failed
make: *** [cmTC_f9ddc/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_8910c/fast"
make -f CMakeFiles/cmTC_8910c.dir/build.make CMakeFiles/cmTC_8910c.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_8910c.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_8910c.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_8910c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8910c.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_8910c.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8910c/fast' failed
make: *** [cmTC_8910c/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_a83e1/fast"
make -f CMakeFiles/cmTC_a83e1.dir/build.make CMakeFiles/cmTC_a83e1.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_a83e1.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_a83e1.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_a83e1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a83e1.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_a83e1.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a83e1/fast' failed
make: *** [cmTC_a83e1/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_4934d/fast"
make -f CMakeFiles/cmTC_4934d.dir/build.make CMakeFiles/cmTC_4934d.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_4934d.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_4934d.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_4934d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4934d.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_4934d.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4934d/fast' failed
make: *** [cmTC_4934d/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_59a66/fast"
make -f CMakeFiles/cmTC_59a66.dir/build.make CMakeFiles/cmTC_59a66.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_59a66.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_59a66.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_59a66.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_59a66.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_59a66.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_59a66/fast' failed
make: *** [cmTC_59a66/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_2c829/fast"
make -f CMakeFiles/cmTC_2c829.dir/build.make CMakeFiles/cmTC_2c829.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_2c829.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_2c829.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_2c829.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2c829.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_2c829.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2c829/fast' failed
make: *** [cmTC_2c829/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_bb070/fast"
make -f CMakeFiles/cmTC_bb070.dir/build.make CMakeFiles/cmTC_bb070.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_bb070.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_bb070.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_bb070.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bb070.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_bb070.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_bb070/fast' failed
make: *** [cmTC_bb070/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_82052/fast"
make -f CMakeFiles/cmTC_82052.dir/build.make CMakeFiles/cmTC_82052.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_82052.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_82052.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_82052.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_82052.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_82052.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_82052/fast' failed
make: *** [cmTC_82052/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_2d919/fast"
make -f CMakeFiles/cmTC_2d919.dir/build.make CMakeFiles/cmTC_2d919.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_2d919.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_2d919.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_2d919.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2d919.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_2d919.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2d919/fast' failed
make: *** [cmTC_2d919/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_77215/fast"
make -f CMakeFiles/cmTC_77215.dir/build.make CMakeFiles/cmTC_77215.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_77215.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_77215.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_77215.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_77215.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_77215.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_77215/fast' failed
make: *** [cmTC_77215/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_05021/fast"
make -f CMakeFiles/cmTC_05021.dir/build.make CMakeFiles/cmTC_05021.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_05021.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_05021.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_05021.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_05021.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_05021.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_05021/fast' failed
make: *** [cmTC_05021/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_3526e/fast"
make -f CMakeFiles/cmTC_3526e.dir/build.make CMakeFiles/cmTC_3526e.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_3526e.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_3526e.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_3526e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3526e.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_3526e.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_3526e/fast' failed
make: *** [cmTC_3526e/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_cae59/fast"
make -f CMakeFiles/cmTC_cae59.dir/build.make CMakeFiles/cmTC_cae59.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_cae59.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_cae59.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_cae59.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cae59.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_cae59.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_cae59/fast' failed
make: *** [cmTC_cae59/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_d525c/fast"
make -f CMakeFiles/cmTC_d525c.dir/build.make CMakeFiles/cmTC_d525c.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_d525c.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_d525c.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_d525c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d525c.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_d525c.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d525c/fast' failed
make: *** [cmTC_d525c/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_28554/fast"
make -f CMakeFiles/cmTC_28554.dir/build.make CMakeFiles/cmTC_28554.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_28554.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_28554.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_28554.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28554.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_28554.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_28554/fast' failed
make: *** [cmTC_28554/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_3bacb/fast"
make -f CMakeFiles/cmTC_3bacb.dir/build.make CMakeFiles/cmTC_3bacb.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_3bacb.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_3bacb.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_3bacb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3bacb.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_3bacb.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3bacb/fast' failed
make: *** [cmTC_3bacb/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_83f8c/fast"
make -f CMakeFiles/cmTC_83f8c.dir/build.make CMakeFiles/cmTC_83f8c.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_83f8c.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_83f8c.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_83f8c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_83f8c.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_83f8c.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_83f8c/fast' failed
make: *** [cmTC_83f8c/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_28764/fast"
make -f CMakeFiles/cmTC_28764.dir/build.make CMakeFiles/cmTC_28764.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_28764.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_28764.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_28764.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28764.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_28764.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_28764/fast' failed
make: *** [cmTC_28764/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_02c52/fast"
make -f CMakeFiles/cmTC_02c52.dir/build.make CMakeFiles/cmTC_02c52.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_02c52.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_02c52.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_02c52.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_02c52.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_02c52.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_02c52/fast' failed
make: *** [cmTC_02c52/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_2ccae/fast"
make -f CMakeFiles/cmTC_2ccae.dir/build.make CMakeFiles/cmTC_2ccae.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_2ccae.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_2ccae.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_2ccae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2ccae.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_2ccae.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2ccae/fast' failed
make: *** [cmTC_2ccae/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_52c1a/fast"
make -f CMakeFiles/cmTC_52c1a.dir/build.make CMakeFiles/cmTC_52c1a.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_52c1a.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_52c1a.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_52c1a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_52c1a.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_52c1a.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_52c1a/fast' failed
make: *** [cmTC_52c1a/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_199d2/fast"
make -f CMakeFiles/cmTC_199d2.dir/build.make CMakeFiles/cmTC_199d2.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_199d2.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_199d2.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_199d2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_199d2.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_199d2.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_199d2/fast' failed
make: *** [cmTC_199d2/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_925c3/fast"
make -f CMakeFiles/cmTC_925c3.dir/build.make CMakeFiles/cmTC_925c3.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_925c3.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_925c3.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_925c3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_925c3.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_925c3.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_925c3/fast' failed
make: *** [cmTC_925c3/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_ea633/fast"
make -f CMakeFiles/cmTC_ea633.dir/build.make CMakeFiles/cmTC_ea633.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_ea633.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_ea633.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_ea633.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ea633.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_ea633.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_ea633/fast' failed
make: *** [cmTC_ea633/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_6d514/fast"
make -f CMakeFiles/cmTC_6d514.dir/build.make CMakeFiles/cmTC_6d514.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_6d514.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_6d514.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_6d514.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6d514.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_6d514.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_6d514/fast' failed
make: *** [cmTC_6d514/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_a0875/fast"
make -f CMakeFiles/cmTC_a0875.dir/build.make CMakeFiles/cmTC_a0875.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_a0875.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_a0875.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_a0875.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a0875.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_a0875.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a0875/fast' failed
make: *** [cmTC_a0875/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_e57b5/fast"
make -f CMakeFiles/cmTC_e57b5.dir/build.make CMakeFiles/cmTC_e57b5.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_e57b5.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_e57b5.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_e57b5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e57b5.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_e57b5.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e57b5/fast' failed
make: *** [cmTC_e57b5/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_8b8f7/fast"
make -f CMakeFiles/cmTC_8b8f7.dir/build.make CMakeFiles/cmTC_8b8f7.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_8b8f7.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_8b8f7.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_8b8f7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8b8f7.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_8b8f7.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8b8f7/fast' failed
make: *** [cmTC_8b8f7/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_2f7b2/fast"
make -f CMakeFiles/cmTC_2f7b2.dir/build.make CMakeFiles/cmTC_2f7b2.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_2f7b2.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_2f7b2.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_2f7b2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2f7b2.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_2f7b2.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2f7b2/fast' failed
make: *** [cmTC_2f7b2/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_a5d7a/fast"
make -f CMakeFiles/cmTC_a5d7a.dir/build.make CMakeFiles/cmTC_a5d7a.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_a5d7a.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_a5d7a.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_a5d7a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a5d7a.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_a5d7a.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a5d7a/fast' failed
make: *** [cmTC_a5d7a/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_54c7b/fast"
make -f CMakeFiles/cmTC_54c7b.dir/build.make CMakeFiles/cmTC_54c7b.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_54c7b.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_54c7b.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_54c7b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_54c7b.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTC_54c7b.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_54c7b/fast' failed
make: *** [cmTC_54c7b/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_31826/fast"
make -f CMakeFiles/cmTC_31826.dir/build.make CMakeFiles/cmTC_31826.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_31826.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_31826.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_31826.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_31826.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_31826.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_31826/fast' failed
make: *** [cmTC_31826/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_045cf/fast"
make -f CMakeFiles/cmTC_045cf.dir/build.make CMakeFiles/cmTC_045cf.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_045cf.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_045cf.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_045cf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_045cf.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_045cf.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_045cf/fast' failed
make: *** [cmTC_045cf/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_dd3f9/fast"
make -f CMakeFiles/cmTC_dd3f9.dir/build.make CMakeFiles/cmTC_dd3f9.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_dd3f9.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_dd3f9.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_dd3f9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dd3f9.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_dd3f9.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_dd3f9/fast' failed
make: *** [cmTC_dd3f9/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_174b8/fast"
make -f CMakeFiles/cmTC_174b8.dir/build.make CMakeFiles/cmTC_174b8.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_174b8.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_174b8.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_174b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_174b8.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_174b8.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_174b8/fast' failed
make: *** [cmTC_174b8/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_9e601/fast"
make -f CMakeFiles/cmTC_9e601.dir/build.make CMakeFiles/cmTC_9e601.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_9e601.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_9e601.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_9e601.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e601.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_9e601.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_9e601/fast' failed
make: *** [cmTC_9e601/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_a706a/fast"
make -f CMakeFiles/cmTC_a706a.dir/build.make CMakeFiles/cmTC_a706a.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_a706a.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_a706a.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_a706a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a706a.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_a706a.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a706a/fast' failed
make: *** [cmTC_a706a/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_916ae/fast"
make -f CMakeFiles/cmTC_916ae.dir/build.make CMakeFiles/cmTC_916ae.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_916ae.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_916ae.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_916ae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_916ae.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_916ae.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_916ae/fast' failed
make: *** [cmTC_916ae/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_f9e88/fast"
make -f CMakeFiles/cmTC_f9e88.dir/build.make CMakeFiles/cmTC_f9e88.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_f9e88.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_f9e88.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_f9e88.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9e88.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_f9e88.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f9e88/fast' failed
make: *** [cmTC_f9e88/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_75a48/fast"
make -f CMakeFiles/cmTC_75a48.dir/build.make CMakeFiles/cmTC_75a48.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_75a48.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_75a48.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_75a48.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75a48.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_75a48.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_75a48/fast' failed
make: *** [cmTC_75a48/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_1bc58/fast"
make -f CMakeFiles/cmTC_1bc58.dir/build.make CMakeFiles/cmTC_1bc58.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_1bc58.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_1bc58.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_1bc58.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1bc58.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_1bc58.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1bc58/fast' failed
make: *** [cmTC_1bc58/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_6420b/fast"
make -f CMakeFiles/cmTC_6420b.dir/build.make CMakeFiles/cmTC_6420b.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_6420b.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_6420b.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_6420b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6420b.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_6420b.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_6420b/fast' failed
make: *** [cmTC_6420b/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_24cd0/fast"
make -f CMakeFiles/cmTC_24cd0.dir/build.make CMakeFiles/cmTC_24cd0.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_24cd0.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_24cd0.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_24cd0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_24cd0.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_24cd0.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_24cd0/fast' failed
make: *** [cmTC_24cd0/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_23d4f/fast"
make -f CMakeFiles/cmTC_23d4f.dir/build.make CMakeFiles/cmTC_23d4f.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_23d4f.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_23d4f.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_23d4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_23d4f.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_23d4f.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_23d4f/fast' failed
make: *** [cmTC_23d4f/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_0cdaa/fast"
make -f CMakeFiles/cmTC_0cdaa.dir/build.make CMakeFiles/cmTC_0cdaa.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_0cdaa.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_0cdaa.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_0cdaa.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0cdaa.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_0cdaa.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_0cdaa/fast' failed
make: *** [cmTC_0cdaa/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_54472/fast"
make -f CMakeFiles/cmTC_54472.dir/build.make CMakeFiles/cmTC_54472.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_54472.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_54472.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_54472.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_54472.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_54472.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_54472/fast' failed
make: *** [cmTC_54472/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_bfa68/fast"
make -f CMakeFiles/cmTC_bfa68.dir/build.make CMakeFiles/cmTC_bfa68.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_bfa68.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_bfa68.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_bfa68.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bfa68.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_bfa68.dir/CheckIncludeFile.c.o] Error 1
Makefile:126: recipe for target 'cmTC_bfa68/fast' failed
make: *** [cmTC_bfa68/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_bcd11/fast"
make -f CMakeFiles/cmTC_bcd11.dir/build.make CMakeFiles/cmTC_bcd11.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_bcd11.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_bcd11.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_bcd11.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bcd11.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_bcd11.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_bcd11/fast' failed
make: *** [cmTC_bcd11/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_8e336/fast"
make -f CMakeFiles/cmTC_8e336.dir/build.make CMakeFiles/cmTC_8e336.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_8e336.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_8e336.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_8e336.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8e336.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_8e336.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_8e336/fast' failed
make: *** [cmTC_8e336/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_d9455/fast"
make -f CMakeFiles/cmTC_d9455.dir/build.make CMakeFiles/cmTC_d9455.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_d9455.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_d9455.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_d9455.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d9455.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_d9455.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d9455/fast' failed
make: *** [cmTC_d9455/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_c1693/fast"
make -f CMakeFiles/cmTC_c1693.dir/build.make CMakeFiles/cmTC_c1693.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_c1693.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_c1693.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_c1693.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c1693.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_c1693.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c1693/fast' failed
make: *** [cmTC_c1693/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_f9ef3/fast"
make -f CMakeFiles/cmTC_f9ef3.dir/build.make CMakeFiles/cmTC_f9ef3.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_f9ef3.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_f9ef3.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_f9ef3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9ef3.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_f9ef3.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f9ef3/fast' failed
make: *** [cmTC_f9ef3/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_b5e4f/fast"
make -f CMakeFiles/cmTC_b5e4f.dir/build.make CMakeFiles/cmTC_b5e4f.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_b5e4f.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_b5e4f.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_b5e4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b5e4f.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_b5e4f.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b5e4f/fast' failed
make: *** [cmTC_b5e4f/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_953ea/fast"
make -f CMakeFiles/cmTC_953ea.dir/build.make CMakeFiles/cmTC_953ea.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_953ea.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_953ea.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_953ea.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_953ea.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_953ea.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_953ea/fast' failed
make: *** [cmTC_953ea/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_aa920/fast"
make -f CMakeFiles/cmTC_aa920.dir/build.make CMakeFiles/cmTC_aa920.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_aa920.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_aa920.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_aa920.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aa920.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_aa920.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_aa920/fast' failed
make: *** [cmTC_aa920/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_75f62/fast"
make -f CMakeFiles/cmTC_75f62.dir/build.make CMakeFiles/cmTC_75f62.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_75f62.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_75f62.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_75f62.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75f62.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_75f62.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_75f62/fast' failed
make: *** [cmTC_75f62/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_4792c/fast"
make -f CMakeFiles/cmTC_4792c.dir/build.make CMakeFiles/cmTC_4792c.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_4792c.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_4792c.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_4792c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4792c.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_4792c.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4792c/fast' failed
make: *** [cmTC_4792c/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_c79c8/fast"
make -f CMakeFiles/cmTC_c79c8.dir/build.make CMakeFiles/cmTC_c79c8.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_c79c8.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_c79c8.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_c79c8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c79c8.dir/CheckFunctionExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_c79c8.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_c79c8/fast' failed
make: *** [cmTC_c79c8/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_2908b/fast"
make -f CMakeFiles/cmTC_2908b.dir/build.make CMakeFiles/cmTC_2908b.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_2908b.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_2908b.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_2908b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2908b.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_2908b.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_2908b/fast' failed
make: *** [cmTC_2908b/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_f0166/fast"
make -f CMakeFiles/cmTC_f0166.dir/build.make CMakeFiles/cmTC_f0166.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_f0166.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_f0166.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_f0166.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f0166.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_f0166.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f0166/fast' failed
make: *** [cmTC_f0166/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_219f0/fast"
make -f CMakeFiles/cmTC_219f0.dir/build.make CMakeFiles/cmTC_219f0.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_219f0.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_219f0.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_219f0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_219f0.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_219f0.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_219f0/fast' failed
make: *** [cmTC_219f0/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_68e88/fast"
make -f CMakeFiles/cmTC_68e88.dir/build.make CMakeFiles/cmTC_68e88.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_68e88.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_68e88.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_68e88.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_68e88.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_68e88.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_68e88/fast' failed
make: *** [cmTC_68e88/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_5627f/fast"
make -f CMakeFiles/cmTC_5627f.dir/build.make CMakeFiles/cmTC_5627f.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_5627f.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_5627f.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_5627f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5627f.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_5627f.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_5627f/fast' failed
make: *** [cmTC_5627f/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_be32e/fast"
make -f CMakeFiles/cmTC_be32e.dir/build.make CMakeFiles/cmTC_be32e.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_be32e.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_be32e.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_be32e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_be32e.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_be32e.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_be32e/fast' failed
make: *** [cmTC_be32e/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_79bc2/fast"
make -f CMakeFiles/cmTC_79bc2.dir/build.make CMakeFiles/cmTC_79bc2.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_79bc2.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_79bc2.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_79bc2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_79bc2.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_79bc2.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_79bc2/fast' failed
make: *** [cmTC_79bc2/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_e34f2/fast"
make -f CMakeFiles/cmTC_e34f2.dir/build.make CMakeFiles/cmTC_e34f2.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_e34f2.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_e34f2.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_e34f2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e34f2.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_e34f2.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e34f2/fast' failed
make: *** [cmTC_e34f2/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_b9969/fast"
make -f CMakeFiles/cmTC_b9969.dir/build.make CMakeFiles/cmTC_b9969.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_b9969.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_b9969.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_b9969.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b9969.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_b9969.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b9969/fast' failed
make: *** [cmTC_b9969/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_b9df3/fast"
make -f CMakeFiles/cmTC_b9df3.dir/build.make CMakeFiles/cmTC_b9df3.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_b9df3.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_b9df3.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_b9df3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b9df3.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_b9df3.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b9df3/fast' failed
make: *** [cmTC_b9df3/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_d0bcd/fast"
make -f CMakeFiles/cmTC_d0bcd.dir/build.make CMakeFiles/cmTC_d0bcd.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_d0bcd.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_d0bcd.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_d0bcd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d0bcd.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_d0bcd.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d0bcd/fast' failed
make: *** [cmTC_d0bcd/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_63029/fast"
make -f CMakeFiles/cmTC_63029.dir/build.make CMakeFiles/cmTC_63029.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_63029.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_63029.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_63029.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_63029.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_63029.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_63029/fast' failed
make: *** [cmTC_63029/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_0e0d7/fast"
make -f CMakeFiles/cmTC_0e0d7.dir/build.make CMakeFiles/cmTC_0e0d7.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_0e0d7.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_0e0d7.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_0e0d7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0e0d7.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_0e0d7.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_0e0d7/fast' failed
make: *** [cmTC_0e0d7/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_6ecb4/fast"
make -f CMakeFiles/cmTC_6ecb4.dir/build.make CMakeFiles/cmTC_6ecb4.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_6ecb4.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_6ecb4.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_6ecb4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6ecb4.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_6ecb4.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_6ecb4/fast' failed
make: *** [cmTC_6ecb4/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_1bc67/fast"
make -f CMakeFiles/cmTC_1bc67.dir/build.make CMakeFiles/cmTC_1bc67.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_1bc67.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_1bc67.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_1bc67.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1bc67.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_1bc67.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1bc67/fast' failed
make: *** [cmTC_1bc67/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_f72f8/fast"
make -f CMakeFiles/cmTC_f72f8.dir/build.make CMakeFiles/cmTC_f72f8.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_f72f8.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_f72f8.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_f72f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f72f8.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_f72f8.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_f72f8/fast' failed
make: *** [cmTC_f72f8/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_43511/fast"
make -f CMakeFiles/cmTC_43511.dir/build.make CMakeFiles/cmTC_43511.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_43511.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_43511.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_43511.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_43511.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_43511.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_43511/fast' failed
make: *** [cmTC_43511/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_75644/fast"
make -f CMakeFiles/cmTC_75644.dir/build.make CMakeFiles/cmTC_75644.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_75644.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_75644.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_75644.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75644.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_75644.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_75644/fast' failed
make: *** [cmTC_75644/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_4fd78/fast"
make -f CMakeFiles/cmTC_4fd78.dir/build.make CMakeFiles/cmTC_4fd78.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_4fd78.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_4fd78.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_4fd78.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4fd78.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_4fd78.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4fd78/fast' failed
make: *** [cmTC_4fd78/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_4871b/fast"
make -f CMakeFiles/cmTC_4871b.dir/build.make CMakeFiles/cmTC_4871b.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_4871b.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_4871b.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_4871b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4871b.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_4871b.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4871b/fast' failed
make: *** [cmTC_4871b/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_b3ada/fast"
make -f CMakeFiles/cmTC_b3ada.dir/build.make CMakeFiles/cmTC_b3ada.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_b3ada.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_b3ada.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_b3ada.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b3ada.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_b3ada.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b3ada/fast' failed
make: *** [cmTC_b3ada/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_4828b/fast"
make -f CMakeFiles/cmTC_4828b.dir/build.make CMakeFiles/cmTC_4828b.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_4828b.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_4828b.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_4828b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4828b.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_4828b.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4828b/fast' failed
make: *** [cmTC_4828b/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_2689b/fast"
make -f CMakeFiles/cmTC_2689b.dir/build.make CMakeFiles/cmTC_2689b.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_2689b.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_2689b.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_2689b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2689b.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_2689b.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_2689b/fast' failed
make: *** [cmTC_2689b/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_a5406/fast"
make -f CMakeFiles/cmTC_a5406.dir/build.make CMakeFiles/cmTC_a5406.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_a5406.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_a5406.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_a5406.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a5406.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_a5406.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a5406/fast' failed
make: *** [cmTC_a5406/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_66fdb/fast"
make -f CMakeFiles/cmTC_66fdb.dir/build.make CMakeFiles/cmTC_66fdb.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_66fdb.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_66fdb.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_66fdb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_66fdb.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_66fdb.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_66fdb/fast' failed
make: *** [cmTC_66fdb/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_e7a64/fast"
make -f CMakeFiles/cmTC_e7a64.dir/build.make CMakeFiles/cmTC_e7a64.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_e7a64.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_e7a64.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_e7a64.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e7a64.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_e7a64.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e7a64/fast' failed
make: *** [cmTC_e7a64/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_4c2ff/fast"
make -f CMakeFiles/cmTC_4c2ff.dir/build.make CMakeFiles/cmTC_4c2ff.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_4c2ff.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_4c2ff.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_4c2ff.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4c2ff.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_4c2ff.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4c2ff/fast' failed
make: *** [cmTC_4c2ff/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_38ac8/fast"
make -f CMakeFiles/cmTC_38ac8.dir/build.make CMakeFiles/cmTC_38ac8.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_38ac8.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_38ac8.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_38ac8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_38ac8.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_38ac8.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_38ac8/fast' failed
make: *** [cmTC_38ac8/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_2e8d3/fast"
make -f CMakeFiles/cmTC_2e8d3.dir/build.make CMakeFiles/cmTC_2e8d3.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_2e8d3.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_2e8d3.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_2e8d3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2e8d3.dir/CheckSymbolExists.c.o' failed
make[1]: *** [CMakeFiles/cmTC_2e8d3.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_2e8d3/fast' failed
make: *** [cmTC_2e8d3/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_c736a/fast"
make -f CMakeFiles/cmTC_c736a.dir/build.make CMakeFiles/cmTC_c736a.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_c736a.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_c736a.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_c736a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c736a.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_c736a.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c736a/fast' failed
make: *** [cmTC_c736a/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_771f8/fast"
make -f CMakeFiles/cmTC_771f8.dir/build.make CMakeFiles/cmTC_771f8.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_771f8.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_771f8.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_771f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_771f8.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_771f8.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_771f8/fast' failed
make: *** [cmTC_771f8/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_27ec4/fast"
make -f CMakeFiles/cmTC_27ec4.dir/build.make CMakeFiles/cmTC_27ec4.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_27ec4.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_27ec4.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_27ec4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_27ec4.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_27ec4.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_27ec4/fast' failed
make: *** [cmTC_27ec4/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_518d6/fast"
make -f CMakeFiles/cmTC_518d6.dir/build.make CMakeFiles/cmTC_518d6.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_518d6.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_518d6.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_518d6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_518d6.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_518d6.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_518d6/fast' failed
make: *** [cmTC_518d6/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_3ec2b/fast"
make -f CMakeFiles/cmTC_3ec2b.dir/build.make CMakeFiles/cmTC_3ec2b.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_3ec2b.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_3ec2b.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_3ec2b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3ec2b.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_3ec2b.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_3ec2b/fast' failed
make: *** [cmTC_3ec2b/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_4e577/fast"
make -f CMakeFiles/cmTC_4e577.dir/build.make CMakeFiles/cmTC_4e577.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_4e577.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_4e577.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_4e577.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4e577.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_4e577.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_4e577/fast' failed
make: *** [cmTC_4e577/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_ef356/fast"
make -f CMakeFiles/cmTC_ef356.dir/build.make CMakeFiles/cmTC_ef356.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_ef356.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_ef356.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_ef356.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ef356.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'
Makefile:126: recipe for target 'cmTC_ef356/fast' failed
make[1]: *** [CMakeFiles/cmTC_ef356.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTC_ef356/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_213b7/fast"
make -f CMakeFiles/cmTC_213b7.dir/build.make CMakeFiles/cmTC_213b7.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_213b7.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_213b7.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_213b7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_213b7.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_213b7.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_213b7/fast' failed
make: *** [cmTC_213b7/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_771af/fast"
make -f CMakeFiles/cmTC_771af.dir/build.make CMakeFiles/cmTC_771af.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_771af.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_771af.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_771af.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_771af.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_771af.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_771af/fast' failed
make: *** [cmTC_771af/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_e3bc9/fast"
make -f CMakeFiles/cmTC_e3bc9.dir/build.make CMakeFiles/cmTC_e3bc9.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_e3bc9.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_e3bc9.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_e3bc9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e3bc9.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_e3bc9.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_e3bc9/fast' failed
make: *** [cmTC_e3bc9/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_17b6c/fast"
make -f CMakeFiles/cmTC_17b6c.dir/build.make CMakeFiles/cmTC_17b6c.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_17b6c.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_17b6c.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_17b6c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_17b6c.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_17b6c.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_17b6c/fast' failed
make: *** [cmTC_17b6c/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_79b28/fast"
make -f CMakeFiles/cmTC_79b28.dir/build.make CMakeFiles/cmTC_79b28.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_79b28.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_79b28.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_79b28.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_79b28.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_79b28.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_79b28/fast' failed
make: *** [cmTC_79b28/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_1a689/fast"
make -f CMakeFiles/cmTC_1a689.dir/build.make CMakeFiles/cmTC_1a689.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_1a689.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_1a689.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_1a689.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1a689.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_1a689.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_1a689/fast' failed
make: *** [cmTC_1a689/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_c4f87/fast"
make -f CMakeFiles/cmTC_c4f87.dir/build.make CMakeFiles/cmTC_c4f87.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_c4f87.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_c4f87.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_c4f87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c4f87.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_c4f87.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_c4f87/fast' failed
make: *** [cmTC_c4f87/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_9a124/fast"
make -f CMakeFiles/cmTC_9a124.dir/build.make CMakeFiles/cmTC_9a124.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_9a124.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_9a124.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_9a124.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9a124.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_9a124.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_9a124/fast' failed
make: *** [cmTC_9a124/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_d880e/fast"
make -f CMakeFiles/cmTC_d880e.dir/build.make CMakeFiles/cmTC_d880e.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_d880e.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_d880e.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_d880e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d880e.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_d880e.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_d880e/fast' failed
make: *** [cmTC_d880e/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_b30eb/fast"
make -f CMakeFiles/cmTC_b30eb.dir/build.make CMakeFiles/cmTC_b30eb.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_b30eb.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_b30eb.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_b30eb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b30eb.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_b30eb.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b30eb/fast' failed
make: *** [cmTC_b30eb/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_2300c/fast"
make -f CMakeFiles/cmTC_2300c.dir/build.make CMakeFiles/cmTC_2300c.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_2300c.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_2300c.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_2300c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2300c.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_2300c.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_2300c/fast' failed
make: *** [cmTC_2300c/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_4204e/fast"
make -f CMakeFiles/cmTC_4204e.dir/build.make CMakeFiles/cmTC_4204e.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_4204e.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_4204e.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_4204e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4204e.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_4204e.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_4204e/fast' failed
make: *** [cmTC_4204e/fast] Error 2
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_db7c9/fast"
make -f CMakeFiles/cmTC_db7c9.dir/build.make CMakeFiles/cmTC_db7c9.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_db7c9.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_db7c9.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_db7c9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_db7c9.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_db7c9.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_db7c9/fast' failed
make: *** [cmTC_db7c9/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_a3cdc/fast"
make -f CMakeFiles/cmTC_a3cdc.dir/build.make CMakeFiles/cmTC_a3cdc.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_a3cdc.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_a3cdc.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_a3cdc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a3cdc.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_a3cdc.dir/CheckFunctionExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_a3cdc/fast' failed
make: *** [cmTC_a3cdc/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_91568/fast"
make -f CMakeFiles/cmTC_91568.dir/build.make CMakeFiles/cmTC_91568.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_91568.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_91568.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_91568.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91568.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_91568.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_91568/fast' failed
make: *** [cmTC_91568/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_00225/fast"
make -f CMakeFiles/cmTC_00225.dir/build.make CMakeFiles/cmTC_00225.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_00225.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_00225.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_00225.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_00225.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_00225.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_00225/fast' failed
make: *** [cmTC_00225/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_59029/fast"
make -f CMakeFiles/cmTC_59029.dir/build.make CMakeFiles/cmTC_59029.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_59029.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_59029.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_59029.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_59029.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_59029.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_59029/fast' failed
make: *** [cmTC_59029/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_95d96/fast"
make -f CMakeFiles/cmTC_95d96.dir/build.make CMakeFiles/cmTC_95d96.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_95d96.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_95d96.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_95d96.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_95d96.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_95d96.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_95d96/fast' failed
make: *** [cmTC_95d96/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_b79a6/fast"
make -f CMakeFiles/cmTC_b79a6.dir/build.make CMakeFiles/cmTC_b79a6.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_b79a6.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_b79a6.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_b79a6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b79a6.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_b79a6.dir/CheckSymbolExists.c.o] Error 1
Makefile:126: recipe for target 'cmTC_b79a6/fast' failed
make: *** [cmTC_b79a6/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_5c2be/fast"
make -f CMakeFiles/cmTC_5c2be.dir/build.make CMakeFiles/cmTC_5c2be.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_5c2be.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_5c2be.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_5c2be.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5c2be.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_5c2be.dir/src.c.o] Error 1
Makefile:126: recipe for target 'cmTC_5c2be/fast' failed
make: *** [cmTC_5c2be/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_77b80/fast"
make -f CMakeFiles/cmTC_77b80.dir/build.make CMakeFiles/cmTC_77b80.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_77b80.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_77b80.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_77b80.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_77b80.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_77b80.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_77b80/fast' failed
make: *** [cmTC_77b80/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_9744e/fast"
make -f CMakeFiles/cmTC_9744e.dir/build.make CMakeFiles/cmTC_9744e.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_9744e.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_9744e.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_9744e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9744e.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_9744e.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_9744e/fast' failed
make: *** [cmTC_9744e/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_73db1/fast"
make -f CMakeFiles/cmTC_73db1.dir/build.make CMakeFiles/cmTC_73db1.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_73db1.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_73db1.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_73db1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_73db1.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_73db1.dir/src.cxx.o] Error 1
Makefile:126: recipe for target 'cmTC_73db1/fast' failed
make: *** [cmTC_73db1/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