From owner-freebsd-arm@FreeBSD.ORG Fri Dec 14 08:02:03 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34FF92BB for ; Fri, 14 Dec 2012 08:02:03 +0000 (UTC) (envelope-from dev@macdevshanghai.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D04068FC17 for ; Fri, 14 Dec 2012 08:02:02 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so3513793vba.13 for ; Fri, 14 Dec 2012 00:01:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=KnrxAO0wcKPKAGZ6UufllM/2h7Kbyo9YiPsHudaVn64=; b=UkZrl/bSPGOTPLhEmIJIVKjllA5qoYpkcgOWmH0imJ6qcVMuBRalV0Mh5tDAQU6sAp AzcSt/N61v+stJbqMOX9po2RKIeSZAGAR7Nix46YLwn7TNeLDJDOGyxp1L6WK2zWE7jD RsvfeA2K/JoSn/cwgJE9zpsTTmAo3hLTq1HmElx0O3/ZqnNCztuWbpEVWIdi4cqcMLVv jOSd9OFSnaWCtYq912bBawPz6XMk3TP/y+aAw5Mf9fIq23qmCN+CZ0EU/SMFVBleZfjZ 62sUlv2KY8NNgGB2w1tWf8fI9JiP+VJove3XKQ93oxQhwV6rOJbHUU+xkp/abG73BUpE OoOA== MIME-Version: 1.0 Received: by 10.58.145.161 with SMTP id sv1mr7847139veb.52.1355472114780; Fri, 14 Dec 2012 00:01:54 -0800 (PST) Received: by 10.58.88.134 with HTTP; Fri, 14 Dec 2012 00:01:54 -0800 (PST) X-Originating-IP: [140.206.116.178] Date: Fri, 14 Dec 2012 16:01:54 +0800 Message-ID: Subject: R244200 rpi-freebsd.sh build error From: "dev, dev" To: freebsd-arm@freebsd.org X-Gm-Message-State: ALoCoQkZNsjnWqs9+LmHebPandoDnFlctXNo7gZeH1Se2SxyIOODWaXzfLyf6xEjB6eCQFmk6ra3 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: Fri, 14 Dec 2012 08:02:03 -0000 use RPI-Bsc kernel config file run rpi-freebsd.sh build script, last error message: rm -f .newdep make -V CFILES_NOZFS -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -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 -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/cxgb -I/usr/src/sys/dev/cxgbe -I/usr/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 -ffreestanding /usr/src/sys/dev/random/probe.c:32:21: error: opt_cpu.h: No such file or directory /usr/src/sys/dev/random/probe.c:46:30: error: machine/cputypes.h: No such file or directory /usr/src/sys/dev/random/probe.c:48:32: error: machine/specialreg.h: No such file or directory /usr/src/sys/dev/syscons/schistory.c:49:32: error: machine/pc/display.h: No such file or directory /usr/src/sys/dev/syscons/syscons.c:69:32: error: machine/pc/display.h: No such file or directory /usr/src/sys/dev/syscons/scterm-teken.c:47:32: error: machine/pc/display.h: No such file or directory mkdep: compile failed *** [.depend] Error code 1 Stop in /usr/obj-rpi/arm.arm/usr/src/sys/RPI-Bsc. *** [buildkernel] Error code 1 Stop in /usr/src. *** [buildkernel] Error code 1 Stop in /usr/src. yarshure