Insight can't find iwidgets when built outside source directory.
Daniel Jacobowitz
drow@false.org
Mon Mar 19 19:44:00 GMT 2007
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
More information about the Gdb
mailing list