==========================================================================================


arm-linux  bin  include  info  lib  libexec  man  share
root@ubuntu:~/usr# cd arm-linux
root@ubuntu:~/usr/arm-linux# ls
bin  etc  include  info  lib  libexec  sbin  share  sys-include
root@ubuntu:~/usr/arm-linux# cd bin
root@ubuntu:~/usr/arm-linux/bin# ls
ar   catchsegv  gencat   glibcbug  ldd        mtrace         ranlib  strip
as   g++        getconf  iconv     locale     nm             rpcgen  tzselect
c++  gcc        getent   ld        localedef  pcprofiledump  sprof   xtrace
root@ubuntu:~/usr/arm-linux/bin# arm-linux-gcc --version
arm-linux-gcc: command not found
root@ubuntu:~/usr/arm-linux/bin# cd
root@ubuntu:~# ls
usr
root@ubuntu:~# cd usr
root@ubuntu:~/usr# ls
arm-linux  bin  include  info  lib  libexec  man  share
root@ubuntu:~/usr# cd info
root@ubuntu:~/usr/info# ls
as.info        configure.info     dir              gccint.info
bfd.info       cpp.info           gcc.info         ld.info
binutils.info  cppinternals.info  gccinstall.info  standards.info
root@ubuntu:~/usr/info# cd
root@ubuntu:~# ls
usr
root@ubuntu:~# cd usr
root@ubuntu:~/usr# ls
arm-linux  bin  include  info  lib  libexec  man  share
root@ubuntu:~/usr# cd arm-linux
root@ubuntu:~/usr/arm-linux# ls
bin  etc  include  info  lib  libexec  sbin  share  sys-include
root@ubuntu:~/usr/arm-linux# arm-linux-gcc --version
arm-linux-gcc: command not found


===========================================================================================


이런식으로 버전확인이 되 질 않습니다....


참고로 우분투 11.10 버전을 사용하고 있습니다.