Where do I put ncurses for ARM cross-compilation?

Ben Giddings ben@thingmagic.com
Fri May 30 23:49:00 GMT 2003


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?

Ben




More information about the Gdb mailing list