What's with the following ? 
( Buiding a release - got the same error with world )


try and do a --> m4 btx.m4 btx.s | as -o btx.o
in the directory --> /usr/src/sys/boot/i386/btx/btx

It give numerious warnings and errors

---{standard input}: Assembler messages:
{standard input}:136: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:138: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:139: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:199: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:204: Error: suffix or operands invalid for `ltr'
{standard input}:222: Error: suffix or operands invalid for `push'
{standard input}:248: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:249: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:250: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:251: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:252: Warning: using `%ecx' instead of `%cx' due to `l' suffix
{standard input}:260: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:261: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:308: Error: suffix or operands invalid for `push'
{standard input}:310: Error: suffix or operands invalid for `push

etc ... etc
--------------------------------------------------
cc -fno-builtin -Os -DKZIP   -I/usr/obj/usr/src/i386/usr/include -c
/usr/src/sys/boot/i386/kgzldr/lib.c
(cd /usr/src/sys/boot/i386/kgzldr; m4  -DSIOPRT=0x3f8
/usr/src/sys/boot/i386/kgzldr/crt.s) | as  -o crt.o
(cd /usr/src/sys/boot/i386/kgzldr; m4  -DSIOPRT=0x3f8
/usr/src/sys/boot/i386/kgzldr/sio.s) | as  -o sio.o
cc -nostdlib -static -r -o kgzldr.o start.o boot.o inflate.o lib.o crt.o sio.o
===> sys/boot/i386/btx
===> sys/boot/i386/btx/btx
(cd /usr/src/sys/boot/i386/btx/btx; m4  btx.m4 btx.s) |  as  -o btx.o
*** Error code 1

Stop in /usr/src/sys/boot/i386/btx/btx.
*** Error code 1

----------------------------------
E-Mail: Johan Kruger <[EMAIL PROTECTED]>
Date: 24-May-00
Time: 12:43:38

This message was sent by XFMail
----------------------------------


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to