Subject: Re: Current Kernel build fails on IPX
To: None <port-sparc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-sparc
Date: 06/18/1999 23:46:09
In article <199906182134.OAA12668@mipos2.intel.com>,
Peter Yoo <pyoo@mipos2.intel.com> wrote:
>make; make install of Current config command
>then config and make new kernel
>
>Now, I have 1.4C kernel build, I'm trying to build the user-land with Current 
>and I'm having similar errors.  I first thought that I would wait some time 
>until they get fixed but it's been some time.  This is the make UPDATE=1 build 
>output from this morning's sup :
>

As I tried to explain the sparc port has been moved to ELF and there is no
trivial way to switch... I have done it many times, and still I make mistakes.
The easiest way is to install the snapshot ELF binary release, and then
build. Or if you wanna stay with a.out add in /etc/mk.conf
OBJECT_FMT=aout

christos