Server error SIGABRT RPI2 - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Server error SIGABRT RPI2 (/thread-1809.html) |
Server error SIGABRT RPI2 - mjuezath - 02-28-2015 Hi, i am trying to run a server in my Raspberry PI 2b (i am using Arch Linux). I downloaded latest precompiled version, but when i start the server, it crashes. This is my console log. Thanks! Code: [10:14:30] --- Started Log --- RE: Server error SIGABRT RPI2 - worktycho - 02-28-2015 The raspberry pi build is aimed at the pi 1 which uses an ARMv6 processor. The pi 2 uses an ARMv7 processor which has proved in practise to not be backwards compatible to the ARMv6 processors. So the pre-built pi build does not work on pi twos. The current recommendation is that you build the server yourself. Edit: ARMv6 and v7 not v7 and v9. RE: Server error SIGABRT RPI2 - DiamondToaster - 03-01-2015 Wait, isn't the RPi1 ARMv6 and the RPI ARMv7? RE: Server error SIGABRT RPI2 - mjuezath - 03-01-2015 (02-28-2015, 10:09 PM)worktycho Wrote: The raspberry pi build is aimed at the pi 1 which uses an ARMv7 processor. The pi 2 uses an ARMv9 processor which has proved in practise to not be backwards compatible to the ARMv7 processors. So the pre-built pi build does not work on pi twos. The current recommendation is that you build the server yourself. I thought that ARMv6 (RPI1) and ARMv7 (RPI2) are compatible architectures and both can run the precompiled server without problem. So, I built the server on my RPI from github source, and everything works now. Lot of thanks! RE: Server error SIGABRT RPI2 - worktycho - 03-01-2015 They are in theory. And I suspect that our builds are doing optimisations that break the compatibility, or that there is an OS issue. RE: Server error SIGABRT RPI2 - bearbin - 03-01-2015 I add a dedicated raspberry pi build too soon. |