From owner-freebsd-questions@FreeBSD.ORG Sat Dec 10 16:42:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7301C16A41F for ; Sat, 10 Dec 2005 16:42:18 +0000 (GMT) (envelope-from nick@tdkon.ru) Received: from mail.konservator.ru (konservator.ru [81.211.3.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C149043D55 for ; Sat, 10 Dec 2005 16:42:16 +0000 (GMT) (envelope-from nick@tdkon.ru) Received: from twin (unknown [192.168.0.222]) by mail.konservator.ru (Postfix) with SMTP id 0B4C42846E for ; Sat, 10 Dec 2005 19:42:08 +0300 (MSK) Message-ID: <000801c5fda8$c47d0d70$de00a8c0@twin> From: "nick" To: Date: Sat, 10 Dec 2005 19:42:52 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PAE kernel build error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 16:42:18 -0000 Can't build PAE kernel. make buildkernel KERNCONF=3DPAE generate error: I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm = -I/usr/src/sys/dev/twa -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 = -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx = -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror = /usr/src/sys/dev/fdc/fdc_pccard.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -fformat-extensions -std=3Dc99 -g -nostdinc -I- -I. = -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica = -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter = -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath = -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm = -I/usr/src/sys/dev/twa -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 = -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx = -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror = /usr/src/sys/dev/hptmv/entry.c /usr/src/sys/dev/hptmv/entry.c: In function `fOsBuildSgl': /usr/src/sys/dev/hptmv/entry.c:2476: warning: cast to pointer from = integer of different size /usr/src/sys/dev/hptmv/entry.c: In function `hpt_io_dmamap_callback': /usr/src/sys/dev/hptmv/entry.c:2606: warning: cast to pointer from = integer of different size /usr/src/sys/dev/hptmv/entry.c: In function `OsSendCommand': /usr/src/sys/dev/hptmv/entry.c:2758: warning: cast to pointer from = integer of different size *** Error code 1 Stop in /usr/obj/usr/src/sys/PAE. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.