-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error at CMake/LinuxToolchain.cmake:53 (message): Could not find Unreal Engine clang sysroot. #8582
Comments
Can you verify if UE5 is properly built? Try running |
You don't have the correct path in CARLA_UNREAL_ENGINE_PATH. Update the variable to point to where you UE5 resides. It might be in ../UnrealEngine5_carla relative to CARLA's directory. If this path doesn't exist, delete the environment variable from ~/.bashrc and rerun setup. |
It is pretty confusing, because the wrong folder is named CarlaUE5 and the correct folder is named UnrealEngine. We can close this issue now as solved. Thank you for your quick support! |
Hello everyone,
when running this command: sudo -E env GIT_LOCAL_CREDENTIALS=github_username@github_token ./CarlaSetup.sh
I get following error message:
Inside the CarlaSetup.sh the line 113 says:
So whe I run the command of line 113 I get following error:
Does anyone know how to solve this?
CARLA version: 0.10.0 + UE 5.5
Platform/OS: Ubuntu 22.04
Problem you have experienced: Could not find Unreal Engine clang sysroot.
What you expected to happen: The setup should finish without errors
Steps to reproduce:
cd CarlaUE5
sudo -E env GIT_LOCAL_CREDENTIALS=github_username@github_token ./CarlaSetup.sh
The text was updated successfully, but these errors were encountered: