Dear user, i have this fresh install FreeBSD 6.2, but i cant compile the kernel even it was a GENERIC kernel. these are the error messages : core# make depend cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -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 -ffreestanding ../../../i386/i386/genassym.c NM='nm' sh ../../../kern/genassym.sh genassym.o > assym.s awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -p awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -q awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -h CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile MAKESRCPATH=../../../dev/aic7xxx/aicasm Warning: Object directory not changed from original /usr/src/sys/i386/compile/GEN yacc -b aicasm_gram -d -o aicasm_gram.c ../../../dev/aic7xxx/aicasm/aicasm_gram.y yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c ../../../dev/aic7xxx/aicasm/aicasm_macro_gram.y cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c ../../../dev/aic7xxx/aicasm/aicasm.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c ../../../dev/aic7xxx/aicasm/aicasm_symbol.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c aicasm_gram.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c aicasm_macro_gram.c lex -t ../../../dev/aic7xxx/aicasm/aicasm_scan.l > aicasm_scan.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c aicasm_scan.c lex -t -Pmm ../../../dev/aic7xxx/aicasm/aicasm_macro_scan.l > aicasm_macro_scan.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -c aicasm_macro_scan.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I../../../dev/aic7xxx/aicasm -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll ./aicasm -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -I../../../cam/scsi -I../../../dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i ../../../dev/aic7xxx/aic7xxx_osm.h ../../../dev/aic7xxx/aic7xxx.seq ./aicasm: 880 instructions used ./aicasm -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -I../../../cam/scsi -I../../../dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i ../../../dev/aic7xxx/aic79xx_osm.h ../../../dev/aic7xxx/aic79xx.seq ./aicasm: 826 instructions used awk -f ../../../tools/miidevs2h.awk ../../../dev/mii/miidevs awk -f ../../../tools/pccarddevs2h.awk ../../../dev/pccard/pccarddevs awk -f ../../../tools/usbdevs2h.awk ../../../dev/usb/usbdevs -h awk -f ../../../tools/usbdevs2h.awk ../../../dev/usb/usbdevs -d cp ../../../contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h sed -e 's/^.*#include.*phy\.h.*$//' ../../../contrib/dev/nve/os.h > os+%DIKED-nve.h make: don't know how to make ../../../dev/firewire/firewire.c. Stop core# FYI this is GENERIC kernel TIA Zen
At 11:37 PM 9/16/2007, zen wrote:>Dear user, >i have this fresh install FreeBSD 6.2, >but i cant compile the kernel even it was a GENERIC kernel. >these are the error messages : > >core# make dependHi, What is the error you get with cd /usr/src make KERNCONF=GENERIC buildkernel ---Mike
Mike Tancsa wrote:> At 11:37 PM 9/16/2007, zen wrote: > >> Dear user, >> i have this fresh install FreeBSD 6.2, >> but i cant compile the kernel even it was a GENERIC kernel. >> these are the error messages : >> >> core# make depend > > > Hi, > What is the error you get with > cd /usr/src > make KERNCONF=GENERIC buildkernel > > ---Mike >Problem solved... rebuilding the src seem solve the problem. Regards Zen