From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 26 Aug 2012 09:12:30 +0200 Subject: [Buildroot] Busybox Mips In-Reply-To: (Francisco Prado's message of "Sat, 25 Aug 2012 21:22:39 -0300") References: <876286rdlp.fsf@macbook.be.48ers.dk> Message-ID: <871uiuqg81.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Francisco" == Francisco Prado 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