How to cross-compile "busybox" for aarch64 ARM architecture

Christophe LEROY christophe.leroy at c-s.fr
Tue Sep 4 09:58:59 UTC 2018



Le 04/09/2018 à 11:35, Mohammed Bey Ahmed Khernache a écrit :
> Hello,
> I am using ADB to communicate with a Snapdragon 810 board which is 
> equipped with Android OS. ADB is very limited in terms of commands it 
> proposes. Therefore, I would like to use "busybox" utility to be able to 
> run Linux commands on Android.
> When I run "make menuconfig", I am not able to check "cross compilation".
> Is there a way to compile "busybox" for *aarch64 *ARM architecture?

To cross compile on powerpc I do the following in order to compile with 
ppc-linux-gcc:

make ARCH=powerpc CROSS_COMPILE=ppc-linux-

You should probably be able to do something similar for your architecture.

Christophe

> 
> Thank you in advance.
> Best regards
> 
> 
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
> 


More information about the busybox mailing list