From owner-freebsd-current@FreeBSD.ORG Mon Mar 20 07:04:12 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A26816A401 for ; Mon, 20 Mar 2006 07:04:12 +0000 (UTC) (envelope-from balgaa@mongol.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id A152C43D45 for ; Mon, 20 Mar 2006 07:04:10 +0000 (GMT) (envelope-from balgaa@mongol.net) Received: from [202.179.26.134] (helo=JACK) by publicd.ub.mng.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FLEVK-0001IX-MU for freebsd-current@freebsd.org; Mon, 20 Mar 2006 15:08:38 +0800 Message-ID: <003c01c64bec$6cf37f20$0201000a@JACK> From: "Balgansuren Batsukh" To: Date: Mon, 20 Mar 2006 15:03:42 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Mailman-Approved-At: Mon, 20 Mar 2006 12:24:49 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PAE compile X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Balgansuren Batsukh List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 07:04:12 -0000 Hello, When I remove following options from kernel config file. options INVARIANTS options WITNESS then produce following error: mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vnode_if.c touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=3Dmake sh /usr/src/sys/conf/newvers.sh BASE 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/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 vers.c linking kernel.debug locore.o(.text+0x17): In function `btext': /usr/src/sys/i386/i386/locore.s:246: relocation truncated to fit: = R_386_32 end locore.o(.text+0x1c):/usr/src/sys/i386/i386/locore.s:247: relocation = truncated to fit: R_386_32 edata locore.o(.text+0x2d):/usr/src/sys/i386/i386/locore.s:262: relocation = truncated to fit: R_386_32 .data locore.o(.text+0x3d):/usr/src/sys/i386/i386/locore.s:297: relocation = truncated to fit: R_386_32 cpu_feature locore.o(.text+0x51):/usr/src/sys/i386/i386/locore.s:306: relocation = truncated to fit: R_386_32 IdlePDPT locore.o(.text+0x6d):/usr/src/sys/i386/i386/locore.s:319: relocation = truncated to fit: R_386_32 .text locore.o(.text+0x73): In function `begin': /usr/src/sys/i386/i386/locore.s:325: relocation truncated to fit: = R_386_32 proc0kstack locore.o(.text+0x81):/usr/src/sys/i386/i386/locore.s:332: relocation = truncated to fit: R_386_32 IdlePDPT locore.o(.text+0x8d):/usr/src/sys/i386/i386/locore.s:338: relocation = truncated to fit: R_386_32 .data locore.o(.text+0xf1): In function `newboot': /usr/src/sys/i386/i386/locore.s:507: relocation truncated to fit: = R_386_32 kernelname locore.o(.text+0x116): In function `got_bi_size': /usr/src/sys/i386/i386/locore.s:535: additional relocation overflows = omitted from the output *** Error code 1 Stop in /usr/obj/usr/src/sys/BASE. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. base#