arm-uclinux 编译器的问题

各位大侠:
      使用arm-elf-gcc 时出现如下错误,
  [root@localhost programe] #arm-elf-gcc -o hello hello.c
/root/bin/arm-uclinux-tool/lib/gcc......./bin/ld.real crt0.o: No such file: 没有那个文件或目录
collect2: ld returned 1 exit status
而使用gcc 却成功,不知为何 ?
[ root@localhost programe]#gcc -o hello hello.c
    help!