Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 17:08:33 +0200 (CEST)
From:      rege@freemail.hu
To:        freebsd-questions@freebsd.org
Subject:   4.10-RELEASE kernel build fails on alpha
Message-ID:  <freemail.20040602170833.6728@fm2.freemail.hu>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?freemail.20040602170833.6728>