Bug 92743

Summary: Erreur compilation kernel
Product: Base System Reporter: Serge <webmaster>
Component: i386Assignee: freebsd-i386 (Nobody) <i386>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Serge 2006-02-02 19:40:02 UTC
Quand je compile le noyau, avec les lignes suivantes ajoutees ( pour le support de ma carte PCTV )
device bktr
device smbus
device iicbus
device iicbb

J'ai l'erreur suivante:

===> xl (depend)
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/include -I/usr/src/sys/i386/compile/MONNOYAU /usr/src/sys/modules/xl/../../pci/if_xl.c
objcopy --strip-debug kernel.debug kernel
*** Error code 1

Stop in /usr/src/sys/i386/compile/MONNOYAU.

D'ou vient le probleme ?

How-To-Repeat: make depend && make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-02-21 21:37:02 UTC
State Changed
From-To: open->closed

Please ask for help with kernel compilation on the appropriate mailing list, 
in this case, freebsd-stable.  You will also need to include your kernel 
configuration (in particular, any lines that you may have commented out).