Compiling ppc and ppbus as modules ?
From: Frédéric L. W. Meunier (1_at_pervalidus.net)
Date: 01/30/04
- Previous message: Edmund Craske: "RE: How to build FreeBSD entirely from sources?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 14:57:44 -0200 To: FreeBSD-questions@FreeBSD.org
Is it possible ? I can't find anything for ppc in /sys/modules,
and if I move ppbus to MODULES_OVERRIDE, make depend fails
with:
if [ -f .olddep ]; then mv .olddep .depend; fi
rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
../../../dev/ppc/ppc.c:56:22: ppbus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1
Stop in /usr/src/sys/i386/compile/pervalidus.
*** Error code 1
Stop in /usr/src/sys/i386/compile/pervalidus.
I also can't compile sio as module, but noticed it's possible
in -CURRENT as there's no a /sys/modules/sio.
I'm using 5.2-RELEASE.
-- How to contact me - http://www.pervalidus.net/contact.html _______________________________________________ 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: Edmund Craske: "RE: How to build FreeBSD entirely from sources?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|