On Sun, Mar 02, 2003 at 01:10:38PM +0100, Thomas Beer wrote:
> On Sat, Mar 01, 2003 at 09:11:24PM +0100, Oliver Fromme wrote:
> :
> : Der ist auf'm PCI-Bus, da genügt auch einfach »device ata«
> : ohne das ganze andere Gefummel.
>
> Nachdem ich sämtliche isa devices rausgehauen habe bockt er
> beim compilieren:
>
> =08=08=08make buildkernel KERNCONF=3DVAIO_05=0D
> =0D
> --------------------------------------------------------------=0D
> >>> Kernel build for VAIO_05 started on Sun Mar 2 13:02:11 CET 2003=0D
> --------------------------------------------------------------=0D
> =3D=3D=3D> VAIO_05=0D
> mkdir -p /usr/obj/usr/src/sys=0D
> cd /usr/src/sys/i386/conf; PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/=
> usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/=
> usr/bin config -d /usr/obj/usr/src/sys/VAIO_05 /usr/src/sys/i386/conf/VA=
> IO_05=0D
> Don't forget to do a ``make depend''=0D
> Kernel build directory is /usr/obj/usr/src/sys/VAIO_05=0D
>
> < --- snip
>
> perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/dev/usb/usb_if.m=0D
> perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/dev/usb/usb_if.m=0D
> perl5 /usr/src/sys/kern/vnode_if.pl -c /usr/src/sys/kern/vnode_if.src=0D
> rm -f .newdep=0D
> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep =
> -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstr=
> ict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =
> -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/=
> ../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h=
> -mpreferred-stack-boundary=3D2=0D
> /usr/src/sys/dev/fxp/if_fxp.c:81: miibus_if.h: No such file or directory=0D
fxp braucht miibus.
> In file included from /usr/src/sys/i386/isa/pci_cfgreg.c:43:=0D
> /usr/src/sys/isa/isavar.h:36: isa_if.h: No such file or directory=0D
Du hast (vermutlich) ISA Hardware eincompilert, aber keinen ISA bus.
Auf ISA kann man in der Regel nicht verzichten, weil diverse On Board
Hardware auf ISA liegt, z.B. der Floppycontroller und die Serielen...
Wenns das nicht ist, dann solltest du uns deine Config zeigen.
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 02 Mar 2003 - 13:19:25 CET