Subject: Re: Error while making Kernel 1.3.2
To: Ishtiaq Ahmed <ishtiaq@ais.sys.i.kyoto-u.ac.jp>
From: Andrew Doran <ad@netbsd.org>
List: netbsd-help
Date: 09/27/2000 12:50:12
Ishtiaq Ahmed <ishtiaq@ais.sys.i.kyoto-u.ac.jp> wrote:
> I got the following error message while making my kernel for NetBSD-1.3.2.
> for i386
> I am a newbie, sorry for trivial question
> 
> ld -z -Text F0100000 -e start -S -o netbsd {SYSTEM_OBJ} vers.o
> if_ethersubr.o:Undefined symbol '_looutput' referenced from text segment
> if_arp.o:Undefined symbol '_loif' referenced from text segment
> ip_output.o:Undefined
> symbol '_looutput' refrenced from text segment
> *** Error code 1

Add the following line to your kernel configuration:

pseudo-device   loop

If it is a new system, you should not be using 1.3.x.