Could not determine the version of compiler

“Could not determine the version of compiler Not registering Linux Toolchain.”

Pls how to fix this?

I was running GenerateProjectFiles.bat, and i saw this as output. I wanted to compile UE with Toolchain to be able crosscompile for linux.

Btw i also saw this message when i was running some C++ game in Visual Studio Console.

(Windows 8)

Thx

Make sure that clang++.exe from the toolchain can be found at %LINUX_ROOT%\bin\clang++.exe (i.e. your LINUX_ROOT variable should contain an absolute path to toolchains’ “toolchain” directory).

ah ok, i will check it. thank you!

i am stupid, the variable %LINUX_ROOT% didnt match my folder name. thank you very much again

Glad it’s solved. Have fun! :slight_smile:

I have the same problem, my paths are correct any ideas?

Hello, I also had the same problem, and installing clang-3.5 package fixed the problem.

(apt-get install clang3.5 for Debian)

Also see this post :