-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[build error] segmental fault Failed to produce item UnrealEngine_4.17/Engine/Binaries/Linux/libUE4Editor-SlateCore.so #29
Comments
I found that this is describe in #17 by @NikolausDemmel. what I did add a new user name carla. |
All the nice docs here ! https://github.com/carla-simulator/carla/tree/master/Docs |
This is a common mistake, this file is generated while running the CARLA's Setup.sh script (it is generated by the Protobuf compiler). If you just want to regenerate this file afterwards you can run "./Util/Protoc.sh", but note that this requires the Setup.sh to have succeeded compiling protobuf.
They are also available with nicer format at http://carla.readthedocs.io ;) |
@nsubiron Now stock at part ./Rebuild.sh , It shows cannot allocate swap memory. This issue is too specific maybe related to ma hardware. Will check it out first. Anyway, thanks! Awesome work ;P |
I'm getting the same error as in the issue description, and I'm seeing these problems while running:
And this at the end:
I use Docker and the instructions provided here by @NikolausDemmel: |
Hello, |
The main issue:
[1/347] Link libUE4Editor-SlateCore.so
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: linker command failed due to signal (use -v to see invocation)
ERROR: UBT ERROR: Failed to produce item: /home/user/UnrealEngine_4.17/Engine/Binaries/Linux/libUE4Editor-SlateCore.so
Total build time: 27.23 seconds (Local executor: 0.00 seconds)
Makefile:183: recipe for target 'UE4Editor' failed
Hi, thanks to be so kind make this awesome simulator available.
I wonder someone fall into the same issue for building up Unreal engine.
Mine environment is clang 3.9.1; quite confirm start from a clean ubuntu 16.04.2 .
Hardware details: intel i7 with 12GB ram.
Graphic card:
Asus ROG STRIX-GTX1080Ti-011G-Gaming
(Nvidia GTX1080ti)
mother board:GIGABYTE-GA-X58A-UD3R v2.(2010)
environment: ubuntu16.04.2
Thank you in advance.
The text was updated successfully, but these errors were encountered: