Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2008 21:18:43 +1100
From:      John <mulga@pirpac.homeunix.net>
To:        freebsd-bugs@freebsd.org
Subject:   break make (if_ed_pccard.c)
Message-ID:  <200810172118.43618.mulga@pirpac.homeunix.net>

next in thread | raw e-mail | index | archive | help
Hi,
I seem to have a small issue.
Make breaks on FreBSD 7-REL and with the current cvsup.

I ftp'd the source from the primary site and it also broke make. 
The config file is GENERIC .. PIRPAC with the ident changed and cpu 486 
commented out.
 config PIRPAC reports no problems.
Conclusion bad 'if_ed_pccard.c'

The results of  the make are -------------
/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param 
large-function-growth=1000  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror  /usr/src/sys/dev/ed/if_ed_pccard.c
/usr/src/sys/dev/ed/if_ed_pccard.c:1092: error: 'miibus_readreg_desc' 
undeclared here (not in a function)
/usr/src/sys/dev/ed/if_ed_pccard.c:1093: error: 'miibus_writereg_desc' 
undeclared here (not in a function)
*** Error code 1

Stop in /usr/obj/usr/src/sys/PIRPAC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
Any ideas? John



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