4.10-RELEASE kernel build fails on alpha
rege_at_freemail.hu
Date: 07/02/04
- Previous message: Toni Schmidbauer: "Re: Problem with gateway and ipfw in FreeBSD 5.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 2 Jul 2004 17:08:33 +0200 (CEST) To: freebsd-questions@freebsd.org
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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Toni Schmidbauer: "Re: Problem with gateway and ipfw in FreeBSD 5.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|