[问题] 请教toolchain编译后的程式不能执行问题?

楼主: awaysu (阿伟苏)   2014-05-08 18:24:33
Dear All,
请教各位
我按照网络上教学下载arm的toolchain以及busybox
(arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2)
最后可以顺利编译且执行busybox
之后我自己写了一个printf的程式然后编译
arm-none-linux-gnueabi-gcc -o hello.out -Wall main.c
没想到在板子执行后却发生
shell@android:/mnt/sdcard/Download/test # ./hello.out
sh: ./hello.out: No such file or directory
可以请教是什么原因吗?
是否有少flag?感谢!
作者: goldie (阿良)   2014-05-08 18:54:00
档案缺乏可执行权限,chmod a+x hello.out
作者: enthos (影斯作业系统)   2014-05-08 20:26:00
arm-none-linux-gnueabi-gcc -static -o hello.out main.c

Links booklink

Contact Us: admin [ a t ] ucptt.com