Subject: NetBSD 1.5 release and kernel build
To: None <port-amiga@netbsd.org>
From: John <john@sixgirls.org>
List: port-amiga
Date: 05/04/2001 17:33:56
Hello,
I just supped the source tree today (release-1-5) and decided to recompile
my kernel since my old kernel only had 16 ptys set up (found out the hard
way - 16 users at one time, then I couldn't log in!)
So I started compiling my kernel, and got this:
as -m68060 -I../../../../arch/m68k/060sp -o netbsd060sp.o ../../../../arch/m68k/060sp/netbsd060sp.S
../../../../arch/m68k/060sp/netbsd060sp.S: Assembler messages:
../../../../arch/m68k/060sp/netbsd060sp.S:106: Error: "Unknown operator" -- Statement 'ASENTRY_NOPROFILE(_060_dmem_write)' ignored
../../../../arch/m68k/060sp/netbsd060sp.S:119: Error: Ignoring junk after expression
The older file has callouts that look like:
.global _060_dmem_write
_060_dmem_write:
while the newer has:
ASENTRY_NOPROFILE(_060_dmem_write)
as doesn't like this. What should I do about this?
Thanks,
John Klos