make failed

Ricardo Britto netchaos at terra.com.br
Sun Sep 7 23:19:53 PDT 2003


Greetings, 
 
I was rebuilding my custom kernel ( one of reasons is about sound), it was 
going well until in 'make depend' command. I have got error 1. WTF does it 
mean? How can I fix it? 
 
Here goes the log: 
================================================= 
 
../../../pci/if_rl.c:119:23: miibus_if.h: No such file or directory 
mkdep: compile failed 
*** Error code 1 
 
Stop in /usr/src/sys/i386/compile/MYKERNEL. 
*** Error code 1 
 
Stop in /usr/src/sys/i386/compile/MYKERNEL. 
================================================= 
 
Complete log: 
 
================================================= 
athlon# make depend 
rm -f .olddep 
if [ -f .depend ]; then mv .depend .olddep; fi 
make _kernel-depend 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/ac97_if.m -c 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/channel_if.m -c 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/feeder_if.m -c 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/mixer_if.m -c 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/ac97_if.m -h 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/channel_if.m -h 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/feeder_if.m -h 
awk -f ../../../tools/makeobjops.awk ../../../dev/sound/pcm/mixer_if.m -h 
if [ -f .olddep ]; then mv .olddep .depend; fi 
rm -f .newdep 
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES |  
MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe 
-mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -std=c99  -nostdinc -I-  -I. -I../../.. -I../../../dev 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include 
opt_global.h -fno-common  -mno-align-long-strings 
-mpreferred-stack-boundary=2 -ffreestanding 
../../../pci/if_rl.c:119:23: miibus_if.h: No such file or directory 
mkdep: compile failed 
*** Error code 1 
 
Stop in /usr/src/sys/i386/compile/MYKERNEL. 
*** Error code 1 
 
Stop in /usr/src/sys/i386/compile/MYKERNEL. 
 
================================================= 
I appreciate in advance any help, 
 
Ricardo. 
 
ICQ#: 9293916 



More information about the freebsd-questions mailing list