移植linux到mini2440开发板上,内核版本是2.6.32.2
rootfs使用了nfs挂接。可以正常启动,系统一切命令也都运行正常,但是发现无法运行当前目录下的程序
[tekkaman@~]$ls -l
-rwxrwxrwx 1 tekkaman tekkaman 82831 Aug 19 2012 icons
icons是我的程序名
当前目录正确:
[tekkaman@~]$pwd
/home/tekkaman
然后运行,命令是
./icons
。
。
。
结果是:
[tekkaman@~]$./icons
-sh: ./icons: not found
。
。
。
在PC上用file命令查看此文件结果如下:
icons: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, not stripped
另外,别的目录也都不行,包括/tslib/bin下的ts_calibrate
有人碰到过这个问题吗?求解!!!