Hi,
busybox的编译方法,你可以参考网上的方法,网上分享的方法有很多,比如这个:
https://blog.csdn.net/u011774239/article/details/50916288
但是,编译工具链最好使用NXP提供的。
1. 根据i.MX_Linux_Users_Guide.pdf中的standalone一章,讲解的方法导出 toolchain. 并安装到/opt目录中。
standalone一章是:How to build U-Boot and Kernel in standalone environment
2. 编译前,指定工具链和CPU架构,下面是个例子:
# source /opt/fsl-imx-xwayland//environment-setup-aarch64-poky-linux
# export ARCH=arm64
然后,开始编译您的busybox.
Hope this information is helpful to you.
Have a nice day!
B.R
Weidong