嵌入式学习小组
直播中

张旭

7年用户 995经验值
私信 关注

交叉编译问题求解

在主机上通过arm-fsl-linux-gnueabi-gcc -o hello hello.c,通过FTP传到板子上运行,也有chmod,但是提示segmatation default;后来直接arm-fsl-linux-gnueabi-gcc hello.c,生成的a.out到板子上运行竟然可以。这是什么原因呢。

hello.c只是普通的打印函数,代码见下:

#include

int main(int argc,char **argv)

{

   printf("hello.world!rn");

   return 0;

}

回帖(1)

刘玉华

2022-11-30 14:42:42
建议您看一下两个编译指令的使用区别
举报

更多回帖

发帖
×
20
完善资料,
赚取积分