From owner-freebsd-arm@FreeBSD.ORG Fri Mar 25 18:06:41 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 95836106566B for ; Fri, 25 Mar 2011 18:06:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 579DD8FC12 for ; Fri, 25 Mar 2011 18:06:41 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63] (may be forged)) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p2PHuAKi049525; Fri, 25 Mar 2011 11:56:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20110325120721.GA977@ei.bzerk.org> Date: Fri, 25 Mar 2011 11:56:10 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110325120721.GA977@ei.bzerk.org> To: Ruben de Groot X-Mailer: Apple Mail (2.1082) Cc: arm@FreeBSD.org Subject: Re: 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 18:06:41 -0000 On Mar 25, 2011, at 6:07 AM, Ruben de Groot wrote: > This used to work until yesterday. >=20 > Building arm (SHEEVAPLUG) world + kernel on i386. > With freshly csupped -current sources my crosscompile gives me the = following error: >=20 > # make -j 8 buildworld TARGET_ARCH=3Darm > ... > # make buildkernel TARGET_ARCH=3Darm KERNCONF=3DSHEEVAPLUG > ... > cc -mlittle-endian -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 = -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=3D8000 --param inline-unit-growth=3D100 --param = large-function-growth=3D1000 -march=3Darmv5te -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 Looks more like a normal compilation error. Have you checked to see if = ffs_extern.h and ffs_softdep.c have the same prototypes for = softdep_request_cleanup? Warner >=20 > Stop in /usr/obj/arm.arm/usr/build/current/src/sys/SHEEVAPLUG > *** Error code 1 >=20 > Stop in /usr/build/current/src. > *** Error code 1 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >=20 >=20