Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 06:44:41 -0800 (PST)
From:      Jarkko Santala <jake@iki.fi>
To:        freebsd-gnats-submit@freebsd.org
Subject:   alpha/35455: Unable to compile ISA NIC devices into kernel
Message-ID:  <200203011444.g21EifN99936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35455
>Category:       alpha
>Synopsis:       Unable to compile ISA NIC devices into kernel
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-alpha
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 01 06:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jarkko Santala
>Release:        4.5-RELEASE-p1
>Organization:
>Environment:
FreeBSD zem.xxx.xxx 4.5-RELEASE-p1 FreeBSD 4.5-RELEASE-p1 #0: Fri Mar  1 15:23:31 EET 2002     jake@zem.xxx.xxx:/usr/src/sys/compile/ZEM  alpha

>Description:
I tried adding and ISA NIC into the kernel config file, but 
'config ZEM && cd ../../compile/ZEM && make depend && make' results in:

-cut-
cc -c -O -pipe -mcpu=ev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  setdef1.c
touch hack.c
cc -elf -shared -nostdlib hack.c -o hack.So
rm -f hack.c
sh ../../conf/newvers.sh ZEM 
cc -c -O -pipe -mcpu=ev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  vers.c
linking kernel
if_ep_isa.o: In function `ep_isa_identify':
if_ep_isa.o(.text+0x1d0): undefined reference to `elink_idseq'
if_ep_isa.o(.text+0x1d4): undefined reference to `elink_idseq'
if_ep_isa.o(.text+0x1e0): undefined reference to `elink_reset'
if_ep_isa.o(.text+0x1e4): undefined reference to `elink_reset'
if_ep_isa.o(.text+0x244): undefined reference to `elink_idseq'
if_ep_isa.o(.text+0x248): undefined reference to `elink_idseq'
*** Error code 1

Stop in /usr/src/sys/compile/ZEM.
zem:/usr/src/sys/compile/ZEM# 
-cut-

With device fe the end result of 'make depend' is:

-cut-
../../dev/fe/if_fe.c:71: opt_fe.h: No such file or directory
-cut-

>How-To-Repeat:
Take an alpha, install 4.5, add a device for a ISA NIC into kernel 
config and try to compile kernel.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203011444.g21EifN99936>