2.0.32-6 and XLT and unknown registers?

Dave Wreski (dave@nic.com)
Mon, 17 Nov 1997 21:37:49 -0500 (EST)


Hi all. The link to the howto is down, and with the impending 2.0.32
release, I wanted to make sure this wasn't a bug..

I'm having a problem compiling a kernel for an XLT-300:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -mno-fp-regs -c -o
init/main.o init/main.c
/usr/src/linux/include/asm/segment.h: In function `__generic_memcpy_tofs':
In file included from /usr/src/linux/include/asm/system.h:4,
from init/main.c:14:
/usr/src/linux/include/asm/segment.h:106: unknown register name `si' in
`asm'
/usr/src/linux/include/asm/segment.h:106: unknown register name `di' in
`asm'
/usr/src/linux/include/asm/segment.h:106: unknown register name `cx' in
`asm'

Possilby someone could either forward me the HOWTO, or tell me what I'm
doing wrong? These messages just continue for a good long while..

I'm pretty sure my links to the includes are correct.. Shouldn't this
information be included in ./Documentation/ or README? Possibly for 2.1
then?

Dave