GCC_NO_EXECUTABLES

Daniel Jacobowitz drow@false.org
Tue Nov 14 13:52:00 GMT 2006


On Tue, Nov 14, 2006 at 09:05:07AM +0000, Tom Kirkpatrick wrote:
> Hi,
> 
> I'm trying to cross-compile gdb 6.4 for an x86 target but do not seem  
> to be able to get past configuration, which dies with the following:
> 
> | NOTE: make SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc  
> utils

Just use make all-gdb.  You've omitted your configure line which is
more likely to be the problem.  If you're getting a GCC_NO_EXECUTABLES
error, then configure tried to use $CC to link a test program and
failed.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list