From owner-freebsd-arm@FreeBSD.ORG Wed Aug 14 01:00:03 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA986EA9 for ; Wed, 14 Aug 2013 01:00:03 +0000 (UTC) (envelope-from dev@macdevshanghai.com) Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97C6A2261 for ; Wed, 14 Aug 2013 01:00:03 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id o17so12271280oag.21 for ; Tue, 13 Aug 2013 18:00:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=2gXAOFQcz0CgX+9NQ/5Tu8TQlydj2s0eQRjyPGcl+fs=; b=iSisoefMpJtbjNgOYu+RvCW1Dvm7+5oEChog8VKO3HJGV46NW0IcPDa64V0KvWCJ0j K/vZ2rAHGvGcRgc69lFJqlyGmN5Bz/1MefmB2dBCZPkh7U7lmEnEVL4zQOx1pMf8xmWI PIOU1smIhdaoIioCczPUsY7CwenJ9uzw8iHv3U9Sx4hLxZu2k1D3sdwn5suGU50EgiBf noRgkiPEz2DGMqYHNJ6zKLwIFNuVvcPCYd9ZMsYWt0IZIcLK6lsrs3z2tCs2dAqxH1+/ AXzZILznTDMqbg+2dX4z/h2UXZbgunB9Gma7xwvCOcO+27zKK62fCTpDWb8SniHArnci vjuA== X-Gm-Message-State: ALoCoQktPRIvdU0/vGbh1GfY/X3PJYC52As5ICxXLH7MFufMq89c5joWLBq4D8FCo2H95f9vmBFp MIME-Version: 1.0 X-Received: by 10.60.133.233 with SMTP id pf9mr7085327oeb.46.1376442002643; Tue, 13 Aug 2013 18:00:02 -0700 (PDT) Received: by 10.182.80.232 with HTTP; Tue, 13 Aug 2013 18:00:02 -0700 (PDT) X-Originating-IP: [116.231.127.128] Date: Wed, 14 Aug 2013 09:00:02 +0800 Message-ID: Subject: r254309 build kernel error From: "Kong, Dev" To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 01:00:03 -0000 make TARGET_ARCH=arm KERNCONF=CUBIEBOARD buildkernel cc -c -O -pipe -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 -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/home/yarshure/src/sys -I/usr/home/yarshure/src/sys/contrib/altq -I/usr/home/yarshure/src/sys/contrib/ipfilter -I/usr/home/yarshure/src/sys/dev/ath -I/usr/home/yarshure/src/sys/dev/ath/ath_hal -I/usr/home/yarshure/src/sys/contrib/dev/ath/ath_hal -I/usr/home/yarshure/src/sys/contrib/ngatm -I/usr/home/yarshure/src/sys/dev/twa -I/usr/home/yarshure/src/sys/dev/cxgb -I/usr/home/yarshure/src/sys/dev/cxgbe -I/usr/home/yarshure/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -funwind-tables -mllvm -arm-enable-ehabi -ffreestanding /usr/home/yarshure/src/sys/arm/arm/genassym.c In file included from /usr/home/yarshure/src/sys/arm/arm/genassym.c:33: In file included from /usr/home/yarshure/src/sys/sys/proc.h:62: */usr/home/yarshure/src/sys/sys/pcpu.h:188:1: **error: **static_assert failed* * "compile-time assertion failed"* CTASSERT((PAGE_SIZE / sizeof(struct pcpu)) * sizeof(struct pcpu) == PAGE_SIZE); * ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * */usr/home/yarshure/src/sys/sys/systm.h:100:21: **note: *expanded from macro 'CTASSERT' #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") * ^ ~* 1 error generated. *** Error code 1 Stop. make: stopped in /usr/home/yarshure/obj/arm.arm/usr/home/yarshure/src/sys/CUBIEBOARD *** Error code 1 Stop. make: stopped in /usr/home/yarshure/src *** Error code 1 Stop. make: stopped in /usr/home/yarshure/src