But if I try to swtich render view, blender refuses and gives me this error on terminal
**> /usr/local/cuda/bin/…/targets/x86_64-linux/include/crt/host_config.h:139:2: virhe:
#error
– unsupported GNU version! gcc versions later than 10 are not supported! The nvcc flag ‘-allow-unsupported-compiler’ can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
**> 139 |
#error
– unsupported GNU version! gcc versions later than 10 are not supported! The nvcc flag ‘-allow-unsupported-compiler’ can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
**> | ^~~~~
**> Failed to execute compilation command, see console for details.
**> Refer to the Cycles GPU rendering documentation for possible solutions:
**>
GPU Rendering — Blender Manual
I don’t really understand what any of this stuff means. Is there any simple fix for this?
Flatpak version works fine, but if I’m on a distro that has lates blender version in it’s repos I would like to use that first.
suspikuutti:
**> /usr/local/cuda/bin/…/targets/x86_64-linux/include/crt/host_config.h:139:2: virhe:
#error
– unsupported GNU version! gcc versions later than 10 are not supported! The nvcc flag ‘-allow-unsupported-compiler’ can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
**> 139 |
#error
– unsupported GNU version! gcc versions later than 10 are not supported! The nvcc flag ‘-allow-unsupported-compiler’ can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
**> | ^~~~~
**> Failed to execute compilation command, see console for details.
**> Refer to the Cycles GPU rendering documentation for possible solutions:
**>
GPU Rendering — Blender Manual
I don’t really understand what any of this stuff means. Is there any simple fix for this?
Hi, the error message looks like that the GNU Compiler Collection (gcc) versions above 10 are not supported. gcc 10 was used in Fedora 32 and 33. Now Fedora 34 uses version 11.
http://gcc.gnu.org/
Searching the web it looks like it is possible to install another gcc version alongside.