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?感謝!