From owner-freebsd-xen@FreeBSD.ORG Tue Oct 19 19:13:39 2010 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA4831065670 for ; Tue, 19 Oct 2010 19:13:39 +0000 (UTC) (envelope-from linda.messerschmidt@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 68A3B8FC21 for ; Tue, 19 Oct 2010 19:13:38 +0000 (UTC) Received: by bwz15 with SMTP id 15so546873bwz.13 for ; Tue, 19 Oct 2010 12:13:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ss2CC5xQZBy1jAT3aSTCPHEKbXzlxKvv+OEFSqksGiA=; b=tEHM2K1x+uvHAJlSj2O44AFRRo3iqVJuL37Bfv9lHJ7I9yH+05nxwA87bWAxQ2FIPa thalbsOQYhB8x/j6dHxz/29jbYbhxWVbRZuYuX2al1imfzvOXLd7qakk84Ndlh6tIHFH WCHqJAIaAuN/AZ9avhbuZ561FtUvHt++tZydk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mQe1vCbkENSXU9/AvZ25eDZT9G+ZKqL7MXx7tWeaXVySEKh49mX46Dr9IZDfI43Jom sltE5QVBq+bvwqQo9I53pwVjs6bYOCcTdkDHVjQ0KrN4WGbCPA7xQKP0Pd/ZGLQt93BL ZA6+CYssONfGzqsDOkZZ0KogUR6U83O0bhFF0= MIME-Version: 1.0 Received: by 10.204.62.202 with SMTP id y10mr769518bkh.120.1287515618246; Tue, 19 Oct 2010 12:13:38 -0700 (PDT) Received: by 10.204.152.203 with HTTP; Tue, 19 Oct 2010 12:13:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Oct 2010 15:13:38 -0400 Message-ID: From: Linda Messerschmidt To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: No PAE in XEN kernel causes build failure X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 19:13:40 -0000 On Tue, Oct 19, 2010 at 2:51 PM, Linda Messerschmidt wrote: > With 8.1-STABLE r214066, building the above kernel succeeds. =A0However, > uncommenting the "nooptions PAE" gets the following errors: Just to be thorough I tried again on -CURRENT and got a slightly different set of errors: cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/data/freebsd-current/src/sys -I/data/freebsd-current/src/sys/contrib/altq -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 -mno-sse3 -ffreestanding -fstack-protector -Werror /data/freebsd-current/src/sys/i386/xen/xen_machdep.c /data/freebsd-current/src/sys/i386/xen/xen_machdep.c: In function 'initvalu= es': /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1032: error: 'IdlePTDnew' undeclared (first use in this function) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1032: error: (Each undeclared identifier is reported only once /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1032: error: for each function it appears in.) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1037: error: 'IdlePTDnewma' undeclared (first use in this function) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1040: error: 'IdlePDPTnew' undeclared (first use in this function) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1079: error: 'IdlePDPT' undeclared (first use in this function) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1080: error: 'IdlePDPTma' undeclared (first use in this function) /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:1080: error: 'IdlePDPTnewma' undeclared (first use in this function) cc1: warnings being treated as errors /data/freebsd-current/src/sys/i386/xen/xen_machdep.c:890: warning: unused variable 'IdlePTDma' *** Error code 1 Thanks!