Armhf version for Wheezy/kernel 3.4? - 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: Armhf version for Wheezy/kernel 3.4? (/thread-1716.html) |
Armhf version for Wheezy/kernel 3.4? - jenskh - 01-09-2015 MCServer fail on Allwinner a10 device. I am trying to installa MCserver on a MK802 AllWinner A10 device. I have no success. The OS onthe MK802 is debian Wheezy with kernel 3.4. When i try the prebuild armhf MCServer from build.cuberite.org it failes because my libstdc++.so is to old When i try to compile i get an error because i use an to old version (4.6) of gcc. I can get the old prebuild versions old MCServer the 1.6.2 protocoil version to run. Is it possible that somebody could compile a armhf version of MCServer 1.8 protocol that could run on debian wheeze kernel 3.4? Otherwise could somebody help me to compile newest MCServer on my WQheezy/kernel 3.4 combination? My device runs the "minimal server image for A10" from this page: https://romanrm.net/a10/debian RE: Armhf version for Wheezy/kernel 3.4? - xoft - 01-09-2015 Can you try to upgrade your gcc? Code: sudo apt-get install gcc-4.8 g++-4.8 RE: Armhf version for Wheezy/kernel 3.4? - jenskh - 01-09-2015 Thank you but gcc-4.8 is not avalaible under Wheezy armhf. It is only available under jessie. I have tried to upgrade rootfs to jessie but i do not have a kernel that is supported under jessie. The newest available kernel is 3.4.xx. So I am kind of stuck here.... RE: Armhf version for Wheezy/kernel 3.4? - tigerw - 01-10-2015 Perhaps try this Stackoverflow answer? |