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
12.1 Linux, Raspbian Buster
Fully build of the 12.1 on Raspbian On the same raspberry pi 3 compiling of 12.0 works with no problems
[ 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#
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Yes, you are absolutly right. My fault. It's working now.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: