[Buildroot] Busybox Mips
From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2012-08-26 07:12:30
quoted
quoted
quoted
quoted
"Francisco" == Francisco Prado [off-list ref] writes:
Francisco> Thanks Peter Korsgaard!! Francisco> There's your version of buildroot 8.2011 containing the Francisco> proper Busybox. Already compiled. In the output folder / Francisco> build / busybox find two binaries: busybox and Francisco> busybox_unstripped. Which one should I use? busybox, but buildroot already copies it to your target /bin/busybox so you don't have to copy anything manually. Francisco> Which settings should I select for the binary function Francisco> properly in a custom Android ROM 4.0.3? Very very thanks. Wait, you cannot expect to take a (dynamically linked) binary from buildroot and run it on Android. If you want to build busybox for Android then I suggest you build it by hand using the Android cross compiler. You CAN do it with buildroot as well if you link statically (Build options->prefer static libraries), but it's not really meant to be used like that. -- Bye, Peter Korsgaard