From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3020 invoked by alias); 1 Nov 2012 08:26:41 -0000 Received: (qmail 2881 invoked by uid 48); 1 Nov 2012 08:26:25 -0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54996] gcc with --target=avr fails to build Date: Thu, 01 Nov 2012 08:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00018.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54996 Georg-Johann Lay changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Georg-Johann Lay 2012-11-01 08:26:21 UTC --- Don't configure GCC in the source tree. Read the online documentation on configuring GCC again. If you configured in the GCC sources, remove the sources and retrieve them again to be sure they are not messed up by the configure in the source tree. You must have a working avr-binutils in the path. Alternatively, you can build and install avr binutils with the same --prefix before configuring avr-gcc. You don't need to add it to the path in the latter case. You need binutils 2.23 or higher for avr-gcc 4.7, see the GCC 4.7 release notes.