在RN 运行时,出现问题 

 

在解决这个问题时,

./configure

编译不了 报错,

configure: error: cannot run C compiled programs

解决办法:

需要使用--host参数来选择目标环境。

在交叉编译arm板上时,使用--host=arm

./configure --host=arm

解决问题, 来源:https://blog.csdn.net/llljjlj/article/details/101540888

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-11-02
  • 2021-09-15
  • 2021-09-25
猜你喜欢
  • 2021-09-05
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2022-01-10
  • 2021-12-03
  • 2021-05-16
相关资源
相似解决方案