~~一个很不知道错在哪里的问题
我编译了内核与文件系统后成功下载后
我将我交叉编译的hello,led测试程序,key测试程序下载到/usr/bin中不能运行:其现象如下:
[root@YWW-2440 bin]#cp /mnt/nfs/hello /usr/bin
[root@YWW-2440 bin]#ls
[ diff id nc setkeycodes tr
[[ dirname ifplugd nmeter setsid traceroute
ar dos2unix install nohup setuidgid tty
arping du ipcrm nslookup sha1sum ttysize
awk dumpleases ipcs od sha256sum udpsvd
basename eject kbd_mode openvt sha512sum unexpand
beep env key_test passwd showkey uniq
bunzip2 envdir killall patch softlimit unix2dos
bzcat envuidgid killall5 pgrep sort unlzma
bzip2 ether-wake last pkill split unlzop
cal expand led printf strings unzip
chat expr length pscan sum uptime
chpst fdformat less readahead sv uudecode
chrt find logger readlink tac uuencode
chvt fold logname realpath tail vlock
cksum free lpq renice tcpsvd volname
clear ftpget lpr reset tee vsftpd
cmp ftpput lzmacat resize telnet wc
comm fuser lzopcat rtcwake test wget
crontab hd md5sum runsv tftp which
cryptpw head mesg runsvdir tftpd who
cut hello microcom rx time whoami
dc hexdump mkfifo script timeout xargs
deallocvt hostid mkpasswd seq top yes
[root@YWW-2440 bin]#hello
-bin/sh: hello: not found
[root@YWW-2440 bin]#./hello
-bin/sh: ./hello: not found
但是运行/usr/bin下的其他命令却可以。能够用telnet命令到我自己的电脑。
这是怎么回事呢???