Overwriting NVCC_CCBIN on build #455
-
Running Fedora 40 with gcc 14 which is unsupported by CUDA It is possible to set a diffrent gcc for nvcc via NVCC_CCBIN env variable which works fine in my personal projects - cpp files are compiled with system gcc and cuda files are compiled with gcc set by NVCC_CCBIN However, building Sunshine this way results in lots of undefined symbols due to gcc set in NVCC_CCBIN being used to compile cpp files as well Is there any way to change this behavior? Haven't worked with CMake much I've also tried overwriting gcc via CC env variable which didn't help |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
I've ended up building gcc 13.2 and using it to build boost and sunshine in order to make it work |
Beta Was this translation helpful? Give feedback.
I've ended up building gcc 13.2 and using it to build boost and sunshine in order to make it work