1.情景:

 编译busybox时加了make CROSS_COMPILE=arm-linux-,但是还是出现了此情况!

 

2.解决方案如下:

配置busybox时,在配置中发现busybox setting->build options->

在cross compile prefix中写入arm-linux-,重新make,make install  就可以了

相关文章:

  • 2021-10-22
  • 2021-07-21
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-08-30
  • 2021-07-07
  • 2022-02-18
相关资源
相似解决方案