This is the mail archive of the gdb@sourceware.org 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]

build a canadian cross gdb


servus,

for some time i try to build a canadian cross gdb for myself.
the setup is linux mint, i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) & build=i686-linux-gnu, host=i586-mingw32msvc, target=arm-elf.
problem is, that the build process produces a windows executable *gdb.exe file, but remote connection to open on-chip debugger (openocd; http://openocd.berlios.de/web/) fails in a way that openocd crashes.

my assumption is, that there are inconsistencies regarding to tui (text user interface). this is because of 'make all' messages

>>> snip begin
checking termcap.h usability... no
checking termcap.h presence... no
checking for termcap.h... no

checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no 
checking which library has the termcap functions... using gnutermcap

configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... (cached) none required

checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking cursesX.h usability... no
checking cursesX.h presence... no
checking for cursesX.h... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
checking ncurses/term.h usability... no
checking ncurses/term.h presence... no
checking for ncurses/term.h... no
checking for term.h... no
>>> snip end

can anyone of you give me some hints?
how to integrate 'termcap' and/or 'ncurses' into mingw? in synaptic i've found no possibility. and a simple copy&paste of 'termcap.h' and 'libtermcap.a' (http://ftp.gnu.org/gnu/termcap/) into mingw include and lib directory wasn't sucessfully, too.

many thanks and greetz,
daniel
________________________________________________________________
Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/

Attachment: buildlogs.tar.bz2
Description: BZip2 compressed data


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