From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112288 invoked by alias); 1 Sep 2015 11:39:02 -0000 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 Received: (qmail 112239 invoked by uid 48); 1 Sep 2015 11:38:57 -0000 From: "senthil_kumar.selvaraj at atmel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/67373] Can't compile gcc snapshot for avr target with mingw Date: Tue, 01 Sep 2015 11:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: senthil_kumar.selvaraj at atmel dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg00031.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 Senthil Kumar Selvaraj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |senthil_kumar.selvaraj@atme | |l.com --- Comment #1 from Senthil Kumar Selvaraj --- Looks like the build couldn't find an avr assembler that runs on the build machine. Building binutils with host=mingw creates an assembler that can only run on Windows. Can you try building binutils without setting host=mingw, add that to the PATH and then try building again?