Subject: Re: Error while making Kernel 1.3.2
To: Ishtiaq Ahmed <ishtiaq@ais.sys.i.kyoto-u.ac.jp>
From: Jason R Thorpe <thorpej@zembu.com>
List: netbsd-help
Date: 09/27/2000 07:44:29
On Wed, Sep 27, 2000 at 09:18:46PM +0900, Ishtiaq Ahmed 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

Looks like you left:

pseudo-device loop

out of your kernel config?

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>