From owner-freebsd-smp Sat Apr 26 09:13:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA26912 for smp-outgoing; Sat, 26 Apr 1997 09:13:16 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA26904 for ; Sat, 26 Apr 1997 09:13:09 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id AAA00405; Sun, 27 Apr 1997 00:12:15 +0800 (WST) Message-Id: <199704261612.AAA00405@spinner.DIALix.COM> To: Andreas Klemm cc: smp@FreeBSD.org Subject: Re: compilation problems under -current of today In-reply-to: Your message of "Sat, 26 Apr 1997 17:21:58 +0200." <19970426172158.46581@klemm.gtn.com> Date: Sun, 27 Apr 1997 00:12:14 +0800 From: Peter Wemm Sender: owner-smp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Andreas Klemm wrote: > FreeBSD-current of today, fbsd-smp of today: > > Somebody other seen this ? My configuration ? > Well a simple GENERIC kernel produced similar messages. > > make -ki > > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I/usr/include -DTELES_HAS_MEMCPYB -DMD5 -DCOMPAT_43 -DNSWAPDEV=3 -DMFS -DFFS -DINET -DKE RNEL ../../i386/i386/exception.s > machine/smpasm.h: Assembler messages: > machine/smpasm.h:28: Error: no such 386 instruction: `extern' [...] Err, something is busted somewhere.. smpasm.h shouldn't have any 'C' type keywords in it.. It should be mostly #defines.... And line 28 is a #define. Have you done this from a fresh 'config' run? Do you have the /sys symlink pointing to the right place? Have you looked at -current? The smp code just got merged! -Peter