Subject: Re: cannot compile current kernel
To: Arto Selonen <arto+dated+1138175414.d63599bb71e2248d@selonen.org>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 01/25/2006 10:12:06
On Wed, 25 Jan 2006 09:49:09 +0200 (EET)
Arto Selonen <arto@selonen.org> wrote:
> Hi!
>
> Did not notice anything relevant to this in either UPDATING or
> current-users list archive, so here goes:
>
> Trying to compile a kernel from current sources fails with the
> following linker error (white space edited for this post):
>
> # cd /usr/src
> # ./build.sh tools
> # ./build.sh -T /usr/obj/tools kernel=/root/BLAH
Your toolchain is propably somewhere than /usr/obj/tools.
Use ./build.sh -T /usr/obj/tools tools
Try to follow http://www.netbsd.org/Documentation/current/#updating
I just compiled mine with sources from few mins ago with no problem.
Cheers,
Marcin.