Created
May 2, 2023 05:40
-
-
Save GaetanLepage/5c8e380055f0c7d2f37bc215a0066dd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/svk2zlvxx52hpqwkf3pxzah05wngq5i3-source | |
source root is source | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring | |
no configure script, doing nothing | |
@nix { "action": "setPhase", "phase": "buildPhase" } | |
building | |
build flags: -j48 SHELL=/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash | |
make[1]: Entering directory '/build/source/Samples/6_Performance/alignedTypes' | |
make[1]: Entering directory '/build/source/Samples/6_Performance/UnifiedMemoryPerf' | |
make[1]: Entering directory '/build/source/Samples/6_Performance/transpose' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/convolutionTexture' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/convolutionSeparable' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocation' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/imageDenoising' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/shfl_scan' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/radixSortThrust' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/histogram' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/FunctionPointers' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/segmentationTreeThrust' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/threadFenceReduction' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/EGLStream_CUDA_Interop' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/threadMigration' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/EGLStream_CUDA_CrossGPU' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/eigenvalues' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/particles' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocationIPC' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/inlinePTX' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/cuHook' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/boxFilter' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/dct8x8' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/interval' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/scalarProd' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/scan' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o convolutionTexture.o -c convolutionTexture.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o alignedTypes.o -c alignedTypes.cu | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/reduction' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o transpose.o -c transpose.cu | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiP' | |
make[1]: Entering directory '/build/source/Samples/2_Concepts_and_Techniques/sortingNetworks' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o commonKernels.o -c commonKernels.cu | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/vectorAdd_nvrtc' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o helperFunctions.o -c helperFunctions.cpp | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/simpleP2P' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o convolutionTexture_gold.o -c convolutionTexture_gold.cpp | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o convolutionSeparable.o -c convolutionSeparable.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c main.cpp | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/simpleMultiCopy' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o streamOrderedAllocation.o -c streamOrderedAllocation.cu | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/clock' | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/simpleDrvRuntime' | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/matrixMulDrv' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o histogram256.o -c histogram256.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o threadFenceReduction.o -c threadFenceReduction.cu | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/cppOverload' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c src/main.cpp | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/cudaOpenMP' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o inlinePTX.o -c inlinePTX.cu | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c src/main.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futurenvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o bisect_large.o -c bisect_large.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o BmpUtil.o -c BmpUtil.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash: line 1: rev: command not found | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futurenvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash: line 1: more: command not found | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futurenvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
head: write error: Broken pipe | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c src/main.cpp | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash: line 1: rev: command not found | |
awk: fatal: cannot open file `/etc/issue' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c main.cpp | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o scalarProd.o -c scalarProd.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o streamOrderedAllocationP2P.o -c streamOrderedAllocationP2P.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o bitonicSort.o -c bitonicSort.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -I. -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o interval.o -c interval.cu | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c src/main.cpp | |
awk: fatal: cannot open file `/etc/issue' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o clock.o -c clock.cu | |
/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash: line 1: more: command not found | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
>>> WARNING - EGLSync_CUDAEvent_Interop is not supported on Linux x86_64 - waiving sample <<< | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
awk: fatal: cannot open file `/etc/issue' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c src/main.cpp | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o simpleMultiCopy.o -c simpleMultiCopy.cu | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o simpleP2P.o -c simpleP2P.cu | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o threadMigration.o -c threadMigration.cpp | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -I/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include -m64 --threads 0 --std=c++11 -o inlinePTX.o -c inlinePTX.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
expr: missing operand | |
Try 'expr --help' for more information. | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cppOverload.o -c cppOverload.cu | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/j80wcbm6bb1nsqsgmniq43rg980p27q9-bash-5.2-p15/bin/bash: line 1: more: command not found | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o helper_multiprocess.o -c ../../../Common/helper_multiprocess.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
expr: missing operand | |
Try 'expr --help' for more information. | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
awk: fatal: cannot open file `/etc/issue' for reading: No such file or directory | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -I/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include -m64 --threads 0 --std=c++11 -o vectorAdd.o -c vectorAdd.cpp | |
>>> GLIBC Version is less or equal to 2.33 <<< | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o simpleDrvRuntime.o -c simpleDrvRuntime.cpp | |
awk: fatal: cannot open file `/etc/*-release' for reading: No such file or directory | |
>>> GCC Version is greater or equal to 4.7.0 <<< | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 -O3 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o shfl_scan.o -c shfl_scan.cu | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
>>> WARNING - libGL.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - libGLU.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
awk: fatal: /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o matrixMulDrv.o -c matrixMulDrv.cpp | |
cannot open file `/etc/*-release' for reading: No such file or directory | |
>>> WARNING - libGL.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - libGLU.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
>>> WARNING - libEGL.so not found, please install libEGL.so <<< | |
>>> GCC Version is greater or equal to 5.0.0 <<< | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 1 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o segmentationTree.o -c segmentationTree.cu | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
>>> GCC Version is greater or equal to 4.7.0 <<< | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o reductionMultiBlockCG.o -c reductionMultiBlockCG.cu | |
>>> WARNING - gl.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - glu.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cuHook.o -c cuHook.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
>>> GCC Version is greater or equal to 4.7.0 <<< | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o reduction.o -c reduction.cpp | |
>>> GCC Version is greater or equal to 5.0.0 <<< | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o radixSortThrust.o -c radixSortThrust.cu | |
>>> WARNING - libGL.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - libGLU.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - libEGL.so not found, please install libEGL.so <<< | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
>>> WARNING - gl.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - glu.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - egl.h not found, please install egl.h <<< | |
>>> WARNING - eglext.h not found, please install eglext.h <<< | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o bmploader.o -c bmploader.cpp | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o imageDenoising.o -c imageDenoising.cu | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o imageDenoisingGL.o -c imageDenoisingGL.cpp | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o imageDenoising bmploader.o imageDenoising.o imageDenoisingGL.o -L/usr/lib64/nvidia -lGL -lGLU -lglut | |
>>> WARNING - libEGL.so not found, please install libEGL.so <<< | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o FunctionPointers.o -c FunctionPointers.cpp | |
[@] cp imageDenoising ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/imageDenoising' | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o FunctionPointers_kernels.o -c FunctionPointers_kernels.cu | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o FunctionPointers FunctionPointers.o FunctionPointers_kernels.o -L/usr/lib64/nvidia -lGL -lGLU -lglut | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
[@] cp FunctionPointers ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/FunctionPointers' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - egl.h not found, please install egl.h <<< | |
>>> WARNING - eglext.h not found, please install eglext.h <<< | |
>>> WARNING - egl.h not found, please install egl.h <<< | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - eglext.h not found, please install eglext.h <<< | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -o cuda_consumer.o -c cuda_consumer.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/simpleAssert_nvrtc' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - libGL.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - libGLU.so not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -o cuda_producer.o -c cuda_producer.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/clock_nvrtc' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
>>> WARNING - gl.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
>>> WARNING - glu.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Entering directory '/build/source/Samples/0_Introduction/simpleMultiGPU' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - gl.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
>>> WARNING - glu.h not found, refer to CUDA Getting Started Guide for how to find and install them. <<< | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o boxFilter.o -c boxFilter.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o boxFilter_cpu.o -c boxFilter_cpu.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o matrixMultiplyPerf.o -c matrixMultiplyPerf.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:348: simpleP2P.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/simpleP2P' | |
make: *** [Makefile:45: Samples/0_Introduction/simpleP2P/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** Waiting for unfinished jobs.... | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 --compiler-options '-fPIC' -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o libcuhook.o -c libcuhook.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o EGLSync_CUDAEvent_Interop.o -c EGLSync_CUDAEvent_Interop.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:330: streamOrderedAllocation.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocation' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o simpleMultiGPU.o -c simpleMultiGPU.cu | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/streamOrderedAllocation/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cuda_consumer.o -c cuda_consumer.cpp | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o EGLSync_CUDAEvent_Interop EGLSync_CUDAEvent_Interop.o -lEGL -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lX11 -lGLESv2 | |
In file included from [01m[K/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83[m[K, | |
from [01m[K<command-line>[m[K: | |
[01m[K/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2:[m[K [01;31m[Kerror: [m[K#error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #[01;31m[Kerror[m[K -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| [01;31m[K^~~~~[m[K | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
[@] cp EGLSync_CUDAEvent_Interop ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o reduction_kernel.o -c reduction_kernel.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -o eglstrm_common.o -c eglstrm_common.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futureIn file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cuda_producer.o -c cuda_producer.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: inlinePTX.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/inlinePTX' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 -Xcompiler -fopenmp --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cudaOpenMP.o -c cudaOpenMP.cu | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/inlinePTX/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o matrixMul_kernel64.fatbin -fatbin matrixMul_kernel.cu | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -o main.o -c main.cpp | |
make[1]: *** [Makefile:330: streamOrderedAllocationP2P.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/streamOrderedAllocationP2P/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o vectorAdd_kernel64.fatbin -fatbin vectorAdd_kernel.cu | |
make[1]: *** [Makefile:324: cppOverload.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/cppOverload' | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -o EGLStream_CUDA_Interop cuda_consumer.o cuda_producer.o eglstrm_common.o main.o -lEGL -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: alignedTypes.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/6_Performance/alignedTypes' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/6_Performance/alignedTypes/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++11 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o streamOrderedAllocationIPC.o -c streamOrderedAllocationIPC.cu | |
make[1]: *** [Makefile:324: clock.o] Error 255 | |
make: *** [Makefile:45: Samples/0_Introduction/cppOverload/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/clock' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o threadMigration_kernel64.fatbin -fatbin threadMigration_kernel.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o boxFilter_kernel.o -c boxFilter_kernel.cu | |
make: *** [Makefile:45: Samples/0_Introduction/clock/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o piestimator.o -c src/piestimator.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o eglstrm_common.o -c eglstrm_common.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o kernel.o -c kernel.cu | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: simpleMultiCopy.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/simpleMultiCopy' | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o boxFilter boxFilter.o boxFilter_cpu.o boxFilter_kernel.o -L/usr/lib64/nvidia -lGL -lGLU -lglut | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/0_Introduction/simpleMultiCopy/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o pricingengine.o -c src/pricingengine.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:330: commonKernels.o] Error 255 | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o test.o -c src/test.cpp | |
make[1]: *** Waiting for unfinished jobs.... | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
make[1]: *** [Makefile:326: interval.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/interval' | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c main.cpp | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c main.cpp | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/interval/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o scalarProd_cpu.o -c scalarProd_cpu.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o EGLStream_CUDA_CrossGPU cuda_consumer.o cuda_producer.o eglstrm_common.o kernel.o main.o -lEGL -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -I/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include -m64 --threads 0 --std=c++11 -o simpleAssert.o -c simpleAssert.cpp | |
[@] cp EGLStream_CUDA_Interop ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/EGLStream_CUDA_Interop' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o test.o -c src/test.cpp | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] cp boxFilter ../../../bin/x86_64/linux/release | |
>>> GCC Version is greater or equal to 5.0.0 <<< | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/boxFilter' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o scan.o -c scan.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -I/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include -m64 --threads 0 --std=c++11 -o clock.o -c clock.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: bitonicSort.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o piestimator.o -c src/piestimator.cu | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o particleSystem.o -c particleSystem.cpp | |
[@] cp EGLStream_CUDA_CrossGPU ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/EGLStream_CUDA_CrossGPU' | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o cuHook cuHook.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64 -ldl | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o test.o -c src/test.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o piestimator.o -c src/piestimator.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
make[1]: *** [Makefile:324: histogram256.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/histogram' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/histogram/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o scan_gold.o -c scan_gold.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: transpose.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/6_Performance/transpose' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
make: *** [Makefile:45: Samples/6_Performance/transpose/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o test.o -c src/test.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o particleSystem_cuda.o -c particleSystem_cuda.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -shared -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o libcuhook.so.1 libcuhook.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64 -ldl | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futurenvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: scalarProd.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o DCT8x8_Gold.o -c DCT8x8_Gold.cpp | |
make[1]: *** [Makefile:324: bisect_large.o] Error 255 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/eigenvalues' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/eigenvalues/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o piestimator.o -c src/piestimator.cu | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: threadFenceReduction.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/threadFenceReduction' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/threadFenceReduction/Makefile.ph_build] Error 2 | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o convolutionSeparable_gold.o -c convolutionSeparable_gold.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o particles.o -c particles.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from main.cpp:43: | |
main.cpp: In function 'int main(int, char**)': | |
main.cpp:113:36: warning: 'cudaError_t cudaMemcpyToArray(cudaArray_t, size_t, size_t, const void*, size_t, cudaMemcpyKind)' is deprecated [-Wdeprecated-declarations] | |
113 | checkCudaErrors(cudaMemcpyToArray(a_Src, 0, 0, h_Input, | |
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
114 | imageW * imageH * sizeof(float), | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
115 | cudaMemcpyHostToDevice)); | |
| ~~~~~~~~~~~~~~~~~~~~~~~ | |
../../../Common/helper_cuda.h:595:37: note: in definition of macro 'checkCudaErrors' | |
595 | #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__) | |
| ^~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/channel_descriptor.h:61, | |
from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:95, | |
from main.cpp:40: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime_api.h:7593:57: note: declared here | |
7593 | extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void *src, size_t count, enum cudaMemcpyKind kind); | |
| ^~~~~~~~~~~~~~~~~ | |
main.cpp:139:36: warning: 'cudaError_t cudaMemcpyToArray(cudaArray_t, size_t, size_t, const void*, size_t, cudaMemcpyKind)' is deprecated [-Wdeprecated-declarations] | |
139 | checkCudaErrors(cudaMemcpyToArray(a_Src, 0, 0, d_Output, | |
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ | |
140 | imageW * imageH * sizeof(float), | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
141 | cudaMemcpyDeviceToDevice)); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../../../Common/helper_cuda.h:595:37: note: in definition of macro 'checkCudaErrors' | |
595 | #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__) | |
| ^~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime_api.h:7593:57: note: declared here | |
7593 | extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void *src, size_t count, enum cudaMemcpyKind kind); | |
| ^~~~~~~~~~~~~~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o dct8x8.o -c dct8x8.cu | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:349: segmentationTree.o] Error 1 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/segmentationTreeThrust' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/segmentationTreeThrust/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o test.o -c src/test.cpp | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o shaders.o -c shaders.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --threads 0 --std=c++11 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o main.o -c main.cpp | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a futureIn file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
make[1]: *** [Makefile:367: reductionMultiBlockCG.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/reductionMultiBlockCG' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/reductionMultiBlockCG/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -I../../../Common -m64 --std=c++14 --threads 0 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o render_particles.o -c render_particles.cpp | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:388: vectorAdd_kernel64.fatbin] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
make[1]: *** [Makefile:355: shfl_scan.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/shfl_scan' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/shfl_scan/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:336: matrixMultiplyPerf.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/6_Performance/UnifiedMemoryPerf' | |
make: *** [Makefile:45: Samples/6_Performance/UnifiedMemoryPerf/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/scalarProd' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/scalarProd/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o particles particleSystem.o particleSystem_cuda.o particles.o render_particles.o shaders.o -L/usr/lib64/nvidia -lGL -lGLU -lglut | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] mkdir -p ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
BmpUtil.cpp: In function 'int PreLoadBmp(char*, int*, int*)': | |
BmpUtil.cpp:256:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
256 | fread(&FileHeader, sizeof(BMPFileHeader), 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
BmpUtil.cpp:262:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
262 | fread(&InfoHeader, sizeof(BMPInfoHeader), 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
BmpUtil.cpp: In function 'void LoadBmpAsGray(char*, int, ROI, byte*)': | |
BmpUtil.cpp:296:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
296 | fread(&FileHeader, sizeof(BMPFileHeader), 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
BmpUtil.cpp:297:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
297 | fread(&InfoHeader, sizeof(BMPInfoHeader), 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
BmpUtil.cpp:302:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
302 | fread(&b, 1, 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~ | |
BmpUtil.cpp:303:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
303 | fread(&g, 1, 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~ | |
BmpUtil.cpp:304:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] | |
304 | fread(&r, 1, 1, fh); | |
| ~~~~~^~~~~~~~~~~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
[@] cp particles ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/particles' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -o inlinePTX_nvrtc inlinePTX.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lnvrtc | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 -gencode arch=compute_90,code=compute_90 -o threadMigration threadMigration.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lcudart_static | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/sortingNetworks' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/sortingNetworks/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:366: cudaOpenMP.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/cudaOpenMP' | |
make: *** [Makefile:45: Samples/0_Introduction/cudaOpenMP/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
nvcc warning : The 'compute_35', 'compute_37', 'sm_35', and 'sm_37' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: convolutionTexture.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/convolutionTexture' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/convolutionTexture/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/simpleDrvRuntime' | |
make[1]: *** [Makefile:393: threadMigration_kernel64.fatbin] Error 255 | |
make: *** [Makefile:45: Samples/0_Introduction/simpleDrvRuntime/Makefile.ph_build] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:386: matrixMul_kernel64.fatbin] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: simpleMultiGPU.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/simpleMultiGPU' | |
make: *** [Makefile:45: Samples/0_Introduction/simpleMultiGPU/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:411: streamOrderedAllocationIPC.o] Error 255 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/streamOrderedAllocationIPC' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/streamOrderedAllocationIPC/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/matrixMulDrv' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make: *** [Makefile:45: Samples/0_Introduction/matrixMulDrv/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:327: scan.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/scan' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/scan/Makefile.ph_build] Error 2 | |
mkdir -p ../../../bin/x86_64/linux/release | |
cp cuHook ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
mkdir -p ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:349: radixSortThrust.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/radixSortThrust' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/radixSortThrust/Makefile.ph_build] Error 2 | |
cp libcuhook.so.1 ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/cuHook' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -o vectorAdd_nvrtc vectorAdd.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lnvrtc | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:329: piestimator.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiP' | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/MC_EstimatePiP/Makefile.ph_build] Error 2 | |
make[1]: *** [Makefile:358: reduction_kernel.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:329: piestimator.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
mkdir -p ../../../bin/x86_64/linux/release | |
cp inlinePTX_nvrtc ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/inlinePTX_nvrtc' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:329: piestimator.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
mkdir -p ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
cp threadMigration ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/threadMigration' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/threadMigration/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
mkdir -p ../../../bin/x86_64/linux/release | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
cp vectorAdd_nvrtc ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/vectorAdd_nvrtc' | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -o simpleAssert_nvrtc simpleAssert.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lnvrtc | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:324: convolutionSeparable.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:329: pricingengine.o] Error 255 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/MC_SingleAsianOptionP/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/bin/nvcc -ccbin g++ -m64 -o clock_nvrtc clock.o -L/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/lib64/stubs -lcuda -lnvrtc | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/reduction' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/reduction/Makefile.ph_build] Error 2 | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
nvcc warning : incompatible redefinition for option 'compiler-bindir', the last value of this option was used | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:330: dct8x8.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
In file included from /nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/cuda_runtime.h:83, | |
from <command-line>: | |
/nix/store/2n78frcjx7wh2f05aq6hzg1silx2xadl-cudatoolkit-11.8.0/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
132 | #error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. | |
| ^~~~~ | |
make[1]: *** [Makefile:329: piestimator.o] Error 255 | |
make[1]: *** Waiting for unfinished jobs.... | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineP/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/MC_EstimatePiInlineQ/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/MC_EstimatePiQ' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/MC_EstimatePiQ/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/convolutionSeparable' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/convolutionSeparable/Makefile.ph_build] Error 2 | |
make[1]: Leaving directory '/build/source/Samples/2_Concepts_and_Techniques/dct8x8' | |
make: *** [Makefile:45: Samples/2_Concepts_and_Techniques/dct8x8/Makefile.ph_build] Error 2 | |
mkdir -p ../../../bin/x86_64/linux/release | |
cp simpleAssert_nvrtc ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/simpleAssert_nvrtc' | |
mkdir -p ../../../bin/x86_64/linux/release | |
cp clock_nvrtc ../../../bin/x86_64/linux/release | |
make[1]: Leaving directory '/build/source/Samples/0_Introduction/clock_nvrtc'Thanks @GaetanLepage! Could you share the log? cuda-samples built locally for me, and I'd like to review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment