Determining if the pthread_create exist failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_4dc24/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4dc24.dir/build.make CMakeFiles/cmTC_4dc24.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4dc24.dir/CheckSymbolExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -DNDEBUG -fPIE -o CMakeFiles/cmTC_4dc24.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_4dc24 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4dc24.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -DNDEBUG CMakeFiles/cmTC_4dc24.dir/CheckSymbolExists.c.o -o cmTC_4dc24 CMakeFiles/cmTC_4dc24.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0xc): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_4dc24.dir/build.make:87: cmTC_4dc24] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_4dc24/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include 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/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_e05ac/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_e05ac.dir/build.make CMakeFiles/cmTC_e05ac.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e05ac.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -fPIE -o CMakeFiles/cmTC_e05ac.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_e05ac /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e05ac.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_e05ac.dir/CheckFunctionExists.c.o -o cmTC_e05ac -lpthreads /home/naourr/work/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/5.3.0/../../../../mips-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_e05ac.dir/build.make:87: cmTC_e05ac] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_e05ac/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the include file ladspa.h exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_f0c2b/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_f0c2b.dir/build.make CMakeFiles/cmTC_f0c2b.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f0c2b.dir/CheckIncludeFile.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -DNDEBUG -fPIE -o CMakeFiles/cmTC_f0c2b.dir/CheckIncludeFile.c.o -c /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: ladspa.h: No such file or directory compilation terminated. gmake[2]: *** [CMakeFiles/cmTC_f0c2b.dir/build.make:66: CMakeFiles/cmTC_f0c2b.dir/CheckIncludeFile.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_f0c2b/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function sinf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_bd713/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_bd713.dir/build.make CMakeFiles/cmTC_bd713.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd713.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=sinf -DNDEBUG -fPIE -o CMakeFiles/cmTC_bd713.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'sinf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_bd713 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd713.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=sinf -DNDEBUG CMakeFiles/cmTC_bd713.dir/CheckFunctionExists.c.o -o cmTC_bd713 CMakeFiles/cmTC_bd713.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `sinf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `sinf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_bd713.dir/build.make:87: cmTC_bd713] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_bd713/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function cosf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_85984/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_85984.dir/build.make CMakeFiles/cmTC_85984.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_85984.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=cosf -DNDEBUG -fPIE -o CMakeFiles/cmTC_85984.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'cosf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_85984 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_85984.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=cosf -DNDEBUG CMakeFiles/cmTC_85984.dir/CheckFunctionExists.c.o -o cmTC_85984 CMakeFiles/cmTC_85984.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `cosf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `cosf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_85984.dir/build.make:87: cmTC_85984] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_85984/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function fabsf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_e2549/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_e2549.dir/build.make CMakeFiles/cmTC_e2549.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e2549.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=fabsf -DNDEBUG -fPIE -o CMakeFiles/cmTC_e2549.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'fabsf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_e2549 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2549.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=fabsf -DNDEBUG CMakeFiles/cmTC_e2549.dir/CheckFunctionExists.c.o -o cmTC_e2549 CMakeFiles/cmTC_e2549.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `fabsf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `fabsf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_e2549.dir/build.make:87: cmTC_e2549] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_e2549/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function powf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_53c59/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_53c59.dir/build.make CMakeFiles/cmTC_53c59.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_53c59.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=powf -DNDEBUG -fPIE -o CMakeFiles/cmTC_53c59.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'powf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_53c59 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53c59.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=powf -DNDEBUG CMakeFiles/cmTC_53c59.dir/CheckFunctionExists.c.o -o cmTC_53c59 CMakeFiles/cmTC_53c59.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `powf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `powf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_53c59.dir/build.make:87: cmTC_53c59] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_53c59/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function sqrtf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_379e2/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_379e2.dir/build.make CMakeFiles/cmTC_379e2.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_379e2.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=sqrtf -DNDEBUG -fPIE -o CMakeFiles/cmTC_379e2.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'sqrtf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_379e2 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_379e2.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=sqrtf -DNDEBUG CMakeFiles/cmTC_379e2.dir/CheckFunctionExists.c.o -o cmTC_379e2 CMakeFiles/cmTC_379e2.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `sqrtf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `sqrtf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_379e2.dir/build.make:87: cmTC_379e2] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_379e2/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Determining if the function logf exists failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_399c5/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_399c5.dir/build.make CMakeFiles/cmTC_399c5.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_399c5.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -DTESTKEYWORD=inline -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=logf -DNDEBUG -fPIE -o CMakeFiles/cmTC_399c5.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c :0:23: warning: conflicting types for built-in function 'logf' /usr/share/cmake/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^ Linking C executable cmTC_399c5 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_399c5.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/mips-linux-gnu-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Wall -W -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wno-unused-parameter -Wdeclaration-after-statement -Werror=implicit-function-declaration -Wbad-function-cast -Wcast-align -fopenmp -DCHECK_FUNCTION_EXISTS=logf -DNDEBUG CMakeFiles/cmTC_399c5.dir/CheckFunctionExists.c.o -o cmTC_399c5 CMakeFiles/cmTC_399c5.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x10): undefined reference to `logf' CheckFunctionExists.c:(.text.startup+0x2c): undefined reference to `logf' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_399c5.dir/build.make:87: cmTC_399c5] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_399c5/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/fluidsynth-2.1.0/CMakeFiles/CMakeTmp'