From owner-freebsd-arm@FreeBSD.ORG Fri Mar 25 12:07:27 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52681106564A for ; Fri, 25 Mar 2011 12:07:27 +0000 (UTC) (envelope-from fbsd-arm@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id BBA688FC16 for ; Fri, 25 Mar 2011 12:07:26 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.4/8.14.4) with ESMTP id p2PC7LCm001048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 25 Mar 2011 13:07:21 +0100 (CET) (envelope-from fbsd-arm@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.4/8.14.4/Submit) id p2PC7LSI001047 for arm@freebsd.org; Fri, 25 Mar 2011 13:07:21 +0100 (CET) (envelope-from fbsd-arm@bzerk.org) Date: Fri, 25 Mar 2011 13:07:21 +0100 From: Ruben de Groot To: arm@freebsd.org Message-ID: <20110325120721.GA977@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Fri, 25 Mar 2011 13:07:25 +0100 (CET) Cc: Subject: crosscompile broken? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 12:07:27 -0000 This used to work until yesterday. Building arm (SHEEVAPLUG) world + kernel on i386. With freshly csupped -current sources my crosscompile gives me the following error: # make -j 8 buildworld TARGET_ARCH=arm ... # make buildkernel TARGET_ARCH=arm KERNCONF=SHEEVAPLUG ... cc -mlittle-endian -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/build/current/src/sys -I/usr/build/current/src/sys/contrib/altq -I/usr/build/current/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -march=armv5te -ffreestanding -Werror /usr/build/current/src/sys/ufs/ffs/ffs_softdep.c /usr/build/current/src/sys/ufs/ffs/ffs_softdep.c: In function 'softdep_request_cleanup': /usr/build/current/src/sys/ufs/ffs/ffs_softdep.c:520: error: number of arguments doesn't match prototype /usr/build/current/src/sys/ufs/ffs/ffs_extern.h:123: error: prototype declaration *** Error code 1 Stop in /usr/obj/arm.arm/usr/build/current/src/sys/SHEEVAPLUG *** Error code 1 Stop in /usr/build/current/src. *** Error code 1