From owner-freebsd-current Tue Mar 18 2: 9:28 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 C876837B401 for ; Tue, 18 Mar 2003 02:09:26 -0800 (PST) Received: from mezzanine.vandalon.nl (cp25482-a.gelen1.lb.home.nl [217.120.68.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C9143FB1 for ; Tue, 18 Mar 2003 02:09:25 -0800 (PST) (envelope-from wiebel@mezzanine.vandalon.nl) Received: by mezzanine.vandalon.nl (Postfix, from userid 1000) id AF2C42A8EF; Tue, 18 Mar 2003 11:09:24 +0100 (CET) Date: Tue, 18 Mar 2003 11:09:24 +0100 From: Joris Vandalon To: current@FreeBSD.ORG Subject: HTT , APIC_IO Message-ID: <20030318100924.GA47769@mezzanine.vandalon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i 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 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? -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