4.10-RELEASE kernel build fails on alpha
rege at freemail.hu
rege at freemail.hu
Fri Jul 2 08:10:33 PDT 2004
I have successfully installed 4.10-RELEASE on a CPQ Alpha DS20E.
(Kern-Developer packages) Then tried to build a new kernel, in order to
get ccd supported. The steps were:
1. insert "pseudo-device ccd 4" into the kernel config, no other change
was made
2. config
3 make depend
It worked well so far, but then make has failed with the following:
...
ld -Bshareable -o accf_data.ko setdef0.o accf_data.kld setdef1.o
===> accf_http
cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested-
externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -
nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall -
Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-
prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -
ansi -c /usr/src/sys/modules/accf_http/../../netinet/accf_http.c
ld -r -o accf_http.kld accf_http.o
gensetdefs accf_http.kld
cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested-
externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -
nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall -
Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-
prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -
ansi -c setdef0.c
cc -O -pipe -mcpu=ev4 -D_KERNEL -Wall -Wredundant-decls -Wnested-
externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -
nostdinc -I- -I. -I@ -I/usr/include -mno-fp-regs -Wa,-mev56 -Wall -
Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-
prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -
ansi -c setdef1.c
ld -Bshareable -o accf_http.ko setdef0.o accf_http.kld setdef1.o
===> agp
touch opt_bus.h
touch opt_pci.h
@ -> /usr/src/sys
ln: @/sys: File exists
*** Error code 1
Stop in /usr/src/sys/modules/agp.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/src/sys/compile/GENERIC.
cartman#
I also have tried the same after commenting out the ccd line in the
config, result was the same. Does anyone have an idea what it could
be?
Thanks,
Attila
More information about the freebsd-questions
mailing list