if test -e /home/ian/projects/cuda/maths/build; then rm -r /home/ian/projects/cuda/maths/build; fi #### Generate /home/ian/projects/cuda/maths/build/Makefile #### cmake \ -D CMAKE_C_COMPILER=/home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-gcc \ -D CMAKE_CXX_COMPILER=/home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ \ -D CMAKE_CUDA_HOST_COMPILER=/home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ \ -D CMAKE_BUILD_TYPE=Debug \ -S /home/ian/projects/cuda/maths \ -B /home/ian/projects/cuda/maths/build -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- The CUDA compiler identification is NVIDIA 11.0.221 -- Check for working C compiler: /home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-gcc -- Check for working C compiler: /home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-gcc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ -- Check for working CXX compiler: /home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ - works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works -- Detecting CUDA compiler ABI info -- Detecting CUDA compiler ABI info - done -- Detecting CUDA compile features -- Detecting CUDA compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/ian/projects/cuda/maths/build #### configure #### make: Entering directory '/home/ian/projects/cuda/maths/build' /usr/bin/cmake -S/home/ian/projects/cuda/maths -B/home/ian/projects/cuda/maths/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/ian/projects/cuda/maths/build/CMakeFiles /home/ian/projects/cuda/maths/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/ian/projects/cuda/maths/build' make -f source/CMakeFiles/simple.dir/build.make source/CMakeFiles/simple.dir/depend make[2]: Entering directory '/home/ian/projects/cuda/maths/build' cd /home/ian/projects/cuda/maths/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ian/projects/cuda/maths /home/ian/projects/cuda/maths/source /home/ian/projects/cuda/maths/build /home/ian/projects/cuda/maths/build/source /home/ian/projects/cuda/maths/build/source/CMakeFiles/simple.dir/DependInfo.cmake --color= Dependee "/home/ian/projects/cuda/maths/build/source/CMakeFiles/simple.dir/DependInfo.cmake" is newer than depender "/home/ian/projects/cuda/maths/build/source/CMakeFiles/simple.dir/depend.internal". Dependee "/home/ian/projects/cuda/maths/build/source/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/ian/projects/cuda/maths/build/source/CMakeFiles/simple.dir/depend.internal". Scanning dependencies of target simple make[2]: Leaving directory '/home/ian/projects/cuda/maths/build' make -f source/CMakeFiles/simple.dir/build.make source/CMakeFiles/simple.dir/build make[2]: Entering directory '/home/ian/projects/cuda/maths/build' [ 50%] Building CUDA object source/CMakeFiles/simple.dir/simple.cu.o cd /home/ian/projects/cuda/maths/build/source && /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ -DQUERY_CUDA -g -Wall -Wextra -std=c++14 -x cu -c /home/ian/projects/cuda/maths/source/simple.cu -o CMakeFiles/simple.dir/simple.cu.o [100%] Linking CUDA executable simple cd /home/ian/projects/cuda/maths/build/source && /usr/bin/cmake -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=1 /home/ian/build/hiwire-linux-0936669b-x86_64/buildroot/host/bin/x86_64-linux-g++ CMakeFiles/simple.dir/simple.cu.o -o simple -lcuda -lcudadevrt -lcudart_static -L"/usr/local/cuda/targets/x86_64-linux/lib/stubs" -L"/usr/local/cuda/targets/x86_64-linux/lib" -lcudadevrt -lcudart_static -lrt -lpthread -ldl make[2]: Leaving directory '/home/ian/projects/cuda/maths/build' [100%] Built target simple make[1]: Leaving directory '/home/ian/projects/cuda/maths/build' /usr/bin/cmake -E cmake_progress_start /home/ian/projects/cuda/maths/build/CMakeFiles 0 make: Leaving directory '/home/ian/projects/cuda/maths/build'