Port Requests


I guess it depend on the backend for the CPU Emulator. If it's pure interpretor yes, if it's a jit, someone will probably have to write it.
 
Hi all :)

Some port ideas:

Inexor (Cube 2 fork, better suited for the Pyra I guess)

Project Unknown (based on Quake 1 FTEQW)

@ptitSeb : speaking of Cube, how is the Pandora port going ?

Cheers, Magic Sam
Cube: it read the DEPTH buffer (wich is not possible on GLES) and I haven't spent much time (none in fact) trying to find a workaround.

Project Unknow doesn't seems to be release.

I'm not a big fan of multiplayer arena fps. I very much prefer single player FPS.
Still, I have ported quite a few Arena Multiplayer FPS already to the Pandora, and I'm not sure what thoses will bring more (puting aside the "collecting" part).
 
Hi,

Hatari has a new 2.0 release https://hatari.tuxfamily.org - http://download.tuxfamily.org/hatari/2.0.0/

Latest version in the repo is more than four years old (1.6) and there are tons of improvements and additions, - I managed to get 1.8 working in Slackware, but it would be nice to have 2.0 available as a pnd.
If a version with GUI is too much work a non-gui version would be nice as well. Any takers? @ptitSeb maybe? Pretty sure @skeezix will not be offended ;)

For compiling and running Hatari, you must have installed the following libraries and their development versions:

Following libraries are optional, but for your full Hatari pleasure, we recommend to install them:

  • The PNG image library, needed for compressing screenshots and AVI video recording - http://www.libpng.org/
  • The portaudio library, needed for Falcon microphone - http://www.portaudio.com/
  • The GNU Readline library, needed for Hatari debugger command line editing
  • The Xlib library, to support Hatari Python UI window embedding on systems with the X window system (Linux and other unixes)
 
Hi,

Hatari has a new 2.0 release https://hatari.tuxfamily.org - http://download.tuxfamily.org/hatari/2.0.0/

Latest version in the repo is more than four years old (1.6) and there are tons of improvements and additions, - I managed to get 1.8 working in Slackware, but it would be nice to have 2.0 available as a pnd.
If a version with GUI is too much work a non-gui version would be nice as well. Any takers? @ptitSeb maybe? Pretty sure @skeezix will not be offended ;)

For compiling and running Hatari, you must have installed the following libraries and their development versions:

Following libraries are optional, but for your full Hatari pleasure, we recommend to install them:

  • The PNG image library, needed for compressing screenshots and AVI video recording - http://www.libpng.org/
  • The portaudio library, needed for Falcon microphone - http://www.portaudio.com/
  • The GNU Readline library, needed for Hatari debugger command line editing
  • The Xlib library, to support Hatari Python UI window embedding on systems with the X window system (Linux and other unixes)
I have already too many things compiling (and not working), but I'll give this a try one day yes.
 
I have already too many things compiling (and not working), but I'll give this a try one day yes.

sure, no rush.

I might even try to compile it myself this weekend with code::blocks.
SDL should already be part of code::blocks and installing zlib from source doesn't seem to be that complicated.

Probably don't need Readline and isn't xlib just X11? If so that should be included in code::blocks as well..
 
sure, no rush.

I might even try to compile it myself this weekend with code::blocks.
SDL should already be part of code::blocks and installing zlib from source doesn't seem to be that complicated.

Probably don't need Readline and isn't xlib just X11? If so that should be included in code::blocks as well..
All libs should be in codeblocks. Even portaudio is there (I think it's v18, not 19, but I'm not sure).
 
Downloaded codeblocks and tried it. The gui was not really helping (quite confusing tbh) so I tried the cli version.
Unpacked the Hatari source and did a ./configure and got a list of errors that don't make sense to me.
(Not that surprising, my compiling experience is basically ./configure, solving dependencies, make, make install.)

The summary did report that sdl, readline, zlib, png, portaudio and udev were found. Only capsimage v4 was not found.
Still configure ended with "Configuring incomplete, errors occurred!"

configure has some parameters - not sure if this helps.

echo " --prefix=<path> Set the install prefix to path"
echo " --enable-debug Enable debug (non-optimized) build"
echo " --enable-small-mem Use less memory - at the expense of emulation speed"
echo " --disable-dsp Disable DSP emulation for Falcon mode."
echo " --disable-tracing Disable tracing messages for debugging"
echo " --enable-winuae-cpu Use WinUAE CPU core (default)"
echo " --enable-old-uae-cpu Use old UAE CPU core (deprecated)"
echo " --disable-osx-bundle Disable application bundling on Mac OS X"
echo " --disable-sdl2 Do not compile with libsdl 2.0, use 1.2 instead"
echo " --cross-compile-win64_32 Build the 32 bit Windows version under linux using mingw-w64"
echo " --cross-compile-win64_64 Build the 64 bit Windows version under linux using mingw-w64"

Error and output log below. @ptitSeb no problem if you want me to start a new thread or add the question to the codeblocks thread. It might be slightly off topic in this thread..

Detecting C compiler ABI info failed to compile with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_a66af/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_a66af.dir/build.make CMakeFiles/cmTC_a66af.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a66af.dir/CMakeCCompilerABI.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_a66af.dir/CMakeCCompilerABI.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_a66af
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a66af.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -v CMakeFiles/cmTC_a66af.dir/CMakeCCompilerABI.c.o -o cmTC_a66af -rdynamic
Using built-in specs.
COLLECT_GCC=/mnt/utmp/codeblocks/usr/bin/cc
COLLECT_LTO_WRAPPER=/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/lto-wrapper
Target: armv7l-unknown-linux-gnueabi
Configured with: /media/sda1/sources/gcc-6.1.0/configure --prefix=/mnt/utmp/codeblocks/usr --enable-lto --enable-ld --enable-gold --enable-gprof --enable-long-long --with-cpu=cortex-a8 --with-fpu=neon --disable-werror --enable-libsanitizer --enable-__cxa_atexit --enable-fixed-point --enable-decimal-float --disable-checking --enable-c99 --with-long-double-128 --enable-languages=c,c++,lto,objc,obj-c++,fortran,go,d --enable-pic --with-diagnostics-color=auto --enable-plugins BUILD_CONFIG=bootstrap-O1
Thread model: posix
gcc version 6.1.0 (GCC)
COMPILER_PATH=/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/:/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/:/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/:/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/:/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/:/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/bin/
LIBRARY_PATH=/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/:/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/lib/:/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-fdiagnostics-color=auto' '-Ofast' '-pipe' '-mcpu=cortex-a8' '-mfpu=neon' '-ftree-vectorize' '-mfloat-abi=softfp' '-fsingle-precision-constant' '-fuse-ld=gold' '-fuse-linker-plugin' '-fsigned-char' '-mneon-for-64bits' '-mvectorize-with-neon-double' '-v' '-o' 'cmTC_a66af' '-rdynamic' '-mtls-dialect=gnu'
/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/collect2 -plugin /mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/liblto_plugin.so -plugin-opt=/mnt/utmp/codeblocks/usr/libexec/gcc/armv7l-unknown-linux-gnueabi/6.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPMI1Du.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -export-dynamic -dynamic-linker /lib/ld-linux.so.3 -X -m armelf_linux_eabi -fuse-ld=gold -o cmTC_a66af /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/lib/crt1.o /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/lib/crti.o /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/crtbegin.o -L/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0 -L/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/lib -L/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../.. CMakeFiles/cmTC_a66af.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/crtfastmath.o /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/crtend.o /mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/lib/crtn.o
COLLECT_GCC_OPTIONS='-fdiagnostics-color=auto' '-Ofast' '-pipe' '-mcpu=cortex-a8' '-mfpu=neon' '-ftree-vectorize' '-mfloat-abi=softfp' '-fsingle-precision-constant' '-fuse-ld=gold' '-fuse-linker-plugin' '-fsigned-char' '-mneon-for-64bits' '-mvectorize-with-neon-double' '-v' '-o' 'cmTC_a66af' '-rdynamic' '-mtls-dialect=gnu'
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'

Cannot copy output executable
'/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/cmTC_a66af'
to destination specified by COPY_FILE:
'/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/3.6.1/CMakeDetermineCompilerABI_C.bin'


Detecting C [-std=c11] compiler features failed to compile with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_47083/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_47083.dir/build.make CMakeFiles/cmTC_47083.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_47083.dir/feature_tests.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -std=c11 -o CMakeFiles/cmTC_47083.dir/feature_tests.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/feature_tests.c
Linking C executable cmTC_47083
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47083.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_47083.dir/feature_tests.c.o -o cmTC_47083 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'

Cannot copy output executable
'/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/cmTC_47083'
to destination specified by COPY_FILE:
'/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/feature_tests.bin'


Determining if the pthread_create exist failed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_7e6bd/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_7e6bd.dir/build.make CMakeFiles/cmTC_7e6bd.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7e6bd.dir/CheckSymbolExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_7e6bd.dir/CheckSymbolExists.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_7e6bd
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e6bd.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_7e6bd.dir/CheckSymbolExists.c.o -o cmTC_7e6bd -rdynamic
CMakeFiles/cmTC_7e6bd.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'pthread_create'
CMakeFiles/cmTC_7e6bd.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_7e6bd.dir/build.make:97: recipe for target 'cmTC_7e6bd' failed
make[1]: *** [cmTC_7e6bd] Error 1
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_7e6bd/fast' failed
make: *** [cmTC_7e6bd/fast] Error 2

File /media/mmcblk1p1/hatari-2.0.0/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: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_d1e2e/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_d1e2e.dir/build.make CMakeFiles/cmTC_d1e2e.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d1e2e.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_d1e2e.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_d1e2e
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1e2e.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_d1e2e.dir/CheckFunctionExists.c.o -o cmTC_d1e2e -rdynamic -lpthreads
/mnt/utmp/codeblocks/usr/lib/gcc/armv7l-unknown-linux-gnueabi/6.1.0/../../../../armv7l-unknown-linux-gnueabi/bin/ld.gold: error: cannot find -lpthreads
CMakeFiles/cmTC_d1e2e.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_d1e2e.dir/build.make:97: recipe for target 'cmTC_d1e2e' failed
make[1]: *** [cmTC_d1e2e] Error 1
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_d1e2e/fast' failed
make: *** [cmTC_d1e2e/fast] Error 2


Determining if files sys/utime.h exist failed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_58663/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_58663.dir/build.make CMakeFiles/cmTC_58663.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_58663.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_58663.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/utime.h: No such file or directory
#include <sys/utime.h>
^
compilation terminated.
CMakeFiles/cmTC_58663.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_58663.dir/CheckIncludeFiles.c.o' failed
make[1]: *** [CMakeFiles/cmTC_58663.dir/CheckIncludeFiles.c.o] Error 1
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_58663/fast' failed
make: *** [cmTC_58663/fast] Error 2

Source:
/* */
#include <sys/utime.h>


int main(void){return 0;}

Determining if the function strlcpy exists failed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_70f0c/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_70f0c.dir/build.make CMakeFiles/cmTC_70f0c.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_70f0c.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTC_70f0c.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_70f0c
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70f0c.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=strlcpy CMakeFiles/cmTC_70f0c.dir/CheckFunctionExists.c.o -o cmTC_70f0c -rdynamic
CMakeFiles/cmTC_70f0c.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'strlcpy'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_70f0c.dir/build.make:97: recipe for target 'cmTC_70f0c' failed
make[1]: *** [cmTC_70f0c] Error 1
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_70f0c/fast' failed
make: *** [cmTC_70f0c/fast] Error 2

The system is: Linux - 3.2.81 - armv7l
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /mnt/utmp/codeblocks/usr/bin/cc
Build flags: -Ofast;-pipe;-mcpu=cortex-a8;-mfpu=neon;-ftree-vectorize;-mfloat-abi=softfp;-fsingle-precision-constant;-fuse-ld=gold;-fuse-linker-plugin;-fdiagnostics-color=auto;-fsigned-char;-mneon-for-64bits;-mvectorize-with-neon-double
Id flags:

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/3.6.1/CompilerIdC/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_28831/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_28831.dir/build.make CMakeFiles/cmTC_28831.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_28831.dir/testCCompiler.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_28831.dir/testCCompiler.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_28831
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28831.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_28831.dir/testCCompiler.c.o -o cmTC_28831 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Performing C SOURCE FILE Test MUDFLAP_AVAILABLE succeeded with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_0355e/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_0355e.dir/build.make CMakeFiles/cmTC_0355e.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0355e.dir/src.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DMUDFLAP_AVAILABLE -fmudflapth -o CMakeFiles/cmTC_0355e.dir/src.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/src.c
cc: warning: switch '-fmudflapth' is no longer supported
Linking C executable cmTC_0355e
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0355e.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DMUDFLAP_AVAILABLE CMakeFiles/cmTC_0355e.dir/src.c.o -o cmTC_0355e -rdynamic -lmudflap
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'

Source file was:
int main(void) { return 0; }
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_a84fc/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_a84fc.dir/build.make CMakeFiles/cmTC_a84fc.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a84fc.dir/CheckIncludeFile.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_a84fc.dir/CheckIncludeFile.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a84fc
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a84fc.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_a84fc.dir/CheckIncludeFile.c.o -o cmTC_a84fc -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_dab3d/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_dab3d.dir/build.make CMakeFiles/cmTC_dab3d.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dab3d.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_dab3d.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_dab3d
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dab3d.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_dab3d.dir/CheckFunctionExists.c.o -o cmTC_dab3d -rdynamic -lpthread
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function rl_filename_completion_function exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_dfad7/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_dfad7.dir/build.make CMakeFiles/cmTC_dfad7.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dfad7.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=rl_filename_completion_function -o CMakeFiles/cmTC_dfad7.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_dfad7
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dfad7.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=rl_filename_completion_function CMakeFiles/cmTC_dfad7.dir/CheckFunctionExists.c.o -o cmTC_dfad7 -rdynamic -lreadline
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function XOpenDisplay exists in the /mnt/utmp/codeblocks/usr/lib/libX11.so;/mnt/utmp/codeblocks/usr/lib/libXext.so passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_de37d/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_de37d.dir/build.make CMakeFiles/cmTC_de37d.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_de37d.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_de37d.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_de37d
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de37d.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_de37d.dir/CheckFunctionExists.c.o -o cmTC_de37d -L/mnt/utmp/codeblocks/usr/lib -rdynamic /mnt/utmp/codeblocks/usr/lib/libX11.so /mnt/utmp/codeblocks/usr/lib/libXext.so -Wl,-rpath,/mnt/utmp/codeblocks/usr/lib
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function gethostbyname exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_d8919/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_d8919.dir/build.make CMakeFiles/cmTC_d8919.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d8919.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_d8919.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_d8919
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8919.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_d8919.dir/CheckFunctionExists.c.o -o cmTC_d8919 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function connect exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_c5384/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_c5384.dir/build.make CMakeFiles/cmTC_c5384.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c5384.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_c5384.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_c5384
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5384.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_c5384.dir/CheckFunctionExists.c.o -o cmTC_c5384 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function remove exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_5660a/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_5660a.dir/build.make CMakeFiles/cmTC_5660a.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5660a.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_5660a.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_5660a
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5660a.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_5660a.dir/CheckFunctionExists.c.o -o cmTC_5660a -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function shmat exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_3dea6/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_3dea6.dir/build.make CMakeFiles/cmTC_3dea6.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3dea6.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_3dea6.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_3dea6
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3dea6.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_3dea6.dir/CheckFunctionExists.c.o -o cmTC_3dea6 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_b3699/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_b3699.dir/build.make CMakeFiles/cmTC_b3699.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b3699.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_b3699.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_b3699
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3699.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_b3699.dir/CheckFunctionExists.c.o -o cmTC_b3699 -L/mnt/utmp/codeblocks/usr/lib -rdynamic -lICE -Wl,-rpath,/mnt/utmp/codeblocks/usr/lib
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function Pa_GetDefaultInputDevice exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_33a6b/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_33a6b.dir/build.make CMakeFiles/cmTC_33a6b.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_33a6b.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=Pa_GetDefaultInputDevice -o CMakeFiles/cmTC_33a6b.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_33a6b
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33a6b.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=Pa_GetDefaultInputDevice CMakeFiles/cmTC_33a6b.dir/CheckFunctionExists.c.o -o cmTC_33a6b -rdynamic /mnt/utmp/codeblocks/usr/lib/libportaudio.so -Wl,-rpath,/mnt/utmp/codeblocks/usr/lib
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files termios.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_9e8a1/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_9e8a1.dir/build.make CMakeFiles/cmTC_9e8a1.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9e8a1.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_9e8a1.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_9e8a1
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e8a1.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_9e8a1.dir/CheckIncludeFiles.c.o -o cmTC_9e8a1 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files strings.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_0a7fa/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_0a7fa.dir/build.make CMakeFiles/cmTC_0a7fa.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0a7fa.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_0a7fa.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_0a7fa
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a7fa.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_0a7fa.dir/CheckIncludeFiles.c.o -o cmTC_0a7fa -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files malloc.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_8a32f/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_8a32f.dir/build.make CMakeFiles/cmTC_8a32f.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8a32f.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_8a32f.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_8a32f
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a32f.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_8a32f.dir/CheckIncludeFiles.c.o -o cmTC_8a32f -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files /mnt/utmp/codeblocks/usr/include/SDL2/SDL_config.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_11d23/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_11d23.dir/build.make CMakeFiles/cmTC_11d23.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_11d23.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_11d23.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_11d23
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_11d23.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_11d23.dir/CheckIncludeFiles.c.o -o cmTC_11d23 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files sys/time.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_4bc3f/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_4bc3f.dir/build.make CMakeFiles/cmTC_4bc3f.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4bc3f.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_4bc3f.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_4bc3f
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4bc3f.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_4bc3f.dir/CheckIncludeFiles.c.o -o cmTC_4bc3f -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files sys/times.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_154a8/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_154a8.dir/build.make CMakeFiles/cmTC_154a8.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_154a8.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_154a8.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_154a8
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_154a8.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_154a8.dir/CheckIncludeFiles.c.o -o cmTC_154a8 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files utime.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_fc0a9/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_fc0a9.dir/build.make CMakeFiles/cmTC_fc0a9.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fc0a9.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_fc0a9.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_fc0a9
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc0a9.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_fc0a9.dir/CheckIncludeFiles.c.o -o cmTC_fc0a9 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if files sys/socket.h;sys/un.h exist passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_856cb/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_856cb.dir/build.make CMakeFiles/cmTC_856cb.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_856cb.dir/CheckIncludeFiles.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -o CMakeFiles/cmTC_856cb.dir/CheckIncludeFiles.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_856cb
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_856cb.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double CMakeFiles/cmTC_856cb.dir/CheckIncludeFiles.c.o -o cmTC_856cb -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function cfmakeraw exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_b7074/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_b7074.dir/build.make CMakeFiles/cmTC_b7074.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b7074.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=cfmakeraw -o CMakeFiles/cmTC_b7074.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_b7074
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7074.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=cfmakeraw CMakeFiles/cmTC_b7074.dir/CheckFunctionExists.c.o -o cmTC_b7074 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function setenv exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_6e8fe/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_6e8fe.dir/build.make CMakeFiles/cmTC_6e8fe.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6e8fe.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTC_6e8fe.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_6e8fe
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e8fe.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=setenv CMakeFiles/cmTC_6e8fe.dir/CheckFunctionExists.c.o -o cmTC_6e8fe -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function select exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_8a4d0/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_8a4d0.dir/build.make CMakeFiles/cmTC_8a4d0.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8a4d0.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=select -o CMakeFiles/cmTC_8a4d0.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_8a4d0
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a4d0.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=select CMakeFiles/cmTC_8a4d0.dir/CheckFunctionExists.c.o -o cmTC_8a4d0 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function gettimeofday exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_fcd00/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_fcd00.dir/build.make CMakeFiles/cmTC_fcd00.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fcd00.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=gettimeofday -o CMakeFiles/cmTC_fcd00.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_fcd00
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fcd00.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=gettimeofday CMakeFiles/cmTC_fcd00.dir/CheckFunctionExists.c.o -o cmTC_fcd00 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function nanosleep exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_aea1c/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_aea1c.dir/build.make CMakeFiles/cmTC_aea1c.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aea1c.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=nanosleep -o CMakeFiles/cmTC_aea1c.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_aea1c
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aea1c.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=nanosleep CMakeFiles/cmTC_aea1c.dir/CheckFunctionExists.c.o -o cmTC_aea1c -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function alphasort exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_2afbc/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_2afbc.dir/build.make CMakeFiles/cmTC_2afbc.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2afbc.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=alphasort -o CMakeFiles/cmTC_2afbc.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_2afbc
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2afbc.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=alphasort CMakeFiles/cmTC_2afbc.dir/CheckFunctionExists.c.o -o cmTC_2afbc -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function scandir exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_63b3c/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_63b3c.dir/build.make CMakeFiles/cmTC_63b3c.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63b3c.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=scandir -o CMakeFiles/cmTC_63b3c.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_63b3c
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63b3c.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=scandir CMakeFiles/cmTC_63b3c.dir/CheckFunctionExists.c.o -o cmTC_63b3c -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function statvfs exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_1e749/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_1e749.dir/build.make CMakeFiles/cmTC_1e749.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e749.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=statvfs -o CMakeFiles/cmTC_1e749.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_1e749
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e749.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=statvfs CMakeFiles/cmTC_1e749.dir/CheckFunctionExists.c.o -o cmTC_1e749 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function fseeko exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_6d468/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_6d468.dir/build.make CMakeFiles/cmTC_6d468.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6d468.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=fseeko -o CMakeFiles/cmTC_6d468.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_6d468
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d468.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=fseeko CMakeFiles/cmTC_6d468.dir/CheckFunctionExists.c.o -o cmTC_6d468 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function ftello exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_dcb54/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_dcb54.dir/build.make CMakeFiles/cmTC_dcb54.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dcb54.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=ftello -o CMakeFiles/cmTC_dcb54.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_dcb54
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcb54.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=ftello CMakeFiles/cmTC_dcb54.dir/CheckFunctionExists.c.o -o cmTC_dcb54 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Determining if the function flock exists passed with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_9a6cf/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_9a6cf.dir/build.make CMakeFiles/cmTC_9a6cf.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9a6cf.dir/CheckFunctionExists.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=flock -o CMakeFiles/cmTC_9a6cf.dir/CheckFunctionExists.c.o -c /mnt/utmp/codeblocks/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_9a6cf
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a6cf.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DCHECK_FUNCTION_EXISTS=flock CMakeFiles/cmTC_9a6cf.dir/CheckFunctionExists.c.o -o cmTC_9a6cf -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'


Performing C SOURCE FILE Test HAVE_DIRENT_D_TYPE succeeded with the following output:
Change Dir: /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp

Run Build Command:"/mnt/utmp/codeblocks/usr/bin/make" "cmTC_14f66/fast"
/mnt/utmp/codeblocks/usr/bin/make -f CMakeFiles/cmTC_14f66.dir/build.make CMakeFiles/cmTC_14f66.dir/build
make[1]: Entering directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_14f66.dir/src.c.o
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DHAVE_DIRENT_D_TYPE -o CMakeFiles/cmTC_14f66.dir/src.c.o -c /media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_14f66
/mnt/utmp/codeblocks/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_14f66.dir/link.txt --verbose=1
/mnt/utmp/codeblocks/usr/bin/cc -Ofast -pipe -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -fsingle-precision-constant -fuse-ld=gold -fuse-linker-plugin -fdiagnostics-color=auto -fsigned-char -mneon-for-64bits -mvectorize-with-neon-double -DHAVE_DIRENT_D_TYPE CMakeFiles/cmTC_14f66.dir/src.c.o -o cmTC_14f66 -rdynamic
make[1]: Leaving directory '/media/mmcblk1p1/hatari-2.0.0/CMakeFiles/CMakeTmp'

Source file was:

#include <dirent.h>

int main()
{
(void)sizeof(((struct dirent *)0)->d_type);
return 0;
}
 
The summary did report that sdl, readline, zlib, png, portaudio and udev were found. Only capsimage v4 was not found.
Still configure ended with "Configuring incomplete, errors occurred!"

It build with codeblocks cli (with GNU C 5.2.0 ...so not one of the latest..) without capsimage (i tried adding that lib found here but, the Hatari configure didn't find it...so i need to investigate more)
 
Yes, it was installed on a Fat32 partition. Will give it a try on an ext2 sd card.

@Farox thx for confirming it can be build. capsimage seems to be optional and only needed to load raw dumps in hatari.
 
On a Fat partition it won't work as ptitSeb said.

Now i rebuilt (after some hours....i think on my CC Hatari need almost 2-to-3 hours to build) with the support of capsimage but using ccmake (and added correct search path for the capsimage lib).
To compile and install libfs-capsimage untar the package on a dir of sdcard and go inside CAPSImage directory and with mousepad edit the Makefile adding:
DESTDIR = /mnt/utmp/codeblocks
before
CC = gcc
normally the correct path to use when you need to install libs on the compiler is /mnt/utmp/codeblocks/usr but in this case the Makefile add /usr automatically and it go to the wrong place.

If you need more help on compile this let me know.
 
Hi all :)

Hexoshi would be a nice addition to the Pandora library IMHO.

screenshot1.png


There's a crowdfunding campaign hosted by crowdsupply in order to reach Milestone 1.

EDIT: @onpon4 : are you the one behind all this ?

Cheers, Magic Sam
 
Back
Top