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:49:10PM -0400, Ben Giddings wrote:
> On Fri, 2003-05-30 at 19:23, Daniel Jacobowitz wrote:
> > 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.
> 
> Ok, any hints?  My cross-compilation environment is in /usr/local/armbe,
> I've tried putting it in the obvious places:
> 
> ben@magneto% ls /usr/local/armbe/arm-linux/lib/*curse*
> /usr/local/armbe/arm-linux/lib/libncurses.a
> /usr/local/armbe/arm-linux/lib/libncurses++.a
> /usr/local/armbe/arm-linux/lib/libncurses_g.a
> 
> ben@magneto% ls /usr/local/armbe/lib/*curse*
> /usr/local/armbe/lib/libncurses.a    
> /usr/local/armbe/lib/libncurses++.a
> /usr/local/armbe/lib/libncurses_g.a
> 
> Is there a way to find out where the cross-compilation environment is
> looking, or any other way to try to debug the process?

If that's where libc.a is, it should work.  Try sticking -v options
on the gcc command line to see what -L paths it is giving ld.

-- 
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]