make的时候
...省略很多的打印信息...
gcc -g -O2 -o gdb main.o libgdb.a rdi-share/libangsd.a ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a -lncurses -lm
../libiberty/libiberty.a `gtk-config --libs` -ldl -rdynamic
rdi-share/libangsd.a(hsys.o)(.text+0xfa5): In function `HandleSysMessage':
/usr/local/uclinux/gdb-5.0/gdb/rdi-share/hsys.c:830: the use of `tmpnam' is dangerous, better use `mkstemp'
rdi-share/libangsd.a(etherdrv.o)(.text+0x35b): In function `EthernetMatch':
/usr/local/uclinux/gdb-5.0/gdb/rdi-share/etherdrv.c:569: undefined reference to `__ctype_tolower'rdi-share/libangsd.a(unixcomm.o)(.text+0x104): In function `Unix_MatchValidSerialDevice':
/usr/local/uclinux/gdb-5.0/gdb/rdi-share/unixcomm.c:180: undefined reference to `__ctype_tolower'rdi-share/libangsd.a(unixcomm.o)(.text+0x4b5): In function `Unix_IsValidParallelDevice':
/usr/local/uclinux/gdb-5.0/gdb/rdi-share/unixcomm.c:389: undefined reference to `__ctype_tolower'collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/usr/src/skyeye/gdb'
make: *** [all-gdb] Error 2