$ arm-linux-gcc -o hello hello.c
./../lib/gcc-lib/arm-linux/3.2.1/../../../../arm-linux/bin/ld: warning: ld-linux
.so.2, needed by /usr/seedling/lib/libc.so.6, not found (try using -rpath or -rp
ath-link)
/usr/seedling/lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'
/usr/seedling/lib/libc.so.6: undefined reference to `_dl_dst_substitute@GLIBC_2.
1.1'
/usr/seedling/lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2
'
/usr/seedling/lib/libc.so.6: undefined reference to `_dl_relocate_object@GLIBC_2
.0'
....................................后面都是类似的提示