-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Compilation Error: "Can't link to the standard math library" with Eigen on Ubuntu 24.04 #8686
Comments
Same error when trying to run on Ubuntu 24.04 |
|
Hi, |
Btw please share logs using markdown or as separate files. Otherwise formatting breaks and you could also potentially mass ping random users, which has happened a couple of times. |
Regarding the UE5 compilation issue you mentioned, I plan to attempt a manual compilation again tonight according to your guidance and will pay attention to any situations that may arise. |
I manually executed the UE5 build, but the error still occurs when I try again. |
I'm also using Ubuntu 24.04 and I arrived at the same issue. First attempt simply running CarlaSetup.sh got to the "make" stage of the build where it tries to compile UnrealEngine_carla. It fails to compile around these Modules:
Until it crashed around [2895/4247]. After a while I tried building UnrealEngine_carla separately and got the same error again (surprise) but this time I read somewhere that that I should just rerun the .../UnrealEngine_carla: "make" and magically it seemed to have resolved itself. Of course I have no idea if this is related to the issue - however when trying to run .../CarlaUE5: CarlaSetup.sh afterwards it fails at:
And trying to manually run:
Lands me in the same error. I'd much appreciate some help with this. |
env info
Operating System: Ubuntu 24.04.2 LTS
Kernel Version: 6.11.0-061100-generic
Conda Environment:
Carla Version: Carla 0.10.0
GPU Driver: NVIDIA GeForce RTX 4060 Ti cuda12.6 Driver Version: 560.35.05
Compiler Version: gcc version 14.2.0
cmake version: 3.28.3
Can't link to the standard math library. Please report to the Eigen developers, telling them about your platform.
compile script:
Reproduction Steps
Full Error Log
The text was updated successfully, but these errors were encountered: