Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 23:01:40 -0500 (EST)
From:      Donn Miller <dmmiller@cvzoom.net>
To:        current@freebsd.org
Subject:   Make depend broken? (kernel compile)
Message-ID:  <Pine.BSF.4.20.9912232258500.3761-200000@lca111.cvzoom.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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

[-- Attachment #2 --]
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.
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9912232258500.3761-200000>