bkacjios / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Modified to run on the PocketGo S30. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
8 stars 3 forks source link

Question: static libs or dynamic libs #2

Closed keiem closed 3 years ago

keiem commented 3 years ago

Dear bkacjios,

I'm trying to build some stuff for my pocketgo S30. When running my builds on the pocketgo, i get the error message my libc lib version is to old.

My question is if you build on a dedicted build environment or do you build with static libs. Or is there another way to avoid the libc error? I'm building on a recent armbian for allwinner H3.

bkacjios commented 3 years ago

I use the build environment that was provided by bittboy. This shouldn't cause any libc errors, since it's the same version they used to build the kernel and their libraries. I don't think they provide any static library files, so I use dynamic.

https://drive.google.com/file/d/1DT1TPZd79jQeNwelKxg8f096tPllSE4a/view

keiem commented 3 years ago

Thanks,

I searched for a official build environment from bittboy, but didn't find it. Thanks for this, I will try it.