Determining if the environ exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7029b/fast" make -f CMakeFiles/cmTC_7029b.dir/build.make CMakeFiles/cmTC_7029b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7029b.dir/CheckSymbolExists.c.o /usr/bin/gcc -o CMakeFiles/cmTC_7029b.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function) return ((int*)(&environ))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_7029b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7029b.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_7029b.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7029b/fast' failed make: *** [cmTC_7029b/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef environ return ((int*)(&environ))[argc]; #else (void)argc; return 0; #endif } Determining if the pthread_create exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_47f39/fast" make -f CMakeFiles/cmTC_47f39.dir/build.make CMakeFiles/cmTC_47f39.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_47f39.dir/CheckSymbolExists.c.o /usr/bin/gcc -o CMakeFiles/cmTC_47f39.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_47f39 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_47f39.dir/link.txt --verbose=1 /usr/bin/gcc -rdynamic CMakeFiles/cmTC_47f39.dir/CheckSymbolExists.c.o -o cmTC_47f39 CMakeFiles/cmTC_47f39.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_47f39.dir/build.make:86: recipe for target 'cmTC_47f39' failed make[1]: *** [cmTC_47f39] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_47f39/fast' failed make: *** [cmTC_47f39/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.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: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca6c6/fast" make -f CMakeFiles/cmTC_ca6c6.dir/build.make CMakeFiles/cmTC_ca6c6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca6c6.dir/CheckFunctionExists.c.o /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ca6c6.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_ca6c6 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ca6c6.dir/link.txt --verbose=1 /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_ca6c6.dir/CheckFunctionExists.c.o -o cmTC_ca6c6 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_ca6c6.dir/build.make:86: recipe for target 'cmTC_ca6c6' failed make[1]: *** [cmTC_ca6c6] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ca6c6/fast' failed make: *** [cmTC_ca6c6/fast] Error 2 Checking whether C++ compiler has '__int64' failed to compile with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4124f/fast" make -f CMakeFiles/cmTC_4124f.dir/build.make CMakeFiles/cmTC_4124f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4124f.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS___INT64 -o CMakeFiles/cmTC_4124f.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:1: error: ‘__int64’ does not name a type __int64 f(__int64 n) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: ‘__int64’ was not declared in this scope __int64 n = 0; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:29: error: ‘n’ was not declared in this scope return static_cast(f(n)); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:30: error: ‘f’ was not declared in this scope return static_cast(f(n)); ^ CMakeFiles/cmTC_4124f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4124f.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_4124f.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4124f/fast' failed make: *** [cmTC_4124f/fast] Error 2 Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c26d1/fast" make -f CMakeFiles/cmTC_c26d1.dir/build.make CMakeFiles/cmTC_c26d1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_c26d1.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -o CMakeFiles/cmTC_c26d1.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:196:13: error: ‘environ’ was not declared in this scope char* e = environ[0]; ^ CMakeFiles/cmTC_c26d1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c26d1.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_c26d1.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c26d1/fast' failed make: *** [cmTC_c26d1/fast] Error 2 Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_276e7/fast" make -f CMakeFiles/cmTC_276e7.dir/build.make CMakeFiles/cmTC_276e7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_276e7.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -o CMakeFiles/cmTC_276e7.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:57:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)stat1.st_mtimespec.tv_sec; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:58:15: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)stat1.st_mtimespec.tv_nsec; ^ CMakeFiles/cmTC_276e7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_276e7.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_276e7.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_276e7/fast' failed make: *** [cmTC_276e7/fast] Error 2 Checking whether CXX compiler has _atoi64 failed to compile with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_169ff/fast" make -f CMakeFiles/cmTC_169ff.dir/build.make CMakeFiles/cmTC_169ff.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_169ff.dir/kwsysPlatformTestsCXX.cxx.o /usr/bin/g++ -DTEST_KWSYS_CXX_HAS__ATOI64 -o CMakeFiles/cmTC_169ff.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/kwsysPlatformTestsCXX.cxx:252:38: error: ‘_atoi64’ was not declared in this scope return static_cast(_atoi64(str)); ^ CMakeFiles/cmTC_169ff.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_169ff.dir/kwsysPlatformTestsCXX.cxx.o' failed make[1]: *** [CMakeFiles/cmTC_169ff.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Source/kwsys/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_169ff/fast' failed make: *** [cmTC_169ff/fast] Error 2 Determining if the function connect exists in the socket;dl failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_45474/fast" make -f CMakeFiles/cmTC_45474.dir/build.make CMakeFiles/cmTC_45474.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_45474.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_45474.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_45474 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_45474.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=connect -rdynamic CMakeFiles/cmTC_45474.dir/CheckFunctionExists.c.o -o cmTC_45474 -lsocket -ldl /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status CMakeFiles/cmTC_45474.dir/build.make:86: recipe for target 'cmTC_45474' failed make[1]: *** [cmTC_45474] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_45474/fast' failed make: *** [cmTC_45474/fast] Error 2 Determining if the function recv exists in the network;dl failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e3a74/fast" make -f CMakeFiles/cmTC_e3a74.dir/build.make CMakeFiles/cmTC_e3a74.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e3a74.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=recv -o CMakeFiles/cmTC_e3a74.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_e3a74 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e3a74.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=recv -rdynamic CMakeFiles/cmTC_e3a74.dir/CheckFunctionExists.c.o -o cmTC_e3a74 -lnetwork -ldl /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status CMakeFiles/cmTC_e3a74.dir/build.make:86: recipe for target 'cmTC_e3a74' failed make[1]: *** [cmTC_e3a74] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e3a74/fast' failed make: *** [cmTC_e3a74/fast] Error 2 Determining if the RAND_status exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_84a95/fast" make -f CMakeFiles/cmTC_84a95.dir/build.make CMakeFiles/cmTC_84a95.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_84a95.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_84a95.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_status’ undeclared (first use in this function) return ((int*)(&RAND_status))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_84a95.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_84a95.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_84a95.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_84a95/fast' failed make: *** [cmTC_84a95/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_status return ((int*)(&RAND_status))[argc]; #else (void)argc; return 0; #endif } Determining if the RAND_screen exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_12ed6/fast" make -f CMakeFiles/cmTC_12ed6.dir/build.make CMakeFiles/cmTC_12ed6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12ed6.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_12ed6.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_screen’ undeclared (first use in this function) return ((int*)(&RAND_screen))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_12ed6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_12ed6.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_12ed6.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_12ed6/fast' failed make: *** [cmTC_12ed6/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_screen return ((int*)(&RAND_screen))[argc]; #else (void)argc; return 0; #endif } Determining if the RAND_egd exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b3b17/fast" make -f CMakeFiles/cmTC_b3b17.dir/build.make CMakeFiles/cmTC_b3b17.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b3b17.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_b3b17.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: ‘RAND_egd’ undeclared (first use in this function) return ((int*)(&RAND_egd))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_b3b17.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b3b17.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_b3b17.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b3b17/fast' failed make: *** [cmTC_b3b17/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef RAND_egd return ((int*)(&RAND_egd))[argc]; #else (void)argc; return 0; #endif } Determining if the function idn2_lookup_ul exists in the idn2;dl;/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_963f0/fast" make -f CMakeFiles/cmTC_963f0.dir/build.make CMakeFiles/cmTC_963f0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_963f0.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -o CMakeFiles/cmTC_963f0.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_963f0 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_963f0.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -rdynamic CMakeFiles/cmTC_963f0.dir/CheckFunctionExists.c.o -o cmTC_963f0 -lidn2 -ldl -lssl -lcrypto /usr/bin/ld: cannot find -lidn2 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_963f0.dir/build.make:88: recipe for target 'cmTC_963f0' failed make[1]: *** [cmTC_963f0] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_963f0/fast' failed make: *** [cmTC_963f0/fast] Error 2 Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1d11b/fast" make -f CMakeFiles/cmTC_1d11b.dir/build.make CMakeFiles/cmTC_1d11b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1d11b.dir/HAVE_SYS_FILIO_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_1d11b.dir/HAVE_SYS_FILIO_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:4:23: fatal error: sys/filio.h: No such file or directory compilation terminated. CMakeFiles/cmTC_1d11b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1d11b.dir/HAVE_SYS_FILIO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_1d11b.dir/HAVE_SYS_FILIO_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1d11b/fast' failed make: *** [cmTC_1d11b/fast] Error 2 Source: /* */ #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7d2e4/fast" make -f CMakeFiles/cmTC_7d2e4.dir/build.make CMakeFiles/cmTC_7d2e4.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7d2e4.dir/HAVE_SYS_SOCKIO_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_7d2e4.dir/HAVE_SYS_SOCKIO_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:10:24: fatal error: sys/sockio.h: No such file or directory compilation terminated. CMakeFiles/cmTC_7d2e4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7d2e4.dir/HAVE_SYS_SOCKIO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_7d2e4.dir/HAVE_SYS_SOCKIO_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7d2e4/fast' failed make: *** [cmTC_7d2e4/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_71b80/fast" make -f CMakeFiles/cmTC_71b80.dir/build.make CMakeFiles/cmTC_71b80.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_71b80.dir/HAVE_SYS_UTIME_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_71b80.dir/HAVE_SYS_UTIME_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:15:23: fatal error: sys/utime.h: No such file or directory compilation terminated. CMakeFiles/cmTC_71b80.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_71b80.dir/HAVE_SYS_UTIME_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_71b80.dir/HAVE_SYS_UTIME_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_71b80/fast' failed make: *** [cmTC_71b80/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_569a9/fast" make -f CMakeFiles/cmTC_569a9.dir/build.make CMakeFiles/cmTC_569a9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_569a9.dir/HAVE_CRYPTO_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_569a9.dir/HAVE_CRYPTO_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c:20:20: fatal error: crypto.h: No such file or directory compilation terminated. CMakeFiles/cmTC_569a9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_569a9.dir/HAVE_CRYPTO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_569a9.dir/HAVE_CRYPTO_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_569a9/fast' failed make: *** [cmTC_569a9/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7f079/fast" make -f CMakeFiles/cmTC_7f079.dir/build.make CMakeFiles/cmTC_7f079.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7f079.dir/HAVE_DES_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_7f079.dir/HAVE_DES_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c:20:17: fatal error: des.h: No such file or directory compilation terminated. CMakeFiles/cmTC_7f079.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7f079.dir/HAVE_DES_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_7f079.dir/HAVE_DES_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7f079/fast' failed make: *** [cmTC_7f079/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn2.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e8a69/fast" make -f CMakeFiles/cmTC_e8a69.dir/build.make CMakeFiles/cmTC_e8a69.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e8a69.dir/HAVE_IDN2_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_e8a69.dir/HAVE_IDN2_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_IDN2_H.c:23:18: fatal error: idn2.h: No such file or directory compilation terminated. CMakeFiles/cmTC_e8a69.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e8a69.dir/HAVE_IDN2_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_e8a69.dir/HAVE_IDN2_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e8a69/fast' failed make: *** [cmTC_e8a69/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_64a1f/fast" make -f CMakeFiles/cmTC_64a1f.dir/build.make CMakeFiles/cmTC_64a1f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_64a1f.dir/HAVE_IO_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_64a1f.dir/HAVE_IO_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:24:16: fatal error: io.h: No such file or directory compilation terminated. CMakeFiles/cmTC_64a1f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_64a1f.dir/HAVE_IO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_64a1f.dir/HAVE_IO_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_64a1f/fast' failed make: *** [cmTC_64a1f/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5b50e/fast" make -f CMakeFiles/cmTC_5b50e.dir/build.make CMakeFiles/cmTC_5b50e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5b50e.dir/HAVE_KRB_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_5b50e.dir/HAVE_KRB_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:24:17: fatal error: krb.h: No such file or directory compilation terminated. CMakeFiles/cmTC_5b50e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5b50e.dir/HAVE_KRB_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_5b50e.dir/HAVE_KRB_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5b50e/fast' failed make: *** [cmTC_5b50e/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dd733/fast" make -f CMakeFiles/cmTC_dd733.dir/build.make CMakeFiles/cmTC_dd733.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dd733.dir/HAVE_PEM_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_dd733.dir/HAVE_PEM_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:30:17: fatal error: pem.h: No such file or directory compilation terminated. CMakeFiles/cmTC_dd733.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dd733.dir/HAVE_PEM_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_dd733.dir/HAVE_PEM_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dd733/fast' failed make: *** [cmTC_dd733/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;rsa.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c6db0/fast" make -f CMakeFiles/cmTC_c6db0.dir/build.make CMakeFiles/cmTC_c6db0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c6db0.dir/HAVE_RSA_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_c6db0.dir/HAVE_RSA_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c:32:17: fatal error: rsa.h: No such file or directory compilation terminated. CMakeFiles/cmTC_c6db0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c6db0.dir/HAVE_RSA_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_c6db0.dir/HAVE_RSA_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c6db0/fast' failed make: *** [cmTC_c6db0/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a3415/fast" make -f CMakeFiles/cmTC_a3415.dir/build.make CMakeFiles/cmTC_a3415.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a3415.dir/HAVE_SSL_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_a3415.dir/HAVE_SSL_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:35:17: fatal error: ssl.h: No such file or directory compilation terminated. CMakeFiles/cmTC_a3415.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a3415.dir/HAVE_SSL_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_a3415.dir/HAVE_SSL_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a3415/fast' failed make: *** [cmTC_a3415/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cf958/fast" make -f CMakeFiles/cmTC_cf958.dir/build.make CMakeFiles/cmTC_cf958.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cf958.dir/HAVE_X509_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_cf958.dir/HAVE_X509_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:47:18: fatal error: x509.h: No such file or directory compilation terminated. CMakeFiles/cmTC_cf958.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cf958.dir/HAVE_X509_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_cf958.dir/HAVE_X509_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cf958/fast' failed make: *** [cmTC_cf958/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_817d8/fast" make -f CMakeFiles/cmTC_817d8.dir/build.make CMakeFiles/cmTC_817d8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_817d8.dir/HAVE_PROCESS_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_817d8.dir/HAVE_PROCESS_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:47:21: fatal error: process.h: No such file or directory compilation terminated. CMakeFiles/cmTC_817d8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_817d8.dir/HAVE_PROCESS_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_817d8.dir/HAVE_PROCESS_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_817d8/fast' failed make: *** [cmTC_817d8/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_aa64a/fast" make -f CMakeFiles/cmTC_aa64a.dir/build.make CMakeFiles/cmTC_aa64a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa64a.dir/HAVE_SOCKIO_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_aa64a.dir/HAVE_SOCKIO_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:53:20: fatal error: sockio.h: No such file or directory compilation terminated. CMakeFiles/cmTC_aa64a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aa64a.dir/HAVE_SOCKIO_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_aa64a.dir/HAVE_SOCKIO_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_aa64a/fast' failed make: *** [cmTC_aa64a/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining size of __int64 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d3431/fast" make -f CMakeFiles/cmTC_d3431.dir/build.make CMakeFiles/cmTC_d3431.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d3431.dir/SIZEOF___INT64.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_d3431.dir/SIZEOF___INT64.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:23:22: error: ‘__int64’ undeclared here (not in a function) #define SIZE (sizeof(__int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:25:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 10000)%10)), ^ CMakeFiles/cmTC_d3431.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d3431.dir/SIZEOF___INT64.c.o' failed make[1]: *** [CMakeFiles/cmTC_d3431.dir/SIZEOF___INT64.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d3431/fast' failed make: *** [cmTC_d3431/fast] Error 2 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the stricmp exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a2138/fast" make -f CMakeFiles/cmTC_a2138.dir/build.make CMakeFiles/cmTC_a2138.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a2138.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_a2138.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘stricmp’ undeclared (first use in this function) return ((int*)(&stricmp))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_a2138.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a2138.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_a2138.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a2138/fast' failed make: *** [cmTC_a2138/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef stricmp return ((int*)(&stricmp))[argc]; #else (void)argc; return 0; #endif } Determining if the strcmpi exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_240bc/fast" make -f CMakeFiles/cmTC_240bc.dir/build.make CMakeFiles/cmTC_240bc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_240bc.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_240bc.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘strcmpi’ undeclared (first use in this function) return ((int*)(&strcmpi))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_240bc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_240bc.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_240bc.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_240bc/fast' failed make: *** [cmTC_240bc/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strcmpi return ((int*)(&strcmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the strncmpi exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f6083/fast" make -f CMakeFiles/cmTC_f6083.dir/build.make CMakeFiles/cmTC_f6083.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f6083.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_f6083.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘strncmpi’ undeclared (first use in this function) return ((int*)(&strncmpi))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_f6083.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f6083.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_f6083.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f6083/fast' failed make: *** [cmTC_f6083/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strncmpi return ((int*)(&strncmpi))[argc]; #else (void)argc; return 0; #endif } Determining if the inet_ntoa_r exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dcd70/fast" make -f CMakeFiles/cmTC_dcd70.dir/build.make CMakeFiles/cmTC_dcd70.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dcd70.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_dcd70.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘inet_ntoa_r’ undeclared (first use in this function) return ((int*)(&inet_ntoa_r))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_dcd70.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dcd70.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_dcd70.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dcd70/fast' failed make: *** [cmTC_dcd70/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef inet_ntoa_r return ((int*)(&inet_ntoa_r))[argc]; #else (void)argc; return 0; #endif } Determining if the closesocket exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e0999/fast" make -f CMakeFiles/cmTC_e0999.dir/build.make CMakeFiles/cmTC_e0999.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e0999.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_e0999.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘closesocket’ undeclared (first use in this function) return ((int*)(&closesocket))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_e0999.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e0999.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_e0999.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e0999/fast' failed make: *** [cmTC_e0999/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef closesocket return ((int*)(&closesocket))[argc]; #else (void)argc; return 0; #endif } Determining if the getpass_r exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_af73e/fast" make -f CMakeFiles/cmTC_af73e.dir/build.make CMakeFiles/cmTC_af73e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_af73e.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_af73e.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘getpass_r’ undeclared (first use in this function) return ((int*)(&getpass_r))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_af73e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_af73e.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_af73e.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_af73e/fast' failed make: *** [cmTC_af73e/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef getpass_r return ((int*)(&getpass_r))[argc]; #else (void)argc; return 0; #endif } Determining if the strlcat exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_261ce/fast" make -f CMakeFiles/cmTC_261ce.dir/build.make CMakeFiles/cmTC_261ce.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_261ce.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_261ce.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘strlcat’ undeclared (first use in this function) return ((int*)(&strlcat))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_261ce.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_261ce.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_261ce.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_261ce/fast' failed make: *** [cmTC_261ce/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef strlcat return ((int*)(&strlcat))[argc]; #else (void)argc; return 0; #endif } Determining if the _strtoi64 exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cfc6c/fast" make -f CMakeFiles/cmTC_cfc6c.dir/build.make CMakeFiles/cmTC_cfc6c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cfc6c.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_cfc6c.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘_strtoi64’ undeclared (first use in this function) return ((int*)(&_strtoi64))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_cfc6c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cfc6c.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_cfc6c.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cfc6c/fast' failed make: *** [cmTC_cfc6c/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef _strtoi64 return ((int*)(&_strtoi64))[argc]; #else (void)argc; return 0; #endif } Determining if the setmode exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ac5b5/fast" make -f CMakeFiles/cmTC_ac5b5.dir/build.make CMakeFiles/cmTC_ac5b5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ac5b5.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_ac5b5.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: ‘setmode’ undeclared (first use in this function) return ((int*)(&setmode))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_ac5b5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ac5b5.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_ac5b5.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ac5b5/fast' failed make: *** [cmTC_ac5b5/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(int argc, char** argv) { (void)argv; #ifndef setmode return ((int*)(&setmode))[argc]; #else (void)argc; return 0; #endif } Determining if the function mach_absolute_time exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c368b/fast" make -f CMakeFiles/cmTC_c368b.dir/build.make CMakeFiles/cmTC_c368b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c368b.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -o CMakeFiles/cmTC_c368b.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_c368b /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c368b.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=mach_absolute_time -rdynamic CMakeFiles/cmTC_c368b.dir/CheckFunctionExists.c.o -o cmTC_c368b CMakeFiles/cmTC_c368b.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `mach_absolute_time' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_c368b.dir/build.make:86: recipe for target 'cmTC_c368b' failed make[1]: *** [cmTC_c368b] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c368b/fast' failed make: *** [cmTC_c368b/fast] Error 2 Performing Curl Test HAVE_FSETXATTR_6 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5821c/fast" make -f CMakeFiles/cmTC_5821c.dir/build.make CMakeFiles/cmTC_5821c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5821c.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_FSETXATTR_6 -o CMakeFiles/cmTC_5821c.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:540:3: error: too many arguments to function ‘fsetxattr’ fsetxattr(0, 0, 0, 0, 0, 0); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:537:0: /usr/include/x86_64-linux-gnu/sys/xattr.h:54:12: note: declared here extern int fsetxattr (int __fd, const char *__name, const void *__value, ^ CMakeFiles/cmTC_5821c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5821c.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_5821c.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5821c/fast' failed make: *** [cmTC_5821c/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3f840/fast" make -f CMakeFiles/cmTC_3f840.dir/build.make CMakeFiles/cmTC_3f840.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3f840.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_IOCTLSOCKET -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_3f840.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:322:44: error: ‘FIONBIO’ undeclared (first use in this function) unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:322:44: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_3f840.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3f840.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_3f840.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3f840/fast' failed make: *** [cmTC_3f840/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b1084/fast" make -f CMakeFiles/cmTC_b1084.dir/build.make CMakeFiles/cmTC_b1084.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b1084.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_b1084.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_b1084 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b1084.dir/link.txt --verbose=1 /usr/bin/gcc -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_b1084.dir/CurlTests.c.o -o cmTC_b1084 CMakeFiles/cmTC_b1084.dir/CurlTests.c.o: In function `main': CurlTests.c:(.text+0x19): undefined reference to `IoctlSocket' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_b1084.dir/build.make:86: recipe for target 'cmTC_b1084' failed make[1]: *** [cmTC_b1084] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b1084/fast' failed make: *** [cmTC_b1084/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_362f5/fast" make -f CMakeFiles/cmTC_362f5.dir/build.make CMakeFiles/cmTC_362f5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_362f5.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_362f5.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:378:32: error: ‘FIONBIO’ undeclared (first use in this function) if(0 != ioctlsocket(0, FIONBIO, &flags)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:378:32: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_362f5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_362f5.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_362f5.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_362f5/fast' failed make: *** [cmTC_362f5/fast] Error 2 Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_698ca/fast" make -f CMakeFiles/cmTC_698ca.dir/build.make CMakeFiles/cmTC_698ca.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_698ca.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_698ca.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:405:32: error: ‘FIONBIO’ undeclared (first use in this function) if(0 != ioctlsocket(0, FIONBIO, &flags)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:405:32: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_698ca.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_698ca.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_698ca.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_698ca/fast' failed make: *** [cmTC_698ca/fast] Error 2 Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f9716/fast" make -f CMakeFiles/cmTC_f9716.dir/build.make CMakeFiles/cmTC_f9716.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f9716.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_f9716.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:501:43: error: ‘SO_NONBLOCK’ undeclared (first use in this function) if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:501:43: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_f9716.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9716.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_f9716.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f9716/fast' failed make: *** [cmTC_f9716/fast] Error 2 Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4439d/fast" make -f CMakeFiles/cmTC_4439d.dir/build.make CMakeFiles/cmTC_4439d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4439d.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_4439d.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_4439d /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4439d.dir/link.txt --verbose=1 /usr/bin/gcc -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_4439d.dir/CurlTests.c.o -o cmTC_4439d /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_4439d.dir/build.make:86: recipe for target 'cmTC_4439d' failed make[1]: *** [cmTC_4439d] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4439d/fast' failed make: *** [cmTC_4439d/fast] Error 2 Performing Curl Test HAVE_O_NONBLOCK failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6be73/fast" make -f CMakeFiles/cmTC_6be73.dir/build.make CMakeFiles/cmTC_6be73.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6be73.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_6be73.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_6be73 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6be73.dir/link.txt --verbose=1 /usr/bin/gcc -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_6be73.dir/CurlTests.c.o -o cmTC_6be73 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_6be73.dir/build.make:86: recipe for target 'cmTC_6be73' failed make[1]: *** [cmTC_6be73] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6be73/fast' failed make: *** [cmTC_6be73/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6aef4/fast" make -f CMakeFiles/cmTC_6aef4.dir/build.make CMakeFiles/cmTC_6aef4.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6aef4.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_6aef4.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: too few arguments to function ‘gethostbyaddr_r’ rc = gethostbyaddr_r(address, length, type, &h, &hdata); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:172:12: note: declared here extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len, ^ CMakeFiles/cmTC_6aef4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6aef4.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_6aef4.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6aef4/fast' failed make: *** [cmTC_6aef4/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8f642/fast" make -f CMakeFiles/cmTC_8f642.dir/build.make CMakeFiles/cmTC_8f642.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8f642.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_8f642.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: too few arguments to function ‘gethostbyaddr_r’ hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:172:12: note: declared here extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len, ^ CMakeFiles/cmTC_8f642.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8f642.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_8f642.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8f642/fast' failed make: *** [cmTC_8f642/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7dd5a/fast" make -f CMakeFiles/cmTC_7dd5a.dir/build.make CMakeFiles/cmTC_7dd5a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7dd5a.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_7dd5a.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: too few arguments to function ‘gethostbyaddr_r’ rc = gethostbyaddr_r(address, length, type, &h, &hdata); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:172:12: note: declared here extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len, ^ CMakeFiles/cmTC_7dd5a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7dd5a.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_7dd5a.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7dd5a/fast' failed make: *** [cmTC_7dd5a/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca7ed/fast" make -f CMakeFiles/cmTC_ca7ed.dir/build.make CMakeFiles/cmTC_ca7ed.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca7ed.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_ca7ed.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: too few arguments to function ‘gethostbyaddr_r’ hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:172:12: note: declared here extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len, ^ CMakeFiles/cmTC_ca7ed.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ca7ed.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_ca7ed.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ca7ed/fast' failed make: *** [cmTC_ca7ed/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_27bc5/fast" make -f CMakeFiles/cmTC_27bc5.dir/build.make CMakeFiles/cmTC_27bc5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_27bc5.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_27bc5.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, &hdata); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ CMakeFiles/cmTC_27bc5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_27bc5.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_27bc5.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_27bc5/fast' failed make: *** [cmTC_27bc5/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d3b00/fast" make -f CMakeFiles/cmTC_d3b00.dir/build.make CMakeFiles/cmTC_d3b00.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d3b00.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_d3b00.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ CMakeFiles/cmTC_d3b00.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d3b00.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_d3b00.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d3b00/fast' failed make: *** [cmTC_d3b00/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9f017/fast" make -f CMakeFiles/cmTC_9f017.dir/build.make CMakeFiles/cmTC_9f017.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9f017.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_9f017.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known struct hostent_data hdata; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, &hdata); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ CMakeFiles/cmTC_9f017.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9f017.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_9f017.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9f017/fast' failed make: *** [cmTC_9f017/fast] Error 2 Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_06f68/fast" make -f CMakeFiles/cmTC_06f68.dir/build.make CMakeFiles/cmTC_06f68.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_06f68.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_06f68.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: too few arguments to function ‘gethostbyname_r’ rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:93:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ CMakeFiles/cmTC_06f68.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_06f68.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_06f68.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_06f68/fast' failed make: *** [cmTC_06f68/fast] Error 2 Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eeb10/fast" make -f CMakeFiles/cmTC_eeb10.dir/build.make CMakeFiles/cmTC_eeb10.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eeb10.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_INET_NTOA_R_DECL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_eeb10.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:242:21: error: ‘inet_ntoa_r’ undeclared (first use in this function) func = (func_type)inet_ntoa_r; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:242:21: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_eeb10.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_eeb10.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_eeb10.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_eeb10/fast' failed make: *** [cmTC_eeb10/fast] Error 2 Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2bb51/fast" make -f CMakeFiles/cmTC_2bb51.dir/build.make CMakeFiles/cmTC_2bb51.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2bb51.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_2bb51.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:257:22: error: ‘inet_ntoa_r’ undeclared (first use in this function) func = (func_type)&inet_ntoa_r; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c:257:22: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_2bb51.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2bb51.dir/CurlTests.c.o' failed make[1]: *** [CMakeFiles/cmTC_2bb51.dir/CurlTests.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2bb51/fast' failed make: *** [cmTC_2bb51/fast] Error 2 Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d6534/fast" make -f CMakeFiles/cmTC_d6534.dir/build.make CMakeFiles/cmTC_d6534.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d6534.dir/CurlTests.c.o /usr/bin/gcc -w -DHAVE_GLIBC_STRERROR_R -o CMakeFiles/cmTC_d6534.dir/CurlTests.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/CMake/CurlTests.c Linking C executable cmTC_d6534 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_d6534.dir/link.txt --verbose=1 /usr/bin/gcc -w -DHAVE_GLIBC_STRERROR_R -rdynamic CMakeFiles/cmTC_d6534.dir/CurlTests.c.o -o cmTC_d6534 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' There was a problem running this test Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3cc4f/fast" make -f CMakeFiles/cmTC_3cc4f.dir/build.make CMakeFiles/cmTC_3cc4f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3cc4f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3cc4f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_3cc4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3cc4f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3cc4f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3cc4f/fast' failed make: *** [cmTC_3cc4f/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_04fbc/fast" make -f CMakeFiles/cmTC_04fbc.dir/build.make CMakeFiles/cmTC_04fbc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_04fbc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_04fbc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_04fbc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_04fbc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_04fbc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_04fbc/fast' failed make: *** [cmTC_04fbc/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d0d4b/fast" make -f CMakeFiles/cmTC_d0d4b.dir/build.make CMakeFiles/cmTC_d0d4b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d0d4b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d0d4b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_d0d4b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d0d4b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d0d4b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d0d4b/fast' failed make: *** [cmTC_d0d4b/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8c5cd/fast" make -f CMakeFiles/cmTC_8c5cd.dir/build.make CMakeFiles/cmTC_8c5cd.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c5cd.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8c5cd.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_8c5cd.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8c5cd.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_8c5cd.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8c5cd/fast' failed make: *** [cmTC_8c5cd/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0b8d0/fast" make -f CMakeFiles/cmTC_0b8d0.dir/build.make CMakeFiles/cmTC_0b8d0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0b8d0.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0b8d0.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_0b8d0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0b8d0.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0b8d0.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0b8d0/fast' failed make: *** [cmTC_0b8d0/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_85d9a/fast" make -f CMakeFiles/cmTC_85d9a.dir/build.make CMakeFiles/cmTC_85d9a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_85d9a.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_85d9a.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_85d9a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_85d9a.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_85d9a.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_85d9a/fast' failed make: *** [cmTC_85d9a/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_757ef/fast" make -f CMakeFiles/cmTC_757ef.dir/build.make CMakeFiles/cmTC_757ef.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_757ef.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_757ef.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_757ef.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_757ef.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_757ef.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_757ef/fast' failed make: *** [cmTC_757ef/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_aa0c0/fast" make -f CMakeFiles/cmTC_aa0c0.dir/build.make CMakeFiles/cmTC_aa0c0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa0c0.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_aa0c0.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_aa0c0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aa0c0.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_aa0c0.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_aa0c0/fast' failed make: *** [cmTC_aa0c0/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_26f77/fast" make -f CMakeFiles/cmTC_26f77.dir/build.make CMakeFiles/cmTC_26f77.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_26f77.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_26f77.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_26f77.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_26f77.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_26f77.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_26f77/fast' failed make: *** [cmTC_26f77/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a84f3/fast" make -f CMakeFiles/cmTC_a84f3.dir/build.make CMakeFiles/cmTC_a84f3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a84f3.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_a84f3.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_a84f3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a84f3.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a84f3.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a84f3/fast' failed make: *** [cmTC_a84f3/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_28b5b/fast" make -f CMakeFiles/cmTC_28b5b.dir/build.make CMakeFiles/cmTC_28b5b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_28b5b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_28b5b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_28b5b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28b5b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_28b5b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_28b5b/fast' failed make: *** [cmTC_28b5b/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1f9d8/fast" make -f CMakeFiles/cmTC_1f9d8.dir/build.make CMakeFiles/cmTC_1f9d8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1f9d8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1f9d8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_1f9d8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1f9d8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1f9d8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1f9d8/fast' failed make: *** [cmTC_1f9d8/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_278f0/fast" make -f CMakeFiles/cmTC_278f0.dir/build.make CMakeFiles/cmTC_278f0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_278f0.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_278f0.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_278f0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_278f0.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_278f0.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_278f0/fast' failed make: *** [cmTC_278f0/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8c1b2/fast" make -f CMakeFiles/cmTC_8c1b2.dir/build.make CMakeFiles/cmTC_8c1b2.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c1b2.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8c1b2.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_8c1b2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8c1b2.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_8c1b2.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8c1b2/fast' failed make: *** [cmTC_8c1b2/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_32dc5/fast" make -f CMakeFiles/cmTC_32dc5.dir/build.make CMakeFiles/cmTC_32dc5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_32dc5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_32dc5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_32dc5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_32dc5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_32dc5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_32dc5/fast' failed make: *** [cmTC_32dc5/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7ab7d/fast" make -f CMakeFiles/cmTC_7ab7d.dir/build.make CMakeFiles/cmTC_7ab7d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ab7d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_7ab7d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_7ab7d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7ab7d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7ab7d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7ab7d/fast' failed make: *** [cmTC_7ab7d/fast] Error 2 Source file was: #undef inline #include #include extern int recv(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2f0f5/fast" make -f CMakeFiles/cmTC_2f0f5.dir/build.make CMakeFiles/cmTC_2f0f5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2f0f5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_2f0f5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_2f0f5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2f0f5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2f0f5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2f0f5/fast' failed make: *** [cmTC_2f0f5/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, int, int); int main(void) { int s=0; char * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fb45f/fast" make -f CMakeFiles/cmTC_fb45f.dir/build.make CMakeFiles/cmTC_fb45f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb45f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_fb45f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_fb45f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fb45f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fb45f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fb45f/fast' failed make: *** [cmTC_fb45f/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, int, unsigned int); int main(void) { int s=0; char * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dd6f8/fast" make -f CMakeFiles/cmTC_dd6f8.dir/build.make CMakeFiles/cmTC_dd6f8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dd6f8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_dd6f8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_dd6f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dd6f8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_dd6f8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dd6f8/fast' failed make: *** [cmTC_dd6f8/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, size_t, int); int main(void) { int s=0; char * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0618d/fast" make -f CMakeFiles/cmTC_0618d.dir/build.make CMakeFiles/cmTC_0618d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0618d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0618d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_0618d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0618d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0618d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0618d/fast' failed make: *** [cmTC_0618d/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, size_t, unsigned int); int main(void) { int s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca8b8/fast" make -f CMakeFiles/cmTC_ca8b8.dir/build.make CMakeFiles/cmTC_ca8b8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca8b8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ca8b8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_ca8b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ca8b8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ca8b8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ca8b8/fast' failed make: *** [cmTC_ca8b8/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, socklen_t, int); int main(void) { int s=0; char * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fa208/fast" make -f CMakeFiles/cmTC_fa208.dir/build.make CMakeFiles/cmTC_fa208.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fa208.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_fa208.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_fa208.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fa208.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fa208.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fa208/fast' failed make: *** [cmTC_fa208/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, socklen_t, unsigned int); int main(void) { int s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d4603/fast" make -f CMakeFiles/cmTC_d4603.dir/build.make CMakeFiles/cmTC_d4603.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d4603.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d4603.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_d4603.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d4603.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d4603.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d4603/fast' failed make: *** [cmTC_d4603/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, unsigned int, int); int main(void) { int s=0; char * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bf096/fast" make -f CMakeFiles/cmTC_bf096.dir/build.make CMakeFiles/cmTC_bf096.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bf096.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_bf096.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bf096.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bf096.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bf096.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bf096/fast' failed make: *** [cmTC_bf096/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, char *, unsigned int, unsigned int); int main(void) { int s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_619a6/fast" make -f CMakeFiles/cmTC_619a6.dir/build.make CMakeFiles/cmTC_619a6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_619a6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_619a6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_619a6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_619a6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_619a6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_619a6/fast' failed make: *** [cmTC_619a6/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, int, int); int main(void) { int s=0; void * buf=0; int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8509a/fast" make -f CMakeFiles/cmTC_8509a.dir/build.make CMakeFiles/cmTC_8509a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8509a.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8509a.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_8509a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8509a.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_8509a.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8509a/fast' failed make: *** [cmTC_8509a/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, int, unsigned int); int main(void) { int s=0; void * buf=0; int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_29bae/fast" make -f CMakeFiles/cmTC_29bae.dir/build.make CMakeFiles/cmTC_29bae.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_29bae.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_29bae.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_29bae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_29bae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_29bae.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_29bae/fast' failed make: *** [cmTC_29bae/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, size_t, int); int main(void) { int s=0; void * buf=0; size_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_677b1/fast" make -f CMakeFiles/cmTC_677b1.dir/build.make CMakeFiles/cmTC_677b1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_677b1.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_677b1.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_677b1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_677b1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_677b1.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_677b1/fast' failed make: *** [cmTC_677b1/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, size_t, unsigned int); int main(void) { int s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_28e21/fast" make -f CMakeFiles/cmTC_28e21.dir/build.make CMakeFiles/cmTC_28e21.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_28e21.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_28e21.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_28e21.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28e21.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_28e21.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_28e21/fast' failed make: *** [cmTC_28e21/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, socklen_t, int); int main(void) { int s=0; void * buf=0; socklen_t len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_39bfe/fast" make -f CMakeFiles/cmTC_39bfe.dir/build.make CMakeFiles/cmTC_39bfe.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_39bfe.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_39bfe.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_39bfe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_39bfe.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_39bfe.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_39bfe/fast' failed make: *** [cmTC_39bfe/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, socklen_t, unsigned int); int main(void) { int s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_585d5/fast" make -f CMakeFiles/cmTC_585d5.dir/build.make CMakeFiles/cmTC_585d5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_585d5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_585d5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_585d5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_585d5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_585d5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_585d5/fast' failed make: *** [cmTC_585d5/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, unsigned int, int); int main(void) { int s=0; void * buf=0; unsigned int len=0; int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_395f7/fast" make -f CMakeFiles/cmTC_395f7.dir/build.make CMakeFiles/cmTC_395f7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_395f7.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_395f7.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_395f7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_395f7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_395f7.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_395f7/fast' failed make: *** [cmTC_395f7/fast] Error 2 Source file was: #undef inline #include #include extern int recv(int, void *, unsigned int, unsigned int); int main(void) { int s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8f010/fast" make -f CMakeFiles/cmTC_8f010.dir/build.make CMakeFiles/cmTC_8f010.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8f010.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8f010.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_8f010.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8f010.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_8f010.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8f010/fast' failed make: *** [cmTC_8f010/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f74a2/fast" make -f CMakeFiles/cmTC_f74a2.dir/build.make CMakeFiles/cmTC_f74a2.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f74a2.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_f74a2.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_f74a2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f74a2.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f74a2.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f74a2/fast' failed make: *** [cmTC_f74a2/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d786f/fast" make -f CMakeFiles/cmTC_d786f.dir/build.make CMakeFiles/cmTC_d786f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d786f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d786f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_d786f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d786f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d786f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d786f/fast' failed make: *** [cmTC_d786f/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bb6ee/fast" make -f CMakeFiles/cmTC_bb6ee.dir/build.make CMakeFiles/cmTC_bb6ee.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb6ee.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_bb6ee.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_bb6ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bb6ee.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bb6ee.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bb6ee/fast' failed make: *** [cmTC_bb6ee/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_15486/fast" make -f CMakeFiles/cmTC_15486.dir/build.make CMakeFiles/cmTC_15486.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15486.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_15486.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_15486.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_15486.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_15486.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_15486/fast' failed make: *** [cmTC_15486/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4850b/fast" make -f CMakeFiles/cmTC_4850b.dir/build.make CMakeFiles/cmTC_4850b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4850b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_4850b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_4850b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4850b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_4850b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4850b/fast' failed make: *** [cmTC_4850b/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c125c/fast" make -f CMakeFiles/cmTC_c125c.dir/build.make CMakeFiles/cmTC_c125c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c125c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c125c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_c125c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c125c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c125c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c125c/fast' failed make: *** [cmTC_c125c/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fd35b/fast" make -f CMakeFiles/cmTC_fd35b.dir/build.make CMakeFiles/cmTC_fd35b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fd35b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_fd35b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ recv(SOCKET, char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_fd35b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fd35b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fd35b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fd35b/fast' failed make: *** [cmTC_fd35b/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7b099/fast" make -f CMakeFiles/cmTC_7b099.dir/build.make CMakeFiles/cmTC_7b099.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7b099.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_7b099.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_7b099.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7b099.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7b099.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7b099/fast' failed make: *** [cmTC_7b099/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_33e62/fast" make -f CMakeFiles/cmTC_33e62.dir/build.make CMakeFiles/cmTC_33e62.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_33e62.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_33e62.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_33e62.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_33e62.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_33e62.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_33e62/fast' failed make: *** [cmTC_33e62/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_becb8/fast" make -f CMakeFiles/cmTC_becb8.dir/build.make CMakeFiles/cmTC_becb8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_becb8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_becb8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_becb8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_becb8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_becb8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_becb8/fast' failed make: *** [cmTC_becb8/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ba56a/fast" make -f CMakeFiles/cmTC_ba56a.dir/build.make CMakeFiles/cmTC_ba56a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ba56a.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ba56a.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_ba56a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ba56a.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ba56a.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ba56a/fast' failed make: *** [cmTC_ba56a/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2d416/fast" make -f CMakeFiles/cmTC_2d416.dir/build.make CMakeFiles/cmTC_2d416.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2d416.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_2d416.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_2d416.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2d416.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2d416.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2d416/fast' failed make: *** [cmTC_2d416/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6edaa/fast" make -f CMakeFiles/cmTC_6edaa.dir/build.make CMakeFiles/cmTC_6edaa.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6edaa.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_6edaa.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_6edaa.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6edaa.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6edaa.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6edaa/fast' failed make: *** [cmTC_6edaa/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d151e/fast" make -f CMakeFiles/cmTC_d151e.dir/build.make CMakeFiles/cmTC_d151e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d151e.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d151e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_d151e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d151e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d151e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d151e/fast' failed make: *** [cmTC_d151e/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_930b3/fast" make -f CMakeFiles/cmTC_930b3.dir/build.make CMakeFiles/cmTC_930b3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_930b3.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_930b3.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ recv(SOCKET, void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_930b3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_930b3.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_930b3.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_930b3/fast' failed make: *** [cmTC_930b3/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_65efe/fast" make -f CMakeFiles/cmTC_65efe.dir/build.make CMakeFiles/cmTC_65efe.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_65efe.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_65efe.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_65efe.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_65efe.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_65efe.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_65efe/fast' failed make: *** [cmTC_65efe/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, int, int); int main(void) { int s=0; char * buf=0; int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c9607/fast" make -f CMakeFiles/cmTC_c9607.dir/build.make CMakeFiles/cmTC_c9607.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c9607.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c9607.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_c9607.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c9607.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c9607.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c9607/fast' failed make: *** [cmTC_c9607/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, int, unsigned int); int main(void) { int s=0; char * buf=0; int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_40965/fast" make -f CMakeFiles/cmTC_40965.dir/build.make CMakeFiles/cmTC_40965.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_40965.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_40965.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_40965.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_40965.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_40965.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_40965/fast' failed make: *** [cmTC_40965/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, size_t, int); int main(void) { int s=0; char * buf=0; size_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c8a09/fast" make -f CMakeFiles/cmTC_c8a09.dir/build.make CMakeFiles/cmTC_c8a09.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c8a09.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c8a09.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_c8a09.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c8a09.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c8a09.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c8a09/fast' failed make: *** [cmTC_c8a09/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, size_t, unsigned int); int main(void) { int s=0; char * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5368f/fast" make -f CMakeFiles/cmTC_5368f.dir/build.make CMakeFiles/cmTC_5368f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5368f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_5368f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_5368f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5368f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_5368f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5368f/fast' failed make: *** [cmTC_5368f/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, socklen_t, int); int main(void) { int s=0; char * buf=0; socklen_t len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e882b/fast" make -f CMakeFiles/cmTC_e882b.dir/build.make CMakeFiles/cmTC_e882b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e882b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_e882b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_e882b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e882b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e882b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e882b/fast' failed make: *** [cmTC_e882b/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, socklen_t, unsigned int); int main(void) { int s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_22281/fast" make -f CMakeFiles/cmTC_22281.dir/build.make CMakeFiles/cmTC_22281.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_22281.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_22281.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_22281.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_22281.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_22281.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_22281/fast' failed make: *** [cmTC_22281/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, unsigned int, int); int main(void) { int s=0; char * buf=0; unsigned int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_effcc/fast" make -f CMakeFiles/cmTC_effcc.dir/build.make CMakeFiles/cmTC_effcc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_effcc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_effcc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_effcc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_effcc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_effcc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_effcc/fast' failed make: *** [cmTC_effcc/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, char *, unsigned int, unsigned int); int main(void) { int s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3e787/fast" make -f CMakeFiles/cmTC_3e787.dir/build.make CMakeFiles/cmTC_3e787.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3e787.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3e787.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_3e787.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3e787.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3e787.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3e787/fast' failed make: *** [cmTC_3e787/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, void *, int, int); int main(void) { int s=0; void * buf=0; int len=0; int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3a771/fast" make -f CMakeFiles/cmTC_3a771.dir/build.make CMakeFiles/cmTC_3a771.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3a771.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3a771.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’ recv(int, void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:156:16: note: previous declaration of ‘recv’ was here extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_3a771.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3a771.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3a771.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3a771/fast' failed make: *** [cmTC_3a771/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t recv(int, void *, int, unsigned int); int main(void) { int s=0; void * buf=0; int len=0; unsigned int flags=0; ssize_t res = recv(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_61f92/fast" make -f CMakeFiles/cmTC_61f92.dir/build.make CMakeFiles/cmTC_61f92.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_61f92.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_61f92.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_61f92.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_61f92.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_61f92.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_61f92/fast' failed make: *** [cmTC_61f92/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, int, int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9e7d1/fast" make -f CMakeFiles/cmTC_9e7d1.dir/build.make CMakeFiles/cmTC_9e7d1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e7d1.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9e7d1.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_9e7d1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e7d1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9e7d1.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9e7d1/fast' failed make: *** [cmTC_9e7d1/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_27b6b/fast" make -f CMakeFiles/cmTC_27b6b.dir/build.make CMakeFiles/cmTC_27b6b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_27b6b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_27b6b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_27b6b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_27b6b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_27b6b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_27b6b/fast' failed make: *** [cmTC_27b6b/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, size_t, int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2419b/fast" make -f CMakeFiles/cmTC_2419b.dir/build.make CMakeFiles/cmTC_2419b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2419b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2419b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_2419b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2419b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2419b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2419b/fast' failed make: *** [cmTC_2419b/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, size_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_76fcb/fast" make -f CMakeFiles/cmTC_76fcb.dir/build.make CMakeFiles/cmTC_76fcb.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_76fcb.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_76fcb.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_76fcb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_76fcb.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_76fcb.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_76fcb/fast' failed make: *** [cmTC_76fcb/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, socklen_t, int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e28ad/fast" make -f CMakeFiles/cmTC_e28ad.dir/build.make CMakeFiles/cmTC_e28ad.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e28ad.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_e28ad.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_e28ad.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e28ad.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e28ad.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e28ad/fast' failed make: *** [cmTC_e28ad/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_baf53/fast" make -f CMakeFiles/cmTC_baf53.dir/build.make CMakeFiles/cmTC_baf53.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_baf53.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_baf53.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_baf53.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_baf53.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_baf53.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_baf53/fast' failed make: *** [cmTC_baf53/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, unsigned int, int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e933f/fast" make -f CMakeFiles/cmTC_e933f.dir/build.make CMakeFiles/cmTC_e933f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e933f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_e933f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_e933f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e933f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e933f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e933f/fast' failed make: *** [cmTC_e933f/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_590f7/fast" make -f CMakeFiles/cmTC_590f7.dir/build.make CMakeFiles/cmTC_590f7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_590f7.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_590f7.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_590f7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_590f7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_590f7.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_590f7/fast' failed make: *** [cmTC_590f7/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, int, int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_90421/fast" make -f CMakeFiles/cmTC_90421.dir/build.make CMakeFiles/cmTC_90421.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90421.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_90421.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_90421.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_90421.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_90421.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_90421/fast' failed make: *** [cmTC_90421/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_84b87/fast" make -f CMakeFiles/cmTC_84b87.dir/build.make CMakeFiles/cmTC_84b87.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_84b87.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_84b87.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_84b87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_84b87.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_84b87.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_84b87/fast' failed make: *** [cmTC_84b87/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, size_t, int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_90315/fast" make -f CMakeFiles/cmTC_90315.dir/build.make CMakeFiles/cmTC_90315.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90315.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_90315.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_90315.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_90315.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_90315.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_90315/fast' failed make: *** [cmTC_90315/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, size_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2b290/fast" make -f CMakeFiles/cmTC_2b290.dir/build.make CMakeFiles/cmTC_2b290.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2b290.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2b290.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_2b290.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2b290.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2b290.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2b290/fast' failed make: *** [cmTC_2b290/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, socklen_t, int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b4174/fast" make -f CMakeFiles/cmTC_b4174.dir/build.make CMakeFiles/cmTC_b4174.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b4174.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b4174.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_b4174.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b4174.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_b4174.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b4174/fast' failed make: *** [cmTC_b4174/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c7339/fast" make -f CMakeFiles/cmTC_c7339.dir/build.make CMakeFiles/cmTC_c7339.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c7339.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c7339.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_c7339.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c7339.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c7339.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c7339/fast' failed make: *** [cmTC_c7339/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, unsigned int, int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9055/fast" make -f CMakeFiles/cmTC_a9055.dir/build.make CMakeFiles/cmTC_a9055.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9055.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a9055.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_a9055.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a9055.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a9055.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a9055/fast' failed make: *** [cmTC_a9055/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, const void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1bb4b/fast" make -f CMakeFiles/cmTC_1bb4b.dir/build.make CMakeFiles/cmTC_1bb4b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1bb4b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1bb4b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_1bb4b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1bb4b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1bb4b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1bb4b/fast' failed make: *** [cmTC_1bb4b/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d8349/fast" make -f CMakeFiles/cmTC_d8349.dir/build.make CMakeFiles/cmTC_d8349.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d8349.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d8349.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_d8349.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d8349.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d8349.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d8349/fast' failed make: *** [cmTC_d8349/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9519b/fast" make -f CMakeFiles/cmTC_9519b.dir/build.make CMakeFiles/cmTC_9519b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9519b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9519b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_9519b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9519b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9519b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9519b/fast' failed make: *** [cmTC_9519b/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9fec9/fast" make -f CMakeFiles/cmTC_9fec9.dir/build.make CMakeFiles/cmTC_9fec9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9fec9.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9fec9.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_9fec9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9fec9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9fec9.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9fec9/fast' failed make: *** [cmTC_9fec9/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c9cb5/fast" make -f CMakeFiles/cmTC_c9cb5.dir/build.make CMakeFiles/cmTC_c9cb5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c9cb5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c9cb5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_c9cb5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c9cb5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c9cb5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c9cb5/fast' failed make: *** [cmTC_c9cb5/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3d920/fast" make -f CMakeFiles/cmTC_3d920.dir/build.make CMakeFiles/cmTC_3d920.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3d920.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_3d920.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_3d920.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3d920.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3d920.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3d920/fast' failed make: *** [cmTC_3d920/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_895a6/fast" make -f CMakeFiles/cmTC_895a6.dir/build.make CMakeFiles/cmTC_895a6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_895a6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_895a6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_895a6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_895a6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_895a6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_895a6/fast' failed make: *** [cmTC_895a6/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0d0ab/fast" make -f CMakeFiles/cmTC_0d0ab.dir/build.make CMakeFiles/cmTC_0d0ab.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0d0ab.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_0d0ab.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_0d0ab.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0d0ab.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0d0ab.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0d0ab/fast' failed make: *** [cmTC_0d0ab/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d616c/fast" make -f CMakeFiles/cmTC_d616c.dir/build.make CMakeFiles/cmTC_d616c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d616c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d616c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_d616c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d616c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d616c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d616c/fast' failed make: *** [cmTC_d616c/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2a845/fast" make -f CMakeFiles/cmTC_2a845.dir/build.make CMakeFiles/cmTC_2a845.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2a845.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2a845.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_2a845.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2a845.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2a845.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2a845/fast' failed make: *** [cmTC_2a845/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2acb2/fast" make -f CMakeFiles/cmTC_2acb2.dir/build.make CMakeFiles/cmTC_2acb2.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2acb2.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2acb2.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_2acb2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2acb2.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2acb2.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2acb2/fast' failed make: *** [cmTC_2acb2/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_70d13/fast" make -f CMakeFiles/cmTC_70d13.dir/build.make CMakeFiles/cmTC_70d13.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_70d13.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_70d13.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_70d13.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_70d13.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_70d13.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_70d13/fast' failed make: *** [cmTC_70d13/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ba61c/fast" make -f CMakeFiles/cmTC_ba61c.dir/build.make CMakeFiles/cmTC_ba61c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ba61c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ba61c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_ba61c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ba61c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ba61c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ba61c/fast' failed make: *** [cmTC_ba61c/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_eb242/fast" make -f CMakeFiles/cmTC_eb242.dir/build.make CMakeFiles/cmTC_eb242.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eb242.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_eb242.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_eb242.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_eb242.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_eb242.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_eb242/fast' failed make: *** [cmTC_eb242/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3735d/fast" make -f CMakeFiles/cmTC_3735d.dir/build.make CMakeFiles/cmTC_3735d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3735d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_3735d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_3735d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3735d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3735d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3735d/fast' failed make: *** [cmTC_3735d/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6edaa/fast" make -f CMakeFiles/cmTC_6edaa.dir/build.make CMakeFiles/cmTC_6edaa.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6edaa.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6edaa.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_6edaa.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6edaa.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6edaa.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6edaa/fast' failed make: *** [cmTC_6edaa/fast] Error 2 Source file was: #undef inline #include #include extern int send(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_75f10/fast" make -f CMakeFiles/cmTC_75f10.dir/build.make CMakeFiles/cmTC_75f10.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75f10.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_75f10.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_75f10.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75f10.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_75f10.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_75f10/fast' failed make: *** [cmTC_75f10/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, int, int); int main(void) { int s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6be44/fast" make -f CMakeFiles/cmTC_6be44.dir/build.make CMakeFiles/cmTC_6be44.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6be44.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6be44.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_6be44.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6be44.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6be44.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6be44/fast' failed make: *** [cmTC_6be44/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, int, unsigned int); int main(void) { int s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_534e7/fast" make -f CMakeFiles/cmTC_534e7.dir/build.make CMakeFiles/cmTC_534e7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_534e7.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_534e7.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_534e7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_534e7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_534e7.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_534e7/fast' failed make: *** [cmTC_534e7/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, size_t, int); int main(void) { int s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a94d3/fast" make -f CMakeFiles/cmTC_a94d3.dir/build.make CMakeFiles/cmTC_a94d3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a94d3.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a94d3.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_a94d3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a94d3.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a94d3.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a94d3/fast' failed make: *** [cmTC_a94d3/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, size_t, unsigned int); int main(void) { int s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fe222/fast" make -f CMakeFiles/cmTC_fe222.dir/build.make CMakeFiles/cmTC_fe222.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fe222.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_fe222.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_fe222.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fe222.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fe222.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fe222/fast' failed make: *** [cmTC_fe222/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, socklen_t, int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91d87/fast" make -f CMakeFiles/cmTC_91d87.dir/build.make CMakeFiles/cmTC_91d87.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_91d87.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_91d87.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_91d87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91d87.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_91d87.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_91d87/fast' failed make: *** [cmTC_91d87/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, socklen_t, unsigned int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_db600/fast" make -f CMakeFiles/cmTC_db600.dir/build.make CMakeFiles/cmTC_db600.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_db600.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_db600.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_db600.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_db600.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_db600.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_db600/fast' failed make: *** [cmTC_db600/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, unsigned int, int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bb145/fast" make -f CMakeFiles/cmTC_bb145.dir/build.make CMakeFiles/cmTC_bb145.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb145.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bb145.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bb145.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bb145.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bb145.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bb145/fast' failed make: *** [cmTC_bb145/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const char *, unsigned int, unsigned int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_57670/fast" make -f CMakeFiles/cmTC_57670.dir/build.make CMakeFiles/cmTC_57670.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_57670.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_57670.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_57670.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_57670.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_57670.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_57670/fast' failed make: *** [cmTC_57670/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, int, int); int main(void) { int s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2afcf/fast" make -f CMakeFiles/cmTC_2afcf.dir/build.make CMakeFiles/cmTC_2afcf.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2afcf.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2afcf.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_2afcf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2afcf.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2afcf.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2afcf/fast' failed make: *** [cmTC_2afcf/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, int, unsigned int); int main(void) { int s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_35d81/fast" make -f CMakeFiles/cmTC_35d81.dir/build.make CMakeFiles/cmTC_35d81.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_35d81.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_35d81.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_35d81.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_35d81.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_35d81.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_35d81/fast' failed make: *** [cmTC_35d81/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, size_t, int); int main(void) { int s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c7d0c/fast" make -f CMakeFiles/cmTC_c7d0c.dir/build.make CMakeFiles/cmTC_c7d0c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c7d0c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c7d0c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_c7d0c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c7d0c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c7d0c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c7d0c/fast' failed make: *** [cmTC_c7d0c/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, size_t, unsigned int); int main(void) { int s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7124d/fast" make -f CMakeFiles/cmTC_7124d.dir/build.make CMakeFiles/cmTC_7124d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7124d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7124d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_7124d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7124d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7124d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7124d/fast' failed make: *** [cmTC_7124d/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, socklen_t, int); int main(void) { int s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_09e64/fast" make -f CMakeFiles/cmTC_09e64.dir/build.make CMakeFiles/cmTC_09e64.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_09e64.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_09e64.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_09e64.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_09e64.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_09e64.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_09e64/fast' failed make: *** [cmTC_09e64/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, socklen_t, unsigned int); int main(void) { int s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d4614/fast" make -f CMakeFiles/cmTC_d4614.dir/build.make CMakeFiles/cmTC_d4614.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d4614.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d4614.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_d4614.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d4614.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d4614.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d4614/fast' failed make: *** [cmTC_d4614/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, unsigned int, int); int main(void) { int s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_93ee3/fast" make -f CMakeFiles/cmTC_93ee3.dir/build.make CMakeFiles/cmTC_93ee3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_93ee3.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_93ee3.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_93ee3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_93ee3.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_93ee3.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_93ee3/fast' failed make: *** [cmTC_93ee3/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, const void *, unsigned int, unsigned int); int main(void) { int s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_506c9/fast" make -f CMakeFiles/cmTC_506c9.dir/build.make CMakeFiles/cmTC_506c9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_506c9.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_506c9.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_506c9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_506c9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_506c9.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_506c9/fast' failed make: *** [cmTC_506c9/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, int, int); int main(void) { int s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a762b/fast" make -f CMakeFiles/cmTC_a762b.dir/build.make CMakeFiles/cmTC_a762b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a762b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a762b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_a762b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a762b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a762b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a762b/fast' failed make: *** [cmTC_a762b/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, int, unsigned int); int main(void) { int s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_21e34/fast" make -f CMakeFiles/cmTC_21e34.dir/build.make CMakeFiles/cmTC_21e34.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_21e34.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_21e34.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_21e34.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_21e34.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_21e34.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_21e34/fast' failed make: *** [cmTC_21e34/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, size_t, int); int main(void) { int s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f7be6/fast" make -f CMakeFiles/cmTC_f7be6.dir/build.make CMakeFiles/cmTC_f7be6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f7be6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f7be6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_f7be6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f7be6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f7be6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f7be6/fast' failed make: *** [cmTC_f7be6/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, size_t, unsigned int); int main(void) { int s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f7690/fast" make -f CMakeFiles/cmTC_f7690.dir/build.make CMakeFiles/cmTC_f7690.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f7690.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f7690.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_f7690.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f7690.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f7690.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f7690/fast' failed make: *** [cmTC_f7690/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, socklen_t, int); int main(void) { int s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f9a48/fast" make -f CMakeFiles/cmTC_f9a48.dir/build.make CMakeFiles/cmTC_f9a48.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f9a48.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f9a48.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_f9a48.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f9a48.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f9a48.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f9a48/fast' failed make: *** [cmTC_f9a48/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, socklen_t, unsigned int); int main(void) { int s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_af0b1/fast" make -f CMakeFiles/cmTC_af0b1.dir/build.make CMakeFiles/cmTC_af0b1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_af0b1.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_af0b1.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_af0b1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_af0b1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_af0b1.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_af0b1/fast' failed make: *** [cmTC_af0b1/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, unsigned int, int); int main(void) { int s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_917bc/fast" make -f CMakeFiles/cmTC_917bc.dir/build.make CMakeFiles/cmTC_917bc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_917bc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_917bc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, void *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_917bc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_917bc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_917bc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_917bc/fast' failed make: *** [cmTC_917bc/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, void *, unsigned int, unsigned int); int main(void) { int s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9eb0c/fast" make -f CMakeFiles/cmTC_9eb0c.dir/build.make CMakeFiles/cmTC_9eb0c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9eb0c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9eb0c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_9eb0c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9eb0c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9eb0c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9eb0c/fast' failed make: *** [cmTC_9eb0c/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, int, int); int main(void) { int s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fb382/fast" make -f CMakeFiles/cmTC_fb382.dir/build.make CMakeFiles/cmTC_fb382.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fb382.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_fb382.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_fb382.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fb382.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fb382.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fb382/fast' failed make: *** [cmTC_fb382/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, int, unsigned int); int main(void) { int s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1be41/fast" make -f CMakeFiles/cmTC_1be41.dir/build.make CMakeFiles/cmTC_1be41.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1be41.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1be41.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_1be41.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1be41.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1be41.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1be41/fast' failed make: *** [cmTC_1be41/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, size_t, int); int main(void) { int s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_15c87/fast" make -f CMakeFiles/cmTC_15c87.dir/build.make CMakeFiles/cmTC_15c87.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_15c87.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_15c87.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_15c87.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_15c87.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_15c87.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_15c87/fast' failed make: *** [cmTC_15c87/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, size_t, unsigned int); int main(void) { int s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bb808/fast" make -f CMakeFiles/cmTC_bb808.dir/build.make CMakeFiles/cmTC_bb808.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb808.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bb808.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bb808.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bb808.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bb808.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bb808/fast' failed make: *** [cmTC_bb808/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, socklen_t, int); int main(void) { int s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_560ee/fast" make -f CMakeFiles/cmTC_560ee.dir/build.make CMakeFiles/cmTC_560ee.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_560ee.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_560ee.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_560ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_560ee.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_560ee.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_560ee/fast' failed make: *** [cmTC_560ee/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, socklen_t, unsigned int); int main(void) { int s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f78e3/fast" make -f CMakeFiles/cmTC_f78e3.dir/build.make CMakeFiles/cmTC_f78e3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f78e3.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f78e3.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_f78e3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f78e3.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f78e3.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f78e3/fast' failed make: *** [cmTC_f78e3/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, unsigned int, int); int main(void) { int s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cc826/fast" make -f CMakeFiles/cmTC_cc826.dir/build.make CMakeFiles/cmTC_cc826.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cc826.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cc826.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_cc826.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cc826.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_cc826.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cc826/fast' failed make: *** [cmTC_cc826/fast] Error 2 Source file was: #undef inline #include #include extern int send(int, char *, unsigned int, unsigned int); int main(void) { int s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1809f/fast" make -f CMakeFiles/cmTC_1809f.dir/build.make CMakeFiles/cmTC_1809f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1809f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1809f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_1809f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1809f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1809f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1809f/fast' failed make: *** [cmTC_1809f/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, int, int); int main(void) { ssize_t s=0; const char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1704c/fast" make -f CMakeFiles/cmTC_1704c.dir/build.make CMakeFiles/cmTC_1704c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1704c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1704c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_1704c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1704c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1704c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1704c/fast' failed make: *** [cmTC_1704c/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, int, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0b7ca/fast" make -f CMakeFiles/cmTC_0b7ca.dir/build.make CMakeFiles/cmTC_0b7ca.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0b7ca.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_0b7ca.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_0b7ca.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0b7ca.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0b7ca.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0b7ca/fast' failed make: *** [cmTC_0b7ca/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, size_t, int); int main(void) { ssize_t s=0; const char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_97a12/fast" make -f CMakeFiles/cmTC_97a12.dir/build.make CMakeFiles/cmTC_97a12.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_97a12.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_97a12.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_97a12.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_97a12.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_97a12.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_97a12/fast' failed make: *** [cmTC_97a12/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, size_t, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9afe7/fast" make -f CMakeFiles/cmTC_9afe7.dir/build.make CMakeFiles/cmTC_9afe7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9afe7.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9afe7.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_9afe7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9afe7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9afe7.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9afe7/fast' failed make: *** [cmTC_9afe7/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, socklen_t, int); int main(void) { ssize_t s=0; const char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cf093/fast" make -f CMakeFiles/cmTC_cf093.dir/build.make CMakeFiles/cmTC_cf093.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cf093.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cf093.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_cf093.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cf093.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_cf093.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cf093/fast' failed make: *** [cmTC_cf093/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, socklen_t, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5c712/fast" make -f CMakeFiles/cmTC_5c712.dir/build.make CMakeFiles/cmTC_5c712.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5c712.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5c712.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_5c712.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5c712.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_5c712.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_5c712/fast' failed make: *** [cmTC_5c712/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, unsigned int, int); int main(void) { ssize_t s=0; const char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_aa9b6/fast" make -f CMakeFiles/cmTC_aa9b6.dir/build.make CMakeFiles/cmTC_aa9b6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa9b6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_aa9b6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_aa9b6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_aa9b6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_aa9b6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_aa9b6/fast' failed make: *** [cmTC_aa9b6/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const char *, unsigned int, unsigned int); int main(void) { ssize_t s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_75ae0/fast" make -f CMakeFiles/cmTC_75ae0.dir/build.make CMakeFiles/cmTC_75ae0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_75ae0.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_75ae0.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_75ae0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_75ae0.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_75ae0.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_75ae0/fast' failed make: *** [cmTC_75ae0/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, int, int); int main(void) { ssize_t s=0; const void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_14a6c/fast" make -f CMakeFiles/cmTC_14a6c.dir/build.make CMakeFiles/cmTC_14a6c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_14a6c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_14a6c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_14a6c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_14a6c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_14a6c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_14a6c/fast' failed make: *** [cmTC_14a6c/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, int, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bbb95/fast" make -f CMakeFiles/cmTC_bbb95.dir/build.make CMakeFiles/cmTC_bbb95.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bbb95.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bbb95.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bbb95.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bbb95.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bbb95.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bbb95/fast' failed make: *** [cmTC_bbb95/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, size_t, int); int main(void) { ssize_t s=0; const void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6bbdc/fast" make -f CMakeFiles/cmTC_6bbdc.dir/build.make CMakeFiles/cmTC_6bbdc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6bbdc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6bbdc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_6bbdc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6bbdc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6bbdc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6bbdc/fast' failed make: *** [cmTC_6bbdc/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, size_t, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2b317/fast" make -f CMakeFiles/cmTC_2b317.dir/build.make CMakeFiles/cmTC_2b317.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2b317.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2b317.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_2b317.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2b317.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2b317.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2b317/fast' failed make: *** [cmTC_2b317/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, socklen_t, int); int main(void) { ssize_t s=0; const void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7ebf6/fast" make -f CMakeFiles/cmTC_7ebf6.dir/build.make CMakeFiles/cmTC_7ebf6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ebf6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7ebf6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_7ebf6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7ebf6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7ebf6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7ebf6/fast' failed make: *** [cmTC_7ebf6/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, socklen_t, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_52dc1/fast" make -f CMakeFiles/cmTC_52dc1.dir/build.make CMakeFiles/cmTC_52dc1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_52dc1.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_52dc1.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_52dc1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_52dc1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_52dc1.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_52dc1/fast' failed make: *** [cmTC_52dc1/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, unsigned int, int); int main(void) { ssize_t s=0; const void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7e718/fast" make -f CMakeFiles/cmTC_7e718.dir/build.make CMakeFiles/cmTC_7e718.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7e718.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7e718.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, const void *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_7e718.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7e718.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7e718.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7e718/fast' failed make: *** [cmTC_7e718/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, const void *, unsigned int, unsigned int); int main(void) { ssize_t s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_90abb/fast" make -f CMakeFiles/cmTC_90abb.dir/build.make CMakeFiles/cmTC_90abb.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_90abb.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_90abb.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_90abb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_90abb.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_90abb.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_90abb/fast' failed make: *** [cmTC_90abb/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, int, int); int main(void) { ssize_t s=0; void * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ae8e5/fast" make -f CMakeFiles/cmTC_ae8e5.dir/build.make CMakeFiles/cmTC_ae8e5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae8e5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ae8e5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_ae8e5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ae8e5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ae8e5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ae8e5/fast' failed make: *** [cmTC_ae8e5/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_81a4c/fast" make -f CMakeFiles/cmTC_81a4c.dir/build.make CMakeFiles/cmTC_81a4c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_81a4c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_81a4c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_81a4c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_81a4c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_81a4c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_81a4c/fast' failed make: *** [cmTC_81a4c/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, size_t, int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ca1eb/fast" make -f CMakeFiles/cmTC_ca1eb.dir/build.make CMakeFiles/cmTC_ca1eb.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ca1eb.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ca1eb.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_ca1eb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ca1eb.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ca1eb.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ca1eb/fast' failed make: *** [cmTC_ca1eb/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, size_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ec418/fast" make -f CMakeFiles/cmTC_ec418.dir/build.make CMakeFiles/cmTC_ec418.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ec418.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ec418.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_ec418.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ec418.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ec418.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ec418/fast' failed make: *** [cmTC_ec418/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, socklen_t, int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_dadae/fast" make -f CMakeFiles/cmTC_dadae.dir/build.make CMakeFiles/cmTC_dadae.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_dadae.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_dadae.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_dadae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_dadae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_dadae.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_dadae/fast' failed make: *** [cmTC_dadae/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, socklen_t, unsigned int); int main(void) { ssize_t s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_00a0e/fast" make -f CMakeFiles/cmTC_00a0e.dir/build.make CMakeFiles/cmTC_00a0e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_00a0e.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_00a0e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_00a0e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_00a0e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_00a0e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_00a0e/fast' failed make: *** [cmTC_00a0e/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, unsigned int, int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_995da/fast" make -f CMakeFiles/cmTC_995da.dir/build.make CMakeFiles/cmTC_995da.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_995da.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_995da.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, void *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_995da.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_995da.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_995da.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_995da/fast' failed make: *** [cmTC_995da/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, void *, unsigned int, unsigned int); int main(void) { ssize_t s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2a39b/fast" make -f CMakeFiles/cmTC_2a39b.dir/build.make CMakeFiles/cmTC_2a39b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2a39b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_2a39b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_2a39b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2a39b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2a39b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2a39b/fast' failed make: *** [cmTC_2a39b/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, int, int); int main(void) { ssize_t s=0; char * buf=0; int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_91090/fast" make -f CMakeFiles/cmTC_91090.dir/build.make CMakeFiles/cmTC_91090.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_91090.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_91090.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_91090.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_91090.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_91090.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_91090/fast' failed make: *** [cmTC_91090/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_19bcc/fast" make -f CMakeFiles/cmTC_19bcc.dir/build.make CMakeFiles/cmTC_19bcc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_19bcc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_19bcc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_19bcc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_19bcc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_19bcc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_19bcc/fast' failed make: *** [cmTC_19bcc/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, size_t, int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c2fb0/fast" make -f CMakeFiles/cmTC_c2fb0.dir/build.make CMakeFiles/cmTC_c2fb0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c2fb0.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c2fb0.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_c2fb0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c2fb0.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c2fb0.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c2fb0/fast' failed make: *** [cmTC_c2fb0/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, size_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; size_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bb00e/fast" make -f CMakeFiles/cmTC_bb00e.dir/build.make CMakeFiles/cmTC_bb00e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bb00e.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bb00e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bb00e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bb00e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bb00e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bb00e/fast' failed make: *** [cmTC_bb00e/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, socklen_t, int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9bfc5/fast" make -f CMakeFiles/cmTC_9bfc5.dir/build.make CMakeFiles/cmTC_9bfc5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9bfc5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9bfc5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_9bfc5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9bfc5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9bfc5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9bfc5/fast' failed make: *** [cmTC_9bfc5/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, socklen_t, unsigned int); int main(void) { ssize_t s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cdd97/fast" make -f CMakeFiles/cmTC_cdd97.dir/build.make CMakeFiles/cmTC_cdd97.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cdd97.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cdd97.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_cdd97.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cdd97.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_cdd97.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cdd97/fast' failed make: *** [cmTC_cdd97/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, unsigned int, int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_44742/fast" make -f CMakeFiles/cmTC_44742.dir/build.make CMakeFiles/cmTC_44742.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44742.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_44742.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(ssize_t, char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_44742.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_44742.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_44742.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_44742/fast' failed make: *** [cmTC_44742/fast] Error 2 Source file was: #undef inline #include #include extern int send(ssize_t, char *, unsigned int, unsigned int); int main(void) { ssize_t s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; int res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e8654/fast" make -f CMakeFiles/cmTC_e8654.dir/build.make CMakeFiles/cmTC_e8654.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e8654.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_e8654.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_e8654.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e8654.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e8654.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e8654/fast' failed make: *** [cmTC_e8654/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, int, int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_801ff/fast" make -f CMakeFiles/cmTC_801ff.dir/build.make CMakeFiles/cmTC_801ff.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_801ff.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_801ff.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_801ff.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_801ff.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_801ff.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_801ff/fast' failed make: *** [cmTC_801ff/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bf6b8/fast" make -f CMakeFiles/cmTC_bf6b8.dir/build.make CMakeFiles/cmTC_bf6b8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bf6b8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bf6b8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_bf6b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bf6b8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bf6b8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bf6b8/fast' failed make: *** [cmTC_bf6b8/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, size_t, int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c68ac/fast" make -f CMakeFiles/cmTC_c68ac.dir/build.make CMakeFiles/cmTC_c68ac.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c68ac.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c68ac.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_c68ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c68ac.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c68ac.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c68ac/fast' failed make: *** [cmTC_c68ac/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, size_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a9032/fast" make -f CMakeFiles/cmTC_a9032.dir/build.make CMakeFiles/cmTC_a9032.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9032.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a9032.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_a9032.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a9032.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a9032.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a9032/fast' failed make: *** [cmTC_a9032/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, socklen_t, int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_65df9/fast" make -f CMakeFiles/cmTC_65df9.dir/build.make CMakeFiles/cmTC_65df9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_65df9.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_65df9.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_65df9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_65df9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_65df9.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_65df9/fast' failed make: *** [cmTC_65df9/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7c8d1/fast" make -f CMakeFiles/cmTC_7c8d1.dir/build.make CMakeFiles/cmTC_7c8d1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7c8d1.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7c8d1.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_7c8d1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7c8d1.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7c8d1.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7c8d1/fast' failed make: *** [cmTC_7c8d1/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, unsigned int, int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ded97/fast" make -f CMakeFiles/cmTC_ded97.dir/build.make CMakeFiles/cmTC_ded97.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ded97.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ded97.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_ded97.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ded97.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ded97.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ded97/fast' failed make: *** [cmTC_ded97/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_18dae/fast" make -f CMakeFiles/cmTC_18dae.dir/build.make CMakeFiles/cmTC_18dae.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_18dae.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_18dae.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_18dae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_18dae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_18dae.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_18dae/fast' failed make: *** [cmTC_18dae/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, int, int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_640ec/fast" make -f CMakeFiles/cmTC_640ec.dir/build.make CMakeFiles/cmTC_640ec.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_640ec.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_640ec.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_640ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_640ec.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_640ec.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_640ec/fast' failed make: *** [cmTC_640ec/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7f34e/fast" make -f CMakeFiles/cmTC_7f34e.dir/build.make CMakeFiles/cmTC_7f34e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7f34e.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7f34e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_7f34e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7f34e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7f34e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7f34e/fast' failed make: *** [cmTC_7f34e/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, size_t, int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_61789/fast" make -f CMakeFiles/cmTC_61789.dir/build.make CMakeFiles/cmTC_61789.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_61789.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_61789.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_61789.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_61789.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_61789.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_61789/fast' failed make: *** [cmTC_61789/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, size_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fa4a9/fast" make -f CMakeFiles/cmTC_fa4a9.dir/build.make CMakeFiles/cmTC_fa4a9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fa4a9.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_fa4a9.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_fa4a9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_fa4a9.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_fa4a9.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_fa4a9/fast' failed make: *** [cmTC_fa4a9/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, socklen_t, int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_92ae7/fast" make -f CMakeFiles/cmTC_92ae7.dir/build.make CMakeFiles/cmTC_92ae7.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_92ae7.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_92ae7.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_92ae7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_92ae7.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_92ae7.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_92ae7/fast' failed make: *** [cmTC_92ae7/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9f50c/fast" make -f CMakeFiles/cmTC_9f50c.dir/build.make CMakeFiles/cmTC_9f50c.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9f50c.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9f50c.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_9f50c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9f50c.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9f50c.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9f50c/fast' failed make: *** [cmTC_9f50c/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, unsigned int, int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_32e55/fast" make -f CMakeFiles/cmTC_32e55.dir/build.make CMakeFiles/cmTC_32e55.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_32e55.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_32e55.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘const’ send(SOCKET, const void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_32e55.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_32e55.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_32e55.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_32e55/fast' failed make: *** [cmTC_32e55/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, const void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; const void * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_83295/fast" make -f CMakeFiles/cmTC_83295.dir/build.make CMakeFiles/cmTC_83295.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_83295.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_83295.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_83295.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_83295.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_83295.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_83295/fast' failed make: *** [cmTC_83295/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, int, int); int main(void) { SOCKET s=0; void * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a4e50/fast" make -f CMakeFiles/cmTC_a4e50.dir/build.make CMakeFiles/cmTC_a4e50.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a4e50.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a4e50.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_a4e50.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a4e50.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a4e50.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a4e50/fast' failed make: *** [cmTC_a4e50/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cfada/fast" make -f CMakeFiles/cmTC_cfada.dir/build.make CMakeFiles/cmTC_cfada.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cfada.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cfada.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_cfada.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_cfada.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_cfada.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cfada/fast' failed make: *** [cmTC_cfada/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, size_t, int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bf6d8/fast" make -f CMakeFiles/cmTC_bf6d8.dir/build.make CMakeFiles/cmTC_bf6d8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bf6d8.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bf6d8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_bf6d8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bf6d8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bf6d8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bf6d8/fast' failed make: *** [cmTC_bf6d8/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, size_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_494ae/fast" make -f CMakeFiles/cmTC_494ae.dir/build.make CMakeFiles/cmTC_494ae.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_494ae.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_494ae.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_494ae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_494ae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_494ae.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_494ae/fast' failed make: *** [cmTC_494ae/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, socklen_t, int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_623fa/fast" make -f CMakeFiles/cmTC_623fa.dir/build.make CMakeFiles/cmTC_623fa.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_623fa.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_623fa.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_623fa.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_623fa.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_623fa.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_623fa/fast' failed make: *** [cmTC_623fa/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, socklen_t, unsigned int); int main(void) { SOCKET s=0; void * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b50b6/fast" make -f CMakeFiles/cmTC_b50b6.dir/build.make CMakeFiles/cmTC_b50b6.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b50b6.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b50b6.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_b50b6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_b50b6.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_b50b6.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_b50b6/fast' failed make: *** [cmTC_b50b6/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, unsigned int, int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f5641/fast" make -f CMakeFiles/cmTC_f5641.dir/build.make CMakeFiles/cmTC_f5641.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f5641.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f5641.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’ send(SOCKET, void *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_f5641.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f5641.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f5641.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f5641/fast' failed make: *** [cmTC_f5641/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, void *, unsigned int, unsigned int); int main(void) { SOCKET s=0; void * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a7e7f/fast" make -f CMakeFiles/cmTC_a7e7f.dir/build.make CMakeFiles/cmTC_a7e7f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a7e7f.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a7e7f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_a7e7f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a7e7f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_a7e7f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a7e7f/fast' failed make: *** [cmTC_a7e7f/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, int, int); int main(void) { SOCKET s=0; char * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_577f5/fast" make -f CMakeFiles/cmTC_577f5.dir/build.make CMakeFiles/cmTC_577f5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_577f5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_577f5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_577f5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_577f5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_577f5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_577f5/fast' failed make: *** [cmTC_577f5/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_8a7bb/fast" make -f CMakeFiles/cmTC_8a7bb.dir/build.make CMakeFiles/cmTC_8a7bb.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8a7bb.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_8a7bb.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, size_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_8a7bb.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_8a7bb.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_8a7bb.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_8a7bb/fast' failed make: *** [cmTC_8a7bb/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, size_t, int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6d421/fast" make -f CMakeFiles/cmTC_6d421.dir/build.make CMakeFiles/cmTC_6d421.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d421.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6d421.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, size_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_6d421.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6d421.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6d421.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6d421/fast' failed make: *** [cmTC_6d421/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, size_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4779b/fast" make -f CMakeFiles/cmTC_4779b.dir/build.make CMakeFiles/cmTC_4779b.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4779b.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4779b.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, socklen_t, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_4779b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4779b.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_4779b.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4779b/fast' failed make: *** [cmTC_4779b/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, socklen_t, int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e90d5/fast" make -f CMakeFiles/cmTC_e90d5.dir/build.make CMakeFiles/cmTC_e90d5.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e90d5.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_e90d5.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, socklen_t, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_e90d5.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e90d5.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_e90d5.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e90d5/fast' failed make: *** [cmTC_e90d5/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, socklen_t, unsigned int); int main(void) { SOCKET s=0; char * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_927ec/fast" make -f CMakeFiles/cmTC_927ec.dir/build.make CMakeFiles/cmTC_927ec.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_927ec.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_927ec.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, unsigned int, int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_927ec.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_927ec.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_927ec.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_927ec/fast' failed make: *** [cmTC_927ec/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, unsigned int, int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0fdba/fast" make -f CMakeFiles/cmTC_0fdba.dir/build.make CMakeFiles/cmTC_0fdba.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0fdba.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_0fdba.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’ send(SOCKET, char *, unsigned int, unsigned int); ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’ SOCKET s=0; ^ CMakeFiles/cmTC_0fdba.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0fdba.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_0fdba.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0fdba/fast' failed make: *** [cmTC_0fdba/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(SOCKET, char *, unsigned int, unsigned int); int main(void) { SOCKET s=0; char * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9218d/fast" make -f CMakeFiles/cmTC_9218d.dir/build.make CMakeFiles/cmTC_9218d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9218d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9218d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_9218d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9218d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_9218d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9218d/fast' failed make: *** [cmTC_9218d/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, int, int); int main(void) { int s=0; const char * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_66242/fast" make -f CMakeFiles/cmTC_66242.dir/build.make CMakeFiles/cmTC_66242.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_66242.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_66242.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_66242.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_66242.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_66242.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_66242/fast' failed make: *** [cmTC_66242/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, int, unsigned int); int main(void) { int s=0; const char * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_24f08/fast" make -f CMakeFiles/cmTC_24f08.dir/build.make CMakeFiles/cmTC_24f08.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_24f08.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_24f08.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, size_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_24f08.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_24f08.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_24f08.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_24f08/fast' failed make: *** [cmTC_24f08/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, size_t, int); int main(void) { int s=0; const char * buf=0; size_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_386a2/fast" make -f CMakeFiles/cmTC_386a2.dir/build.make CMakeFiles/cmTC_386a2.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_386a2.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_386a2.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, size_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_386a2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_386a2.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_386a2.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_386a2/fast' failed make: *** [cmTC_386a2/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, size_t, unsigned int); int main(void) { int s=0; const char * buf=0; size_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_586ae/fast" make -f CMakeFiles/cmTC_586ae.dir/build.make CMakeFiles/cmTC_586ae.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_586ae.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_586ae.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, socklen_t, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_586ae.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_586ae.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_586ae.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_586ae/fast' failed make: *** [cmTC_586ae/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, socklen_t, int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d1b9d/fast" make -f CMakeFiles/cmTC_d1b9d.dir/build.make CMakeFiles/cmTC_d1b9d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d1b9d.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d1b9d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, socklen_t, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_d1b9d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d1b9d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d1b9d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d1b9d/fast' failed make: *** [cmTC_d1b9d/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, socklen_t, unsigned int); int main(void) { int s=0; const char * buf=0; socklen_t len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1de92/fast" make -f CMakeFiles/cmTC_1de92.dir/build.make CMakeFiles/cmTC_1de92.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1de92.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1de92.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, unsigned int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_1de92.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1de92.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_1de92.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1de92/fast' failed make: *** [cmTC_1de92/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, unsigned int, int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bc484/fast" make -f CMakeFiles/cmTC_bc484.dir/build.make CMakeFiles/cmTC_bc484.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bc484.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bc484.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const char *, unsigned int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_bc484.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_bc484.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_bc484.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bc484/fast' failed make: *** [cmTC_bc484/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const char *, unsigned int, unsigned int); int main(void) { int s=0; const char * buf=0; unsigned int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ad34e/fast" make -f CMakeFiles/cmTC_ad34e.dir/build.make CMakeFiles/cmTC_ad34e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ad34e.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ad34e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, int, int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_ad34e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ad34e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_ad34e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ad34e/fast' failed make: *** [cmTC_ad34e/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const void *, int, int); int main(void) { int s=0; const void * buf=0; int len=0; int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_73ccc/fast" make -f CMakeFiles/cmTC_73ccc.dir/build.make CMakeFiles/cmTC_73ccc.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_73ccc.dir/src.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmcurl/include -w -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_73ccc.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’ send(int, const void *, int, unsigned int); ^ In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:4:0: /usr/include/x86_64-linux-gnu/sys/socket.h:149:16: note: previous declaration of ‘send’ was here extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags); ^ CMakeFiles/cmTC_73ccc.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_73ccc.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_73ccc.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_73ccc/fast' failed make: *** [cmTC_73ccc/fast] Error 2 Source file was: #undef inline #include #include extern ssize_t send(int, const void *, int, unsigned int); int main(void) { int s=0; const void * buf=0; int len=0; unsigned int flags=0; ssize_t res = send(s, buf, len, flags); (void) res; return 0; } Determining if the off_t exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c0ac9/fast" make -f CMakeFiles/cmTC_c0ac9.dir/build.make CMakeFiles/cmTC_c0ac9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c0ac9.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_c0ac9.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘off_t’ return ((int*)(&off_t))[argc]; ^ CMakeFiles/cmTC_c0ac9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c0ac9.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_c0ac9.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c0ac9/fast' failed make: *** [cmTC_c0ac9/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef off_t return ((int*)(&off_t))[argc]; #else (void)argc; return 0; #endif } Determining if the size_t exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f4fa4/fast" make -f CMakeFiles/cmTC_f4fa4.dir/build.make CMakeFiles/cmTC_f4fa4.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f4fa4.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_f4fa4.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: expected expression before ‘size_t’ return ((int*)(&size_t))[argc]; ^ CMakeFiles/cmTC_f4fa4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f4fa4.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_f4fa4.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f4fa4/fast' failed make: *** [cmTC_f4fa4/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef size_t return ((int*)(&size_t))[argc]; #else (void)argc; return 0; #endif } Determining size of __int64 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0238a/fast" make -f CMakeFiles/cmTC_0238a.dir/build.make CMakeFiles/cmTC_0238a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0238a.dir/__INT64.c.o /usr/bin/gcc -o CMakeFiles/cmTC_0238a.dir/__INT64.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/__INT64.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/__INT64.c:23:22: error: ‘__int64’ undeclared here (not in a function) #define SIZE (sizeof(__int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/__INT64.c:25:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 10000)%10)), ^ CMakeFiles/cmTC_0238a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0238a.dir/__INT64.c.o' failed make[1]: *** [CMakeFiles/cmTC_0238a.dir/__INT64.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0238a/fast' failed make: *** [cmTC_0238a/fast] Error 2 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/__INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(__int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining size of unsigned __int64 failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_88ed9/fast" make -f CMakeFiles/cmTC_88ed9.dir/build.make CMakeFiles/cmTC_88ed9.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_88ed9.dir/UNSIGNED___INT64.c.o /usr/bin/gcc -o CMakeFiles/cmTC_88ed9.dir/UNSIGNED___INT64.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’ #define SIZE (sizeof(unsigned __int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:25:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 10000)%10)), ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’ #define SIZE (sizeof(unsigned __int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:26:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 1000)%10)), ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’ #define SIZE (sizeof(unsigned __int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 100)%10)), ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’ #define SIZE (sizeof(unsigned __int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:28:12: note: in expansion of macro ‘SIZE’ ('0' + ((SIZE / 10)%10)), ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’ #define SIZE (sizeof(unsigned __int64)) ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:29:12: note: in expansion of macro ‘SIZE’ ('0' + (SIZE % 10)), ^ CMakeFiles/cmTC_88ed9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_88ed9.dir/UNSIGNED___INT64.c.o' failed make[1]: *** [CMakeFiles/cmTC_88ed9.dir/UNSIGNED___INT64.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_88ed9/fast' failed make: *** [cmTC_88ed9/fast] Error 2 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c: #include #include #include #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(unsigned __int64)) char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Determining if the BZ2_bzCompressInit exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_890ea/fast" make -f CMakeFiles/cmTC_890ea.dir/build.make CMakeFiles/cmTC_890ea.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_890ea.dir/CheckSymbolExists.c.o /usr/bin/gcc -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Utilities/cmbzip2 -w -o CMakeFiles/cmTC_890ea.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_890ea /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_890ea.dir/link.txt --verbose=1 /usr/bin/gcc -w -rdynamic CMakeFiles/cmTC_890ea.dir/CheckSymbolExists.c.o -o cmTC_890ea -lcmbzip2 /usr/bin/ld: cannot find -lcmbzip2 collect2: error: ld returned 1 exit status CMakeFiles/cmTC_890ea.dir/build.make:86: recipe for target 'cmTC_890ea' failed make[1]: *** [cmTC_890ea] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_890ea/fast' failed make: *** [cmTC_890ea/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef BZ2_bzCompressInit return ((int*)(&BZ2_bzCompressInit))[argc]; #else (void)argc; return 0; #endif } Determining if files sys/types.h;ctype.h;copyfile.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_36320/fast" make -f CMakeFiles/cmTC_36320.dir/build.make CMakeFiles/cmTC_36320.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_36320.dir/HAVE_COPYFILE_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_36320.dir/HAVE_COPYFILE_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c:4:22: fatal error: copyfile.h: No such file or directory compilation terminated. CMakeFiles/cmTC_36320.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_36320.dir/HAVE_COPYFILE_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_36320.dir/HAVE_COPYFILE_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_36320/fast' failed make: *** [cmTC_36320/fast] Error 2 Source: /* */ #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;direct.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ed36a/fast" make -f CMakeFiles/cmTC_ed36a.dir/build.make CMakeFiles/cmTC_ed36a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ed36a.dir/HAVE_DIRECT_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_ed36a.dir/HAVE_DIRECT_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c:4:20: fatal error: direct.h: No such file or directory compilation terminated. CMakeFiles/cmTC_ed36a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ed36a.dir/HAVE_DIRECT_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_ed36a.dir/HAVE_DIRECT_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ed36a/fast' failed make: *** [cmTC_ed36a/fast] Error 2 Source: /* */ #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;ext2fs/ext2_fs.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_89811/fast" make -f CMakeFiles/cmTC_89811.dir/build.make CMakeFiles/cmTC_89811.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_89811.dir/HAVE_EXT2FS_EXT2_FS_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_89811.dir/HAVE_EXT2FS_EXT2_FS_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c:6:28: fatal error: ext2fs/ext2_fs.h: No such file or directory compilation terminated. CMakeFiles/cmTC_89811.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_89811.dir/HAVE_EXT2FS_EXT2_FS_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_89811.dir/HAVE_EXT2FS_EXT2_FS_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_89811/fast' failed make: *** [cmTC_89811/fast] Error 2 Source: /* */ #include #include #include #include #include int main(void){return 0;} Performing C SOURCE FILE Test HAVE_WORKING_EXT2_IOC_GETFLAGS failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4fb3d/fast" make -f CMakeFiles/cmTC_4fb3d.dir/build.make CMakeFiles/cmTC_4fb3d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4fb3d.dir/src.c.o /usr/bin/gcc -w -DHAVE_WORKING_EXT2_IOC_GETFLAGS -o CMakeFiles/cmTC_4fb3d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:2:28: fatal error: ext2fs/ext2_fs.h: No such file or directory compilation terminated. CMakeFiles/cmTC_4fb3d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4fb3d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_4fb3d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4fb3d/fast' failed make: *** [cmTC_4fb3d/fast] Error 2 Source file was: #include #include int main(void) { return EXT2_IOC_GETFLAGS; } Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;membership.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_977ee/fast" make -f CMakeFiles/cmTC_977ee.dir/build.make CMakeFiles/cmTC_977ee.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_977ee.dir/HAVE_MEMBERSHIP_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_977ee.dir/HAVE_MEMBERSHIP_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c:16:24: fatal error: membership.h: No such file or directory compilation terminated. CMakeFiles/cmTC_977ee.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_977ee.dir/HAVE_MEMBERSHIP_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_977ee.dir/HAVE_MEMBERSHIP_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_977ee/fast' failed make: *** [cmTC_977ee/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0c878/fast" make -f CMakeFiles/cmTC_0c878.dir/build.make CMakeFiles/cmTC_0c878.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c878.dir/HAVE_READPASSPHRASE_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_0c878.dir/HAVE_READPASSPHRASE_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c:20:28: fatal error: readpassphrase.h: No such file or directory compilation terminated. CMakeFiles/cmTC_0c878.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0c878.dir/HAVE_READPASSPHRASE_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_0c878.dir/HAVE_READPASSPHRASE_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0c878/fast' failed make: *** [cmTC_0c878/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1fd42/fast" make -f CMakeFiles/cmTC_1fd42.dir/build.make CMakeFiles/cmTC_1fd42.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1fd42.dir/HAVE_SYS_ACL_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_1fd42.dir/HAVE_SYS_ACL_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c:28:21: fatal error: sys/acl.h: No such file or directory compilation terminated. CMakeFiles/cmTC_1fd42.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1fd42.dir/HAVE_SYS_ACL_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_1fd42.dir/HAVE_SYS_ACL_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1fd42/fast' failed make: *** [cmTC_1fd42/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/extattr.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_26db8/fast" make -f CMakeFiles/cmTC_26db8.dir/build.make CMakeFiles/cmTC_26db8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_26db8.dir/HAVE_SYS_EXTATTR_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_26db8.dir/HAVE_SYS_EXTATTR_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c:29:25: fatal error: sys/extattr.h: No such file or directory compilation terminated. CMakeFiles/cmTC_26db8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_26db8.dir/HAVE_SYS_EXTATTR_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_26db8.dir/HAVE_SYS_EXTATTR_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_26db8/fast' failed make: *** [cmTC_26db8/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_394b1/fast" make -f CMakeFiles/cmTC_394b1.dir/build.make CMakeFiles/cmTC_394b1.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_394b1.dir/HAVE_SYS_MKDEV_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_394b1.dir/HAVE_SYS_MKDEV_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c:30:23: fatal error: sys/mkdev.h: No such file or directory compilation terminated. CMakeFiles/cmTC_394b1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_394b1.dir/HAVE_SYS_MKDEV_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_394b1.dir/HAVE_SYS_MKDEV_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_394b1/fast' failed make: *** [cmTC_394b1/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_16d18/fast" make -f CMakeFiles/cmTC_16d18.dir/build.make CMakeFiles/cmTC_16d18.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_16d18.dir/HAVE_SYS_MOUNT_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_16d18.dir/HAVE_SYS_MOUNT_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c In file included from /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c:13:0: /usr/include/x86_64-linux-gnu/sys/mount.h:35:3: error: expected identifier before numeric constant MS_RDONLY = 1, /* Mount read-only. */ ^ CMakeFiles/cmTC_16d18.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_16d18.dir/HAVE_SYS_MOUNT_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_16d18.dir/HAVE_SYS_MOUNT_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_16d18/fast' failed make: *** [cmTC_16d18/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/richacl.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4584d/fast" make -f CMakeFiles/cmTC_4584d.dir/build.make CMakeFiles/cmTC_4584d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4584d.dir/HAVE_SYS_RICHACL_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_4584d.dir/HAVE_SYS_RICHACL_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c:32:25: fatal error: sys/richacl.h: No such file or directory compilation terminated. CMakeFiles/cmTC_4584d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4584d.dir/HAVE_SYS_RICHACL_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_4584d.dir/HAVE_SYS_RICHACL_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4584d/fast' failed make: *** [cmTC_4584d/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;windows.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_42a4a/fast" make -f CMakeFiles/cmTC_42a4a.dir/build.make CMakeFiles/cmTC_42a4a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_42a4a.dir/HAVE_WINDOWS_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_42a4a.dir/HAVE_WINDOWS_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:46:21: fatal error: windows.h: No such file or directory compilation terminated. CMakeFiles/cmTC_42a4a.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_42a4a.dir/HAVE_WINDOWS_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_42a4a.dir/HAVE_WINDOWS_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_42a4a/fast' failed make: *** [cmTC_42a4a/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e442d/fast" make -f CMakeFiles/cmTC_e442d.dir/build.make CMakeFiles/cmTC_e442d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e442d.dir/HAVE_WINCRYPT_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_e442d.dir/HAVE_WINCRYPT_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c:46:22: fatal error: wincrypt.h: No such file or directory compilation terminated. CMakeFiles/cmTC_e442d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e442d.dir/HAVE_WINCRYPT_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_e442d.dir/HAVE_WINCRYPT_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_e442d/fast' failed make: *** [cmTC_e442d/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if files sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_480ac/fast" make -f CMakeFiles/cmTC_480ac.dir/build.make CMakeFiles/cmTC_480ac.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_480ac.dir/HAVE_WINIOCTL_H.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_480ac.dir/HAVE_WINIOCTL_H.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c:46:22: fatal error: winioctl.h: No such file or directory compilation terminated. CMakeFiles/cmTC_480ac.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_480ac.dir/HAVE_WINIOCTL_H.c.o' failed make[1]: *** [CMakeFiles/cmTC_480ac.dir/HAVE_WINIOCTL_H.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_480ac/fast' failed make: *** [cmTC_480ac/fast] Error 2 Source: /* */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main(void){return 0;} Determining if the _CrtSetReportMode exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_25669/fast" make -f CMakeFiles/cmTC_25669.dir/build.make CMakeFiles/cmTC_25669.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_25669.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -fno-builtin -o CMakeFiles/cmTC_25669.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:20: fatal error: crtdbg.h: No such file or directory compilation terminated. CMakeFiles/cmTC_25669.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_25669.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_25669.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_25669/fast' failed make: *** [cmTC_25669/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _CrtSetReportMode return ((int*)(&_CrtSetReportMode))[argc]; #else (void)argc; return 0; #endif } Determining if the function arc4random_buf exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_cb4aa/fast" make -f CMakeFiles/cmTC_cb4aa.dir/build.make CMakeFiles/cmTC_cb4aa.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cb4aa.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -fno-builtin -o CMakeFiles/cmTC_cb4aa.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_cb4aa /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_cb4aa.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=arc4random_buf -fno-builtin -rdynamic CMakeFiles/cmTC_cb4aa.dir/CheckFunctionExists.c.o -o cmTC_cb4aa CMakeFiles/cmTC_cb4aa.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `arc4random_buf' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_cb4aa.dir/build.make:86: recipe for target 'cmTC_cb4aa' failed make[1]: *** [cmTC_cb4aa] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_cb4aa/fast' failed make: *** [cmTC_cb4aa/fast] Error 2 Determining if the function getvfsbyname exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bd9be/fast" make -f CMakeFiles/cmTC_bd9be.dir/build.make CMakeFiles/cmTC_bd9be.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd9be.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -o CMakeFiles/cmTC_bd9be.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_bd9be /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_bd9be.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=getvfsbyname -fno-builtin -rdynamic CMakeFiles/cmTC_bd9be.dir/CheckFunctionExists.c.o -o cmTC_bd9be CMakeFiles/cmTC_bd9be.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `getvfsbyname' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_bd9be.dir/build.make:86: recipe for target 'cmTC_bd9be' failed make[1]: *** [cmTC_bd9be] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bd9be/fast' failed make: *** [cmTC_bd9be/fast] Error 2 Determining if the function lchflags exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_052c0/fast" make -f CMakeFiles/cmTC_052c0.dir/build.make CMakeFiles/cmTC_052c0.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_052c0.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -o CMakeFiles/cmTC_052c0.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_052c0 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_052c0.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=lchflags -fno-builtin -rdynamic CMakeFiles/cmTC_052c0.dir/CheckFunctionExists.c.o -o cmTC_052c0 CMakeFiles/cmTC_052c0.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `lchflags' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_052c0.dir/build.make:86: recipe for target 'cmTC_052c0' failed make[1]: *** [cmTC_052c0] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_052c0/fast' failed make: *** [cmTC_052c0/fast] Error 2 Determining if the function readpassphrase exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_81d49/fast" make -f CMakeFiles/cmTC_81d49.dir/build.make CMakeFiles/cmTC_81d49.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_81d49.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -o CMakeFiles/cmTC_81d49.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_81d49 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_81d49.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=readpassphrase -fno-builtin -rdynamic CMakeFiles/cmTC_81d49.dir/CheckFunctionExists.c.o -o cmTC_81d49 CMakeFiles/cmTC_81d49.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `readpassphrase' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_81d49.dir/build.make:86: recipe for target 'cmTC_81d49' failed make[1]: *** [cmTC_81d49] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_81d49/fast' failed make: *** [cmTC_81d49/fast] Error 2 Determining if the function strncpy_s exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a0582/fast" make -f CMakeFiles/cmTC_a0582.dir/build.make CMakeFiles/cmTC_a0582.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a0582.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -o CMakeFiles/cmTC_a0582.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_a0582 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a0582.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=strncpy_s -fno-builtin -rdynamic CMakeFiles/cmTC_a0582.dir/CheckFunctionExists.c.o -o cmTC_a0582 CMakeFiles/cmTC_a0582.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strncpy_s' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_a0582.dir/build.make:86: recipe for target 'cmTC_a0582' failed make[1]: *** [cmTC_a0582] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a0582/fast' failed make: *** [cmTC_a0582/fast] Error 2 Determining if the function _ctime64_s exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a537a/fast" make -f CMakeFiles/cmTC_a537a.dir/build.make CMakeFiles/cmTC_a537a.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a537a.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -o CMakeFiles/cmTC_a537a.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_a537a /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a537a.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -fno-builtin -rdynamic CMakeFiles/cmTC_a537a.dir/CheckFunctionExists.c.o -o cmTC_a537a CMakeFiles/cmTC_a537a.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_ctime64_s' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_a537a.dir/build.make:86: recipe for target 'cmTC_a537a' failed make[1]: *** [cmTC_a537a] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a537a/fast' failed make: *** [cmTC_a537a/fast] Error 2 Determining if the function _fseeki64 exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_0657d/fast" make -f CMakeFiles/cmTC_0657d.dir/build.make CMakeFiles/cmTC_0657d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0657d.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -o CMakeFiles/cmTC_0657d.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_0657d /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0657d.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -fno-builtin -rdynamic CMakeFiles/cmTC_0657d.dir/CheckFunctionExists.c.o -o cmTC_0657d CMakeFiles/cmTC_0657d.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_fseeki64' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_0657d.dir/build.make:86: recipe for target 'cmTC_0657d' failed make[1]: *** [cmTC_0657d] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_0657d/fast' failed make: *** [cmTC_0657d/fast] Error 2 Determining if the function _get_timezone exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_32301/fast" make -f CMakeFiles/cmTC_32301.dir/build.make CMakeFiles/cmTC_32301.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_32301.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -o CMakeFiles/cmTC_32301.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_32301 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_32301.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_get_timezone -fno-builtin -rdynamic CMakeFiles/cmTC_32301.dir/CheckFunctionExists.c.o -o cmTC_32301 CMakeFiles/cmTC_32301.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_get_timezone' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_32301.dir/build.make:86: recipe for target 'cmTC_32301' failed make[1]: *** [cmTC_32301] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_32301/fast' failed make: *** [cmTC_32301/fast] Error 2 Determining if the function _localtime64_s exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6d515/fast" make -f CMakeFiles/cmTC_6d515.dir/build.make CMakeFiles/cmTC_6d515.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d515.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -o CMakeFiles/cmTC_6d515.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_6d515 /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6d515.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -fno-builtin -rdynamic CMakeFiles/cmTC_6d515.dir/CheckFunctionExists.c.o -o cmTC_6d515 CMakeFiles/cmTC_6d515.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_localtime64_s' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_6d515.dir/build.make:86: recipe for target 'cmTC_6d515' failed make[1]: *** [cmTC_6d515] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6d515/fast' failed make: *** [cmTC_6d515/fast] Error 2 Determining if the function _mkgmtime64 exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c708e/fast" make -f CMakeFiles/cmTC_c708e.dir/build.make CMakeFiles/cmTC_c708e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c708e.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -o CMakeFiles/cmTC_c708e.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_c708e /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c708e.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -fno-builtin -rdynamic CMakeFiles/cmTC_c708e.dir/CheckFunctionExists.c.o -o cmTC_c708e CMakeFiles/cmTC_c708e.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_mkgmtime64' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_c708e.dir/build.make:86: recipe for target 'cmTC_c708e' failed make[1]: *** [cmTC_c708e] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c708e/fast' failed make: *** [cmTC_c708e/fast] Error 2 Determining if the function cygwin_conv_path exists failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_a40bd/fast" make -f CMakeFiles/cmTC_a40bd.dir/build.make CMakeFiles/cmTC_a40bd.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a40bd.dir/CheckFunctionExists.c.o /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -o CMakeFiles/cmTC_a40bd.dir/CheckFunctionExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Modules/CheckFunctionExists.c Linking C executable cmTC_a40bd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a40bd.dir/link.txt --verbose=1 /usr/bin/gcc -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -fno-builtin -rdynamic CMakeFiles/cmTC_a40bd.dir/CheckFunctionExists.c.o -o cmTC_a40bd CMakeFiles/cmTC_a40bd.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `cygwin_conv_path' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_a40bd.dir/build.make:86: recipe for target 'cmTC_a40bd' failed make[1]: *** [cmTC_a40bd] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_a40bd/fast' failed make: *** [cmTC_a40bd/fast] Error 2 Performing C SOURCE FILE Test HAVE_STRUCT_VFSCONF failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_d3ac4/fast" make -f CMakeFiles/cmTC_d3ac4.dir/build.make CMakeFiles/cmTC_d3ac4.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d3ac4.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_VFSCONF -o CMakeFiles/cmTC_d3ac4.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:3:33: error: storage size of ‘v’ isn’t known int main(void) { struct vfsconf v; return sizeof(v);} ^ CMakeFiles/cmTC_d3ac4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d3ac4.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_d3ac4.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_d3ac4/fast' failed make: *** [cmTC_d3ac4/fast] Error 2 Source file was: #include #include int main(void) { struct vfsconf v; return sizeof(v);} Performing C SOURCE FILE Test HAVE_STRUCT_XVFSCONF failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_c3e05/fast" make -f CMakeFiles/cmTC_c3e05.dir/build.make CMakeFiles/cmTC_c3e05.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c3e05.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_XVFSCONF -o CMakeFiles/cmTC_c3e05.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:3:34: error: storage size of ‘v’ isn’t known int main(void) { struct xvfsconf v; return sizeof(v);} ^ CMakeFiles/cmTC_c3e05.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c3e05.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_c3e05.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_c3e05/fast' failed make: *** [cmTC_c3e05/fast] Error 2 Source file was: #include #include int main(void) { struct xvfsconf v; return sizeof(v);} Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_87dc2/fast" make -f CMakeFiles/cmTC_87dc2.dir/build.make CMakeFiles/cmTC_87dc2.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_87dc2.dir/src.c.o /usr/bin/gcc -w -DMAJOR_IN_MKDEV -o CMakeFiles/cmTC_87dc2.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:1:23: fatal error: sys/mkdev.h: No such file or directory compilation terminated. CMakeFiles/cmTC_87dc2.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_87dc2.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_87dc2.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_87dc2/fast' failed make: *** [cmTC_87dc2/fast] Error 2 Source file was: #include int main() { return major(256); } Performing C SOURCE FILE Test HAVE_LZMA_STREAM_ENCODER_MT failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_489b8/fast" make -f CMakeFiles/cmTC_489b8.dir/build.make CMakeFiles/cmTC_489b8.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_489b8.dir/src.c.o /usr/bin/gcc -w -DHAVE_LZMA_STREAM_ENCODER_MT -o CMakeFiles/cmTC_489b8.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:1:18: fatal error: lzma.h: No such file or directory compilation terminated. CMakeFiles/cmTC_489b8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_489b8.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_489b8.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_489b8/fast' failed make: *** [cmTC_489b8/fast] Error 2 Source file was: #include #if LZMA_VERSION < 50020000 #error unsupported #endif int main(void){lzma_stream_encoder_mt(0, 0); return 0;} Determining if the EFTYPE exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_ce71f/fast" make -f CMakeFiles/cmTC_ce71f.dir/build.make CMakeFiles/cmTC_ce71f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ce71f.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_ce71f.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘EFTYPE’ undeclared (first use in this function) return ((int*)(&EFTYPE))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_ce71f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_ce71f.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_ce71f.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_ce71f/fast' failed make: *** [cmTC_ce71f/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef EFTYPE return ((int*)(&EFTYPE))[argc]; #else (void)argc; return 0; #endif } Determining if the D_MD_ORDER exist failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9e8c3/fast" make -f CMakeFiles/cmTC_9e8c3.dir/build.make CMakeFiles/cmTC_9e8c3.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9e8c3.dir/CheckSymbolExists.c.o /usr/bin/gcc -w -o CMakeFiles/cmTC_9e8c3.dir/CheckSymbolExists.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘D_MD_ORDER’ undeclared (first use in this function) return ((int*)(&D_MD_ORDER))[argc]; ^ /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_9e8c3.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_9e8c3.dir/CheckSymbolExists.c.o' failed make[1]: *** [CMakeFiles/cmTC_9e8c3.dir/CheckSymbolExists.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_9e8c3/fast' failed make: *** [cmTC_9e8c3/fast] Error 2 File /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef D_MD_ORDER return ((int*)(&D_MD_ORDER))[argc]; #else (void)argc; return 0; #endif } Performing C SOURCE FILE Test HAVE_STRUCT_TM___TM_GMTOFF failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6de28/fast" make -f CMakeFiles/cmTC_6de28.dir/build.make CMakeFiles/cmTC_6de28.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6de28.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_TM___TM_GMTOFF -o CMakeFiles/cmTC_6de28.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:6:33: error: ‘struct tm’ has no member named ‘__tm_gmtoff’ (void)sizeof(((struct tm *)0)->__tm_gmtoff); ^ CMakeFiles/cmTC_6de28.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6de28.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6de28.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6de28/fast' failed make: *** [cmTC_6de28/fast] Error 2 Source file was: #include int main() { (void)sizeof(((struct tm *)0)->__tm_gmtoff); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_19c4d/fast" make -f CMakeFiles/cmTC_19c4d.dir/build.make CMakeFiles/cmTC_19c4d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_19c4d.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STATFS_F_NAMEMAX -o CMakeFiles/cmTC_19c4d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:37: error: dereferencing pointer to incomplete type ‘struct statfs’ (void)sizeof(((struct statfs *)0)->f_namemax); ^ CMakeFiles/cmTC_19c4d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_19c4d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_19c4d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_19c4d/fast' failed make: *** [cmTC_19c4d/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct statfs *)0)->f_namemax); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIME failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_28c9f/fast" make -f CMakeFiles/cmTC_28c9f.dir/build.make CMakeFiles/cmTC_28c9f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_28c9f.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_BIRTHTIME -o CMakeFiles/cmTC_28c9f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_birthtime’ (void)sizeof(((struct stat *)0)->st_birthtime); ^ CMakeFiles/cmTC_28c9f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_28c9f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_28c9f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_28c9f/fast' failed make: *** [cmTC_28c9f/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_birthtime); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_f2e94/fast" make -f CMakeFiles/cmTC_f2e94.dir/build.make CMakeFiles/cmTC_f2e94.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f2e94.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_f2e94.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_birthtimespec’ (void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec); ^ CMakeFiles/cmTC_f2e94.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f2e94.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_f2e94.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_f2e94/fast' failed make: *** [cmTC_f2e94/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2ad9e/fast" make -f CMakeFiles/cmTC_2ad9e.dir/build.make CMakeFiles/cmTC_2ad9e.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2ad9e.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -o CMakeFiles/cmTC_2ad9e.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_mtimespec’ (void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec); ^ CMakeFiles/cmTC_2ad9e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2ad9e.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_2ad9e.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_2ad9e/fast' failed make: *** [cmTC_2ad9e/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7a716/fast" make -f CMakeFiles/cmTC_7a716.dir/build.make CMakeFiles/cmTC_7a716.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7a716.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_MTIME_N -o CMakeFiles/cmTC_7a716.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_mtime_n’ (void)sizeof(((struct stat *)0)->st_mtime_n); ^ CMakeFiles/cmTC_7a716.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7a716.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_7a716.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_7a716/fast' failed make: *** [cmTC_7a716/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtime_n); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_3910d/fast" make -f CMakeFiles/cmTC_3910d.dir/build.make CMakeFiles/cmTC_3910d.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3910d.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_UMTIME -o CMakeFiles/cmTC_3910d.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_umtime’ (void)sizeof(((struct stat *)0)->st_umtime); ^ CMakeFiles/cmTC_3910d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_3910d.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_3910d.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_3910d/fast' failed make: *** [cmTC_3910d/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_umtime); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4e56f/fast" make -f CMakeFiles/cmTC_4e56f.dir/build.make CMakeFiles/cmTC_4e56f.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4e56f.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_MTIME_USEC -o CMakeFiles/cmTC_4e56f.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_mtime_usec’ (void)sizeof(((struct stat *)0)->st_mtime_usec); ^ CMakeFiles/cmTC_4e56f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4e56f.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_4e56f.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_4e56f/fast' failed make: *** [cmTC_4e56f/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_mtime_usec); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_FLAGS failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_6d115/fast" make -f CMakeFiles/cmTC_6d115.dir/build.make CMakeFiles/cmTC_6d115.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6d115.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STAT_ST_FLAGS -o CMakeFiles/cmTC_6d115.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:35: error: ‘struct stat’ has no member named ‘st_flags’ (void)sizeof(((struct stat *)0)->st_flags); ^ CMakeFiles/cmTC_6d115.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_6d115.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_6d115.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_6d115/fast' failed make: *** [cmTC_6d115/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct stat *)0)->st_flags); return 0; } Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output: Change Dir: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_74ddf/fast" make -f CMakeFiles/cmTC_74ddf.dir/build.make CMakeFiles/cmTC_74ddf.dir/build make[1]: Entering directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_74ddf.dir/src.c.o /usr/bin/gcc -w -DHAVE_STRUCT_STATVFS_F_IOSIZE -o CMakeFiles/cmTC_74ddf.dir/src.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp/src.c:7:38: error: ‘struct statvfs’ has no member named ‘f_iosize’ (void)sizeof(((struct statvfs *)0)->f_iosize); ^ CMakeFiles/cmTC_74ddf.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_74ddf.dir/src.c.o' failed make[1]: *** [CMakeFiles/cmTC_74ddf.dir/src.c.o] Error 1 make[1]: Leaving directory '/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_74ddf/fast' failed make: *** [cmTC_74ddf/fast] Error 2 Source file was: #include #include int main() { (void)sizeof(((struct statvfs *)0)->f_iosize); return 0; } Looking for a Fortran compiler failed with the following output: -- The Fortran compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_Fortran_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. -- Configuring incomplete, errors occurred! See also "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log". See also "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/Tool/cmake-3.11.0/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".