From owner-freebsd-mips@FreeBSD.ORG Thu Jan 23 19:34:03 2014 Return-Path: Delivered-To: freebsd-mips@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 ESMTPS id 51037487 for ; Thu, 23 Jan 2014 19:34:03 +0000 (UTC) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEAD811AC for ; Thu, 23 Jan 2014 19:34:02 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id e53so575080eek.39 for ; Thu, 23 Jan 2014 11:34:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JJpUf+2T6EFyfrdTD+RC8GpEpTL4HIZcBX2mbgQKIyE=; b=NglDwy46a3GIofs/GwJUgEGf45nGFDatxFf494OHxo1/2szTY7EjpYXBwqlQWrJMqD xGl8olU5cCb7GWd+qcPe3zcsQRujHPPt+Q+rEO/wLCIy0wxaKKfK5Eu9+rNC7Oxq4x+Y Netf9ezTMPTWbxHnHBRs3CnHztakXs3IpNtAjagcaR4ZP9GgJ9YFmmBCYZ4T/9TsA+oH o7f0YnQ7PJ6ZWFHKiCa9qcsGYQotceHmzTVDWFPzSf8ASvQRvZSxujVi1DoTNUvUov/f itcFEI8OVsP/hSHFjkPBkEYswMAPYlQZlSTjH0BNmLfvRogHRQhH1YRlfFUFALB68NsJ KR2g== MIME-Version: 1.0 X-Received: by 10.15.107.205 with SMTP id cb53mr30422eeb.107.1390505641244; Thu, 23 Jan 2014 11:34:01 -0800 (PST) Received: by 10.14.2.66 with HTTP; Thu, 23 Jan 2014 11:34:01 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 11:34:01 -0800 Message-ID: Subject: Re: Picostation build failure on -head From: hiren panchasara To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 19:34:03 -0000 False alarm. Guess what? It doesn't hate you if you do buildworld before buildkernel. My bad. Hiren On Thu, Jan 23, 2014 at 11:02 AM, hiren panchasara wrote: > -head at r261082 > > Fails at: > --- genassym.o --- > cc -c -O -pipe -march=mips32 -std=c99 -g -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual > -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs > -fdiagnostics-show-option -nostdinc -I. > -I/usr/home/hirenp/work/freebsd/head/src/sys -I/usr/ > home/hirenp/work/freebsd/head/src/sys/contrib/altq > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/ipfilter > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev > /ath -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/ath/ath_hal > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/dev/ath/ath_hal > -I/usr/home/hirenp/work/fr > eebsd/head/src/sys/contrib/ngatm > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/twa > -I/usr/home/hirenp/work/freebsd/head/src/sys/dev/cxgb > -I/usr/home/hirenp/wo > rk/freebsd/head/src/sys/dev/cxgbe > -I/usr/home/hirenp/work/freebsd/head/src/sys/contrib/libfdt -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finli > ne-limit=768 --param inline-unit-growth=100 --param > large-function-growth=1000 --param max-inline-insns-single=1000 > -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8 > 0050000 -march=mips32 -msoft-float -ffreestanding > /usr/home/hirenp/work/freebsd/head/src/sys/mips/mips/genassym.c > cc: warning: argument unused during compilation: '-finline-limit=768' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > inline-unit-growth=100' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > large-function-growth=1000' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '--param > max-inline-insns-single=1000' [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-mno-abicalls' > [-Wunused-command-line-argument] > cc: warning: argument unused during compilation: '-G 0' > [-Wunused-command-line-argument] > error: unknown target CPU 'mips32' > *** [genassym.o] Error code 1 > > I am using http://code.google.com/p/freebsd-wifi-build/ > > And, picostation is using > http://code.google.com/p/freebsd-wifi-build/source/browse/trunk/build/cfg/picostation_m2hp > > where: > > TARGET=mips > TARGET_ARCH=mips > TARGET_CPUTYPE=mips32 > > Anyone aware of this? > > Thanks, > Hiren