Subject: Re: i386 16-bit
To: None <tech-kern@netbsd.org>
From: Matthew Mondor <mmondor@gobot.ca>
List: tech-kern
Date: 01/03/2003 13:12:20
On Thu, Jan 02, 2003 at 08:12:03AM -0500, Matthew Mondor wrote:

> cc -Wall -Iinclude -c -o bin/init16.o init16.S
> /tmp/ccVO3S7B.s: Assembler messages:
> /tmp/ccVO3S7B.s:138: Error: base/index register must be 32 bit register
> /tmp/ccVO3S7B.s:148: Error: base/index register must be 32 bit register
> gmake: *** [bin/init16.o] Error 1

The problem was solved finally, only 1.5 older GCC seemed to have this
problem, it works great on 1.6.

Matt