From owner-freebsd-arm@FreeBSD.ORG Sat Jun 8 17:45:41 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 350EB642 for ; Sat, 8 Jun 2013 17:45:41 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x232.google.com (mail-ee0-x232.google.com [IPv6:2a00:1450:4013:c00::232]) by mx1.freebsd.org (Postfix) with ESMTP id C71A01ABA for ; Sat, 8 Jun 2013 17:45:40 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id d49so2238089eek.9 for ; Sat, 08 Jun 2013 10:45:39 -0700 (PDT) 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=2uNOeLoNqA6chClKN1WVKPCm+dEHDsSbtqf0zeVs3pQ=; b=InKjmLzMh0ngY+8pt8pt9gDxsZkm6/iEGKUgmR0N05ZEEM1GGBfJ2QEEGS3GkCTUng J3rZOhZTvCOpuj4uAp9ue3EhRIzFEi8lNvjw9kQjfzL2CpOjbmsIHvAwjp46Khb2mjhm JuybnIiGt0GTe50wqsYcEipIabLK7EwEGY4hDnYMclA3cvl/W086mYhLgmD0+uRiz6nw wHb+3Kmivu82jeL+wBUrRhtYpQDjKvIuak0gf5nIJ1bG3jv7dM12Mx09mBQGW0eLLneK a1wolqy5zQTRaeZg/mAutkWNZAk0y0Ua6qVhI6mVMerxOuRHfO5qzKe9V+KQ9NR+N6gJ h05w== MIME-Version: 1.0 X-Received: by 10.15.42.129 with SMTP id u1mr3818644eev.116.1370713539893; Sat, 08 Jun 2013 10:45:39 -0700 (PDT) Received: by 10.15.64.193 with HTTP; Sat, 8 Jun 2013 10:45:39 -0700 (PDT) Date: Sat, 8 Jun 2013 10:45:39 -0700 Message-ID: Subject: crochet fails on recent CURRENT for beaglebone From: hiren panchasara To: freebsd-arm Content-Type: text/plain; charset=UTF-8 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: Sat, 08 Jun 2013 17:45:41 -0000 Updated my tree to CURRENT and tried building bb image from crochet and it fails here: Any pointers? cheers, Hiren -------------------------------------------------------------- >>> stage 3.1: making dependencies -------------------------------------------------------------- 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-co mpare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/home/hirenp/current/sys -I/usr/home/hirenp/current/sy s/contrib/altq -I/usr/home/hirenp/current/sys/contrib/ipfilter -I/usr/home/hirenp/current/sys/dev/ath -I/usr/home/hirenp/current/sys/d ev/ath/ath_hal -I/usr/home/hirenp/current/sys/contrib/dev/ath/ath_hal -I/usr/home/hirenp/current/sys/contrib/ngatm -I/usr/home/hirenp/ current/sys/dev/twa -I/usr/home/hirenp/current/sys/dev/cxgb -I/usr/home/hirenp/current/sys/dev/cxgbe -I/usr/home/hirenp/current/sys/co ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -ffreestanding /usr/home/hirenp/current/sys/arm/arm/genassym .c In file included from /usr/home/hirenp/current/sys/arm/arm/genassym.c:33: In file included from /usr/home/hirenp/current/sys/sys/proc.h:62: /usr/home/hirenp/current/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/hirenp/current/sys/sys/systm.h:100:21: note: expanded from macro 'CTASSERT' #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") ^ 1 error generated. *** [genassym.o] Error code 1 1 error *** [buildkernel] Error code 2 1 error *** [buildkernel] Error code 2 1 error