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 08:34:20PM +0100, Josef Wolf wrote:
> Hello!
> 
> 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.

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

-- 
Daniel Jacobowitz
CodeSourcery


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