Cannot install Clang for Unreal Engine 5.0.3

I am using Unreal Engine 5.0.3 on Windows and wanted to cross-compile for Linux. I have installed visual studio & the plugins for Linux, and also downloaded the clang 11.0.0 from Unreal Engine website, but UE5 gives error that it needs clang 13.0.0. The UE website only includes up to clang 11.0.0. Do you know how I would install the newer clang?

All help would be appreciated.

1 Like

https://cdn.unrealengine.com/CrossToolchain_Linux/v20_clang-13.0.1-centos7.exe

https://cdn.unrealengine.com/Toolchain_Linux/native-linux-v20_clang-13.0.1-centos7.tar.gz

Did you maybe look at the 4.27 documentation?

2 Likes

Thanks, it worked great!

1 Like

Hi, L1z4rD89, After install this clang, but I get the same error, where should I set the clang version

Hello,
where did you get this link?
It is not available on the UE Linux-Cross-Compile guide?
I need the v22 toolchain for UE 5.3 but have no idea where to get it.

UPDATE (in case someone might find it useful):
So I still haven’t figured out where the Cross-Compile Toolchain links are posted, but I figured UE5 tells you exactly which one you need in the Platforms>Linux menu.
So using the link above as a reference I replaced some characters and ended up with this link: https://cdn.unrealengine.com/CrossToolchain_Linux/v22_clang-16.0.6-centos7.exe
Which got me exactly what I needed.
UnrealEditor_etAYEFoDf9

1 Like

Hey @Penzich

here are the links you were looking for:

Scroll down to find Getting the Toolchain or Version History

2 Likes

Thank you, the Version History on the second link is exactly what I was looking for.

1 Like

Thanks @Penzich!! I was looking for the .exe file for UE5.3 and I couldn’t find it anywhere.

you are godsend

For those moving onto 5.5. The toolchain can be found here. https://cdn.unrealengine.com/CrossToolchain_Linux/v23_clang-18.1.0-rockylinux8.exe

And any other version should be listed here.

Keep Tuxing!

1 Like