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]

Re: Where do I put ncurses for ARM cross-compilation?


On Fri, May 30, 2003 at 07:18:14PM -0400, Ben Giddings wrote:
> Hi there,
> 
> I'm trying to cross-compile GDB to be hosted on an arm processor, but
> configure complains it can't find a "term library", so I googled around
> and found that people recommend I cross-compile ncurses and use that.
> 
> I managed to cross-compile ncurses, although there were errors in the
> ADA bindings (which I don't plan to use, but couldn't find a way to
> avoid building)
> 
> So... now what?  Where do I put the ncurses libraries so that the GDB
> configure can find them?  Also, will "make" alone build both gdb and
> gdbserver?  Although I want to run GDB on the host, I also might want to
> run the server later.

That's a problem with your cross compiler, not with GDB.  But probably
it's wherever you put your C library so that GCC could find that.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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