From owner-freebsd-toolchain@FreeBSD.ORG Wed Sep 25 23:00:00 2013 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9264BB71 for ; Wed, 25 Sep 2013 23:00:00 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 301952AF8 for ; Wed, 25 Sep 2013 23:00:00 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id b45so150771eek.15 for ; Wed, 25 Sep 2013 15:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OMalRwFUh6AvAzSvAc5oAGEYtagsZtH4MEjneTx08B0=; b=Nql3VFSxglVwzpKw1Ai3YyLKzBESVvThWk2QAmAR3bTO4p1KjeXgszSoFOJvv5x59k CmTkXvrfT7BlZ0PVWMaOFBi3VP927mnx5zp/CIJoRzPsinrnKDZGhKhvqOerUQAX5TMy rXbfVbiPBTyKH8xacFPUd9JYmN8kBZCgnp7Yst7T/ToMG3melLQpgLSWG+ZOUE3BVUK8 FXD+/w21h0sBDfQejHO6VyjheFteZOAV6S8tn6ybuFGmCi8Bub2oFNgW3Aaf8PgIJZhH m11UA+zGvnzmwe7RuP2WbgZolwu04MHazwa4Njzlz4wNuLkwViRrLOwhLX4FLkEhMQ34 ln/w== MIME-Version: 1.0 X-Received: by 10.14.4.1 with SMTP id 1mr59518445eei.21.1380149997657; Wed, 25 Sep 2013 15:59:57 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Wed, 25 Sep 2013 15:59:57 -0700 (PDT) Date: Wed, 25 Sep 2013 15:59:57 -0700 Message-ID: Subject: gcc failing for mips cross-compile From: hiren panchasara To: freebsd-toolchain@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 23:00:00 -0000 Checked out -head at 255871 and did: sudo make -DNO_CLEAN TARGET=mips TARGET_ARCH=mipseb TARGET_CPUARCH=mips32 toolchain Which failed in "stage 4.2: building libraries" section at: In file included from /usr/home/hirenp/mips_head/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:34: ./tm.h:5:28: error: mips32/mips32.h: No such file or directory ./tm.h:12:29: error: mips32/freebsd.h: No such file or directory In file included from /usr/home/hirenp/mips_head/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:43: /usr/home/hirenp/mips_head/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.h:60: error: 'FIRST_PSEUDO_REGISTER' undeclared here (not in a function) *** Error code 1 Stop. make[4]: stopped in /usr/home/hirenp/mips_head/gnu/lib/libgcc *** Error code 1 Let me know if more info is needed of any sort. Any help is appreciated. Cheers, Hiren