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: GCC_NO_EXECUTABLES


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


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