From owner-freebsd-current Wed Mar 19 12:27:35 2003 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 C9EA137B404 for ; Wed, 19 Mar 2003 12:27:33 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id D456143FBF for ; Wed, 19 Mar 2003 12:27:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 32088 invoked from network); 19 Mar 2003 20:27:38 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Mar 2003 20:27:38 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.8/8.12.8) with ESMTP id h2JKRSOv075817; Wed, 19 Mar 2003 15:27:29 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030318100924.GA47769@mezzanine.vandalon.nl> Date: Wed, 19 Mar 2003 15:27:46 -0500 (EST) From: John Baldwin To: Joris Vandalon Subject: RE: HTT , APIC_IO Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18-Mar-2003 Joris Vandalon wrote: > Hi there, > > I'm having a problem compling a current kernel with HTT > it seemd the option APIC_IO gives me some trouwbels (see output below) > is there anyone who had similar problems or even how got HTT working on current? The APIC_IO option is required for SMP on i386. It seems that you do not have APIC_IO in your kernel? > -start output- > cc -c -x assembler-with-cpp -DLOCORE -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev > -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h > -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror > /usr/src/sys/i386/i386/exception.s > {standard input}: Assembler messages: > {standard input}: Assembler messages: > {standard input}:379: Error: undefined symbol `lapic' in operation > {standard input}:379: Error: undefined symbol `LA_EOI' in operation > {standard input}:403: Error: undefined symbol `lapic' in operation > {standard input}:403: Error: undefined symbol `LA_EOI' in operation > {standard input}:432: Error: undefined symbol `lapic' in operation > {standard input}:432: Error: undefined symbol `LA_EOI' in operation > > and so on... > > {standard input}:653: Error: undefined symbol `LA_EOI' in operation > {standard input}:707: Error: undefined symbol `lapic' in operation > {standard input}:707: Error: undefined symbol `LA_EOI' in operation > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/OPTIMUS. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > -stop output- > > Regards > > Joris > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message