Subject: re: sparc64 error when compiling kernel
To: Martin Husemann <martin@duskware.de>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 02/18/2005 09:02:48
On Thu, Feb 17, 2005 at 12:24:26PM +0100, gaspo wrote:
> hi im new on netbsd...but i find this sistem very powerful...but wneh
> i copmiling my kernel.. i find that error:
>
> ----
> ld -x -r compat_exec.o.tmp -o compat_exec.o
How are you trying to compile the kernel?
When I build a kernel object file, there is no "ld -x" anywhere.
there is a hidden (make @ rule) ld -x -r for all library objects...
.mrg.