页次: 1
请问我运行程序后出现下面的什么问题?
# ./test
-sh: ./test: not found
test 是我写的一个测试程序,就打印一句话。用arm-linux-gnueabi-gcc -o -test test.c编译出来的。
参考这个地方: https://whycan.cn/t_2827.html 解决了。我用buildroot/output/host/bin下面的arm-linux-gcc来编译应用程序没有报错了。
我的u-boot,kernel编译用的gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabi编译的,
而根文件系统是用buildroot编译出来的,它自动下载的编译工具在buildroot/output/host/bin这个目录下。所以应用程序也必须要用arm-linux-gcc来编译。
页次: 1