Skip to content
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

[Bug]: Linking Error on Raspbian OS Buster with OpenTTD 12.1 #9690

Closed
wg25 opened this issue Nov 11, 2021 · 2 comments
Closed

[Bug]: Linking Error on Raspbian OS Buster with OpenTTD 12.1 #9690

wg25 opened this issue Nov 11, 2021 · 2 comments

Comments

@wg25
Copy link

wg25 commented Nov 11, 2021

Version of OpenTTD

12.1 Linux, Raspbian Buster

Expected result

Fully build of the 12.1 on Raspbian
On the same raspberry pi 3 compiling of 12.0 works with no problems

Actual result

[ 44%] Linking CXX executable openttd
collect2: fatal error: ld terminated with signal 9 [Getötet]
compilation terminated.
make[2]: *** [CMakeFiles/openttd.dir/build.make:6306: openttd] Fehler 1
make[2]: *** Datei „openttd“ wird gelöscht
make[1]: *** [CMakeFiles/Makefile2:1241: CMakeFiles/openttd.dir/all] Fehler 2
make: *** [Makefile:163: all] Fehler 2
root@gamma:~/openttd-12.1/build#

Steps to reproduce

  1. Raspbian Buster on Raspberry Pi 3
  2. cmake .. in build of OpenTTD 12.1
  3. make
@nielsmh
Copy link
Contributor

nielsmh commented Nov 11, 2021

Killed with signal 9? You should check your kernel log, my first suspicion is some kind of Out Of Memory (OOM) error.
Try adding more swap to the system, if you can.

@wg25
Copy link
Author

wg25 commented Nov 11, 2021

Yes, you are absolutly right. My fault. It's working now.

@wg25 wg25 closed this as completed Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants