avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-chat] Argh it happened again: compiler cannot create executables


From: Rick Mann
Subject: [avr-chat] Argh it happened again: compiler cannot create executables
Date: Tue, 25 Apr 2006 01:21:51 -0700

I'm re-building the AVR toolchain because I just got a new MacBook Pro. Building gcc 4.1 (I successfully built 4.0.x before), I'm getting this error again:

checking for C compiler default output file name... configure: error: C compiler cannot create executables


Can anyone suggest anything? I don't remember how I got past this last time. I've included config.log below. Thanks!







This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:600: checking host system type
configure:621: checking target system type
configure:639: checking build system type
configure:694: checking for a BSD compatible install
configure:747: checking whether ln works
configure:771: checking whether ln -s works
configure:1825: checking for gcc
configure:1938: checking whether the C compiler (gcc  ) works
configure:1954: gcc -o conftest    conftest.c  1>&5
configure:1980: checking whether the C compiler (gcc ) is a cross- compiler
configure:1985: checking whether we are using GNU C
configure:1994: gcc -E conftest.c
configure:2013: checking whether gcc accepts -g
configure:2080: checking for gnatbind
configure:2145: checking whether compiler driver understands Ada
configure:2177: checking how to compare bootstrapped objects
configure:2275: checking for correct version of gmp.h
configure:2288: gcc -c -g -O2   conftest.c 1>&5
configure:2278:17: error: gmp.h: No such file or directory
configure: In function 'main':
configure:2282: error: 'choke' undeclared (first use in this function)
configure:2282: error: (Each undeclared identifier is reported only once
configure:2282: error: for each function it appears in.)
configure:2282: error: parse error before 'me'
configure: failed program was:
#line 2277 "configure"
#include "confdefs.h"
#include "gmp.h"
int main() {

#if __GNU_MP_VERSION < 3
choke me
#endif

; return 0; }
configure:3313: checking for bison
configure:3353: checking for bison
configure:3392: checking for gm4
configure:3431: checking for flex
configure:3471: checking for flex
configure:3510: checking for makeinfo
configure:3563: checking for expect
configure:3604: checking for runtest
configure:3652: checking for i386-apple-darwin8.6.1-ar
configure:3683: checking for ar
configure:3727: checking for i386-apple-darwin8.6.1-as
configure:3758: checking for as
configure:3802: checking for i386-apple-darwin8.6.1-dlltool
configure:3833: checking for dlltool
configure:3877: checking for i386-apple-darwin8.6.1-ld
configure:3908: checking for ld
configure:3952: checking for i386-apple-darwin8.6.1-lipo
configure:3983: checking for lipo
configure:4027: checking for i386-apple-darwin8.6.1-nm
configure:4058: checking for nm
configure:4102: checking for i386-apple-darwin8.6.1-ranlib
configure:4133: checking for ranlib
configure:4172: checking for i386-apple-darwin8.6.1-strip
configure:4203: checking for strip
configure:4242: checking for i386-apple-darwin8.6.1-windres
configure:4273: checking for windres
configure:4317: checking for i386-apple-darwin8.6.1-objcopy
configure:4348: checking for objcopy
configure:4392: checking for i386-apple-darwin8.6.1-objdump
configure:4423: checking for objdump
configure:4474: checking for avr-ar
configure:4549: checking for avr-as
configure:4624: checking for avr-cc
configure:4624: checking for avr-gcc
configure:4699: checking for avr-c++
configure:4699: checking for avr-g++
configure:4699: checking for avr-cxx
configure:4699: checking for avr-gxx
configure:4774: checking for avr-dlltool
configure:4849: checking for avr-gcc
configure:4919: checking for avr-gcj
configure:4994: checking for avr-gfortran
configure:5069: checking for avr-ld
configure:5144: checking for avr-lipo
configure:5219: checking for avr-nm
configure:5294: checking for avr-objdump
configure:5369: checking for avr-ranlib
configure:5439: checking for avr-strip
configure:5514: checking for avr-windres
configure:5588: checking where to find the target ar
configure:5613: checking where to find the target as
configure:5638: checking where to find the target cc
configure:5663: checking where to find the target c++
configure:5691: checking where to find the target c++ for libstdc++
configure:5719: checking where to find the target dlltool
configure:5744: checking where to find the target gcc
configure:5769: checking where to find the target gcj
configure:5797: checking where to find the target gfortran
configure:5825: checking where to find the target ld
configure:5850: checking where to find the target lipo
configure:5865: checking where to find the target nm
configure:5890: checking where to find the target objdump
configure:5915: checking where to find the target ranlib
configure:5940: checking where to find the target strip
configure:5965: checking where to find the target windres
configure:6018: checking whether to enable maintainer-specific portions of Makefiles
configure:6065: checking if symbolic links between directories work





reply via email to

[Prev in Thread] Current Thread [Next in Thread]