相关网址:

1是库,2是交叉编译链工具

1、https://musl.libc.org/

Musl-libc库编译
2、https://github.com/richfelker/musl-cross-make

Musl-libc库编译

 

 

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

Musl-libc库编译

 

 然后make 

生成文件位置在目录

~/musl-cross-make-master/build/local/arm-linux-musleabihf/output

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-02-23
  • 2022-02-18
猜你喜欢
  • 2021-11-06
  • 2022-01-24
  • 2021-05-04
  • 2022-12-23
  • 2021-11-13
相关资源
相似解决方案