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]

Re: Insight can't find iwidgets when built outside source directory.


On Mon, Mar 19, 2007 at 03:44:17PM -0400, Daniel Jacobowitz wrote:
> On Mon, Mar 19, 2007 at 08:34:20PM +0100, Josef Wolf wrote:

> > I'm trying to build insight-6.6 for cross-debugging.
> I recomment you send mail to the insight@sourceware.org list; they may
> be more able to help you.

Oh.  I thought insight is covered by the gdb project since it is pretty
much woven into gdb.

> >    mkdir build-arm ; \
> >    ( cd build-arm ; \
> >      CC=arm-elf-gcc CFLAGS=foo LDFLAGS=bar ../configure --host=arm-linux ;\
> >      make
> >    )
> >  )
> 
> If all you need is gdbserver here, you can run
> ../gdb/gdbserver/configure.
> 
> Note: that is not general advice.  It applies only to gdbserver, not
> to any other subdirectories of src.

Thanks.

Since I want both, gdb _and_ insight, I'll probably build gdb+gdbserver
from gdb sources, totally avoiding the mentioned problem.  I just thought
it would make sense to fix the real problem.


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