20191211
今天发现一个问题,在Linux ubuntu2018043 Atotool 生成的Makefile 当我在make 指令之后生成的可执行文件 如 “hello” 是可以在Linux 上运行的。运行指令 : ./hello ; 屏幕显示 hello world! (函数的输出)。
linux_ubunto Autotool 生成的文件可在Linux上执行 but arm-linux-gcc 编译出的文件不能在Linux上执行

但是用 arm-Linux-gcc -g hello.c -o hello 生成的可执行文件hello在Linux上不可以执行。
linux_ubunto Autotool 生成的文件可在Linux上执行 but arm-linux-gcc 编译出的文件不能在Linux上执行

相关文章:

  • 2021-09-05
  • 2021-06-22
  • 2021-12-17
  • 2021-11-17
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-11
  • 2022-12-23
  • 2021-09-04
  • 2021-05-12
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案