Here's what I get when I recently tried to build a kernel (see attached file). genassym -o linux_assym.h linux_genassym.o genassym:No such file or directory *** Error code 1 Stop in /usr/src/sys/compile/CUSTOM. Maybe someone changed a config file someplace in /sys/i386/conf? - Donn
cc -c -mpentium -O3 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -UKERNEL ../../i386/i386/genassym.c cc -mpentium -O3 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -UKERNEL genassym.o -o genassym ./genassym >assym.s rm -f param.c cp ../../conf/param.c . perl5 ../../kern/vnode_if.pl -h ../../kern/vnode_if.src perl5 ../../kern/makedevops.pl -c ../../kern/device_if.m perl5 ../../kern/makedevops.pl -h ../../kern/device_if.m perl5 ../../kern/makedevops.pl -c ../../kern/bus_if.m perl5 ../../kern/makedevops.pl -h ../../kern/bus_if.m perl5 ../../kern/makedevops.pl -c ../../pci/pci_if.m perl5 ../../kern/makedevops.pl -h ../../pci/pci_if.m perl5 ../../kern/makedevops.pl -c ../../isa/isa_if.m perl5 ../../kern/makedevops.pl -h ../../isa/isa_if.m cc -mpentium -O3 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -elf -mpreferred-stack-boundary=2 -UKERNEL -o linux_genassym.o -c ../../i386/linux/linux_genassym.c genassym -o linux_assym.h linux_genassym.o genassym:No such file or directory *** Error code 1 Stop in /usr/src/sys/compile/CUSTOM.