From owner-freebsd-mips@FreeBSD.ORG Thu Jan 23 19:02:15 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 D3349BE3 for ; Thu, 23 Jan 2014 19:02:15 +0000 (UTC) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E81C1F0B for ; Thu, 23 Jan 2014 19:02:15 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d17so565655eek.8 for ; Thu, 23 Jan 2014 11:02:13 -0800 (PST) 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=L09l0dqye9+VOegcf7aSindCLqCvpfhTnXjNZrrZGnw=; b=zE9wWxfbkK4IvG3GExlYvZqAiSh302Fo9p8qsOVHdHRFPQ981FCgMiA2uuC5OphGZO UhhcIMdY3x8qulrC8S+O1BkrS/cvw+vm7G95PYneWF00vrztDDULDmjc3tkBhTd85gR1 nVE+TNLiAqjbhV5Yhx2nTgHfn31oT2Ib5swTaFIBvIT4JIAwU8vi4ZCc7Quv11bcbIZC YVfE2JL1h7PNjBd+3kYBT4CQPeZUm2NgABdHQWtjUdrPNArbWmjnbccQh5RT8f6XXPoM sX6+c9q6f0fTwi5Jsxgy2pG0+7Pqh4jwNCltzjdOz8gRPWs73TgdlOhNLiBJoKnx/udl e/vw== MIME-Version: 1.0 X-Received: by 10.14.218.69 with SMTP id j45mr8876085eep.22.1390503733322; Thu, 23 Jan 2014 11:02:13 -0800 (PST) Received: by 10.14.2.66 with HTTP; Thu, 23 Jan 2014 11:02:13 -0800 (PST) Date: Thu, 23 Jan 2014 11:02:13 -0800 Message-ID: Subject: 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:02:15 -0000 -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