This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

probelms with building gdb-6.1.1



Hi all,


I am trying to build gdb-6.1.1. I confiured it as

./configure --target=arm-elf --prefix=$HOME/ARM7

and then make all install

I am getting following errors- can anybody please tell me how to get around this? I think I am missing some prequisite Library. does anybody any idea about this? and from where can i get this?

Thanks and regards,
Banti



libgdb.a(tui.o)(.text+0x64c): In function `tui_enable':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui.c:377: undefined reference to `initscr32'
libgdb.a(tui-io.o)(.text+0x154): In function `tui_puts':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:176: undefined reference to `w32addch'
libgdb.a(tui-io.o)(.text+0x17c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:181: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x18c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:181: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0x268): In function `tui_redisplay_readline':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:225: undefined reference to `w32addch'
libgdb.a(tui-io.o)(.text+0x270):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:226: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x27c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:226: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0x310):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:243: undefined reference to `w32addch'
libgdb.a(tui-io.o)(.text+0x340):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:244: undefined reference to `w32addch'
libgdb.a(tui-io.o)(.text+0x354):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:255: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x35c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:255: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0x394):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:261: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x3a4):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:261: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0x404):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:252: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x414):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:252: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0x434):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:238: undefined reference to `getcury'
libgdb.a(tui-io.o)(.text+0x440):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:238: undefined reference to `getcurx'
libgdb.a(tui-io.o)(.text+0xd7c): In function `tui_getc':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:676: undefined reference to `w32addch'
libgdb.a(tui-regs.o)(.text+0xa1c): In function `tui_display_register':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-regs.c:534: undefined reference to `w32addch'
libgdb.a(tui-win.o)(.text+0x118): In function `tui_update_variables':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:266: undefined reference to `acs32map'
libgdb.a(tui-win.o)(.text+0x140):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:269: undefined reference to `acs32map'
libgdb.a(tui-win.o)(.text+0x168):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:272: undefined reference to `acs32map'
libgdb.a(tui-win.o)(.text+0x190):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:275: undefined reference to `acs32map'
libgdb.a(tui-win.o)(.text+0x1bc):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:278: undefined reference to `acs32map'
libgdb.a(tui-win.o)(.text+0x1c0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:278: more undefined references to `acs32map' follow
libgdb.a(tui-wingeneral.o)(.text+0xf4): In function `box_win':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-wingeneral.c:96: undefined reference to `w32attron'
libgdb.a(tui-wingeneral.o)(.text+0x15c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-wingeneral.c:103: undefined reference to `w32attroff'
libgdb.a(tui-winsource.o)(.text+0x488): In function `tui_show_source_line':
/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:274: undefined reference to `getcury'
libgdb.a(tui-winsource.o)(.text+0x490):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:274: undefined reference to `getcurx'
libgdb.a(tui-winsource.o)(.text+0x4b0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:277: undefined reference to `w32addch'
libgdb.a(tui-winsource.o)(.text+0x4b8):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:278: undefined reference to `getcury'
libgdb.a(tui-winsource.o)(.text+0x4c0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:278: undefined reference to `getcurx'
libgdb.a(tui-winsource.o)(.text+0x4e0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:271: undefined reference to `w32attroff'
libgdb.a(tui-winsource.o)(.text+0x4ec):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:266: undefined reference to `w32attron'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/users/students/tesi10/gdb-6.1.1/gdb'
make: *** [all-gdb] Error 2



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]