跨平台仿真arm文件,运行时报错:/lib/ld-linux-armhf.so.3: No such file or directory

 编译的时候:

错误编译:arm-linux-gnueabihf-gcc -o poc poc.c

正确编译:arm-linux-gnueabihf-gcc -static -o poc poc.c

然后一切正常。

参考链接:https://blog.csdn.net/qq_37887537/article/details/81196168

跨平台仿真arm文件,运行时报错:/lib/ld-linux-armhf.so.3: No such file or directory

相关文章:

  • 2021-07-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-02-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-08-29
  • 2021-08-13
相关资源
相似解决方案