Problems Compiling Busybox


jose1711

Member
Joined
Apr 27, 2007
Messages
71
Age
42
Location
Slovakia
Website
Visit site
hello, i used devkitGP2X for linux to build the latest busybox. after running i get this error though:
CODE

./busybox: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./busybox)
./busybox: /lib/libc.so.6: version `GLIBC_2.3.4' not found (required by ./busybox)


Indeed, libc on gp2x is of version 2.2.5 but I was not able to use older version for creating gp2x toolchain. Can you help please? Thanks. Jozef
 
Static linking will let you run it.

If you need dynamic linking, your toolkit needs to use the old libraries, or use the open2x firmware and toolkit to get compatible libraries.
 
Parkydr said:
Static linking will let you run it.

If you need dynamic linking, your toolkit needs to use the old libraries, or use the open2x firmware and toolkit to get compatible libraries.
Thank you!
 
Last edited by a moderator:
Back
Top