Subject: Re: i386 SMP kernel compile trouble
To: None <the_hermit665@hotmail.com>
From: Martin Husemann <martin@duskware.de>
List: tech-smp
Date: 11/12/2001 16:18:28
> /tmp/cca5mmdG.s:1499: Error: no such 386 instruction: `data32'
You need the new toolchain before going to the i386 smp branch. Compiling with
the old one is not supported.
Easiest way to get there: update your non-SMP system to -current first
(following the instructions in /usr/src/UPDATING), then use the SMP
instructions to get a SMP kernel.
Martin