相关网址:
1是库,2是交叉编译链工具
1、https://musl.libc.org/
2、https://github.com/richfelker/musl-cross-make
1、编译方法
root@zgj:~/musl-1.2.2# ls arch compat config.mak configure COPYRIGHT crt dist dynamic.list include INSTALL ldso lib Makefile obj README src tools VERSION WHATSNEW root@zgj:~/musl-1.2.2# make target=arm
2、编译方法
修改config.mak.dist文件,并重命名为config.mak
然后make
生成文件位置在目录
~/musl-cross-make-master/build/local/arm-linux-musleabihf/output