分类:
2010-05-18 18:48:19
如果选择 Build BusyBox as a static binary (no shared libs) 方式进行编译时,所需的库已经与程序静态地链接在一起,这些程序不需要额外的库就可以单独运行,但是自己编写的程序在文件系统上运行必须采用静态编译,否则会报诸如:bin/sh: hello :not found的错误。
静态编译如:
arm-linux-gcc –static hello.c –o hello
在开发板上直接./hello,
但是遇到了Illegal instruction
%B9%C2%D3%B0%C6%AE%C1%E3xx/blog/item/839f018133db12dd9023d9b4.html