pi@raspberrypi:~/godot $ scons -j8 platform=x11 scons: Reading SConscript files ... Platform "x11" has been renamed to "linuxbsd" in Godot 4.0. Building for platform "linuxbsd". Enabling ALSA Enabling PulseAudio Detected GCC 8 version < 8.4, which is not supported due to a regression in its C++17 guaranteed copy elision support. Use a newer GCC version, or Clang 6 or later by passing "use_llvm=yes" to the SCons command line.
This is my error. I have gcc 10.1.0 installed in opt/gcc-10.1.0. Why does it not recognize it? How can i change the gcc version? WHat does it mean by "passing "use_llvm=yes" to the SCons command line."? I typed in "use_llvm=yes" to the terminal, and I still have the same problem. WHat should i do?