yifenqian 发表于 2004-11-9 21:16:56

我在安安装skyeye的时候出错,好像是gdb的问题,高手帮

/home/zhouheng/skyeye/gdb/arm-tdep.c:2520: undefined reference to `get_arm_regnames'
libgdb.a(arm-tdep.o)(.text+0x23a6):/home/zhouheng/skyeye/gdb/arm-tdep.c:2543: undefined reference to `set_arm_regname_option'
libgdb.a(arm-tdep.o)(.text+0x23d9):/home/zhouheng/skyeye/gdb/arm-tdep.c:2523: undefined reference to `get_arm_regnames'
libgdb.a(arm-tdep.o)(.text+0x2c69): In function `_initialize_arm_tdep':
/home/zhouheng/skyeye/gdb/arm-tdep.c:3070: undefined reference to `get_arm_regname_num_options'
libgdb.a(arm-tdep.o)(.text+0x2c7a):/home/zhouheng/skyeye/gdb/arm-tdep.c:3073: undefined reference to `parse_arm_disassembler_option'
libgdb.a(arm-tdep.o)(.text+0x2cce):/home/zhouheng/skyeye/gdb/arm-tdep.c:3084: undefined reference to `get_arm_regnames'
libgdb.a(arm-tdep.o)(.text+0x2d3d):/home/zhouheng/skyeye/gdb/arm-tdep.c:3095: undefined reference to `set_arm_regname_option'
libgdb.a(arm-tdep.o)(.text+0x1f2f): In function `gdb_print_insn_arm':
/home/zhouheng/skyeye/gdb/arm-tdep.c:2154: undefined reference to `print_insn_big_arm'
libgdb.a(arm-tdep.o)(.text+0x1f41):/home/zhouheng/skyeye/gdb/arm-tdep.c:2156: undefined reference to `print_insn_little_arm'
collect2: ld returned 1 exit status
make: *** Error 1
make: Leaving directory `/home/zhouheng/skyeye/gdb'
make: *** Error 2

chyyuu 发表于 2004-11-12 17:58:04

请把你的第一步configure命令和执行结果显示出来,并把你的第二步和执行的结果显示出来。
你的skyeye的版本是多少?

verdure 发表于 2004-11-14 14:49:54

估计 你直接./configure了吧 没加任何参数
页: [1]
查看完整版本: 我在安安装skyeye的时候出错,好像是gdb的问题,高手帮