Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Modi Banti" <b.modi@sssup.it>
To: gdb@sources.redhat.com
Subject: probelms with building gdb-6.1.1
Date: Thu, 17 Jun 2004 23:37:00 -0000	[thread overview]
Message-ID: <web-4454466@sssup.it> (raw)


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


             reply	other threads:[~2004-06-17 23:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-17 23:37 Modi Banti [this message]
2004-06-18  0:59 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=web-4454466@sssup.it \
    --to=b.modi@sssup.it \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox