On Tue, 12 Sep 2000, The Hermit Hacker wrote:
> I'm going from a fresh install of 4.1-RELEASE -> 4.1-STABLE, or, at least,
> trying to ... and I'm building the kernel as 'make buildkernel' ...
>
> cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs
>-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
>-fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include
> -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2
>/usr/src/sys/i386/i386/locore.s
> /tmp/ccg38208.s: Assembler messages:
> /tmp/ccg38208.s:1743: Error: .space specifies non-absolute value
> /tmp/ccg38208.s:2454: Error: undefined symbol L0^A in operation setting PTmap
> /tmp/ccg38208.s:2454: Error: undefined symbol PDRSHIFT in operation setting PTmap
Did you "make buildworld" first? I don't remember exactly when
binutils was updated, but it could have something to do with that.
When in doubt after a cvsup, always build world first before building
a kernel.
-Paul.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message