ok6410 linux hello word程序为啥运行不了??
Ubuntu 下 用 arm-linux-gcc-o hello6410a hello6410.c编译程序:
hello6410.c
#include <stdio.h>
void main()
{
printf("hello 6410 arm\r\n");
}
得到可执行程序 hello6410a拷贝到SD卡,然后把SD卡插入ok6410开发板
在开发板的串口终端中输入 ./hello6410a 不能正确运行,如下,这是什么原因呢????
# ./hello6410a
-/bin/sh: ./hello6410a: not found
#
页:
[1]