Date: Fri, 8 Dec 2000 09:00:58 -0800 From: "DaveStanford" <dstanford@abac.com> To: <freebsd-questions@FreeBSD.org> Subject: 4.1 kernel compile error Message-ID: <0bb001c06138$76635ca0$458137d8@abac.net>
index | next in thread | raw e-mail
[-- Attachment #1 --] I receive this error when trying to compile a new kernel for FreeBSD 4.1 release. I have attached my config file "SRV4ME" for reference. Any input would be greatly appreciated. install -c -m 555 -o root -g wheel -fschg kernel /kernel if [ -d /modules -a -n "`ls /modules`" ]; then mkdir -p /modules.old; cp -p /modules/* /modules.old; fi; cd ../../modules && env MAKEOBJDIRPREFIX=/usr/src/sys/compile/SRV4ME/modules make install ===> agp install -c -o root -g wheel -m 555 agp.ko /modules install: agp.ko: No such file or directory *** Error code 71 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/SRV4ME. ----------- Dave Stanford Network Engineer A+Net Internet Services 5266 Eastgate Mall San Diego, CA 92121 voice (858) 455-7709 fax (858) 450-0567 [-- Attachment #2 --] machine i386 cpu I686_CPU ident SRVME maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device eisa device pci device agp device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device ata0 at isa? port IO_WD1 irq 14 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device fxp device miibus # MII bus support device rl # RealTek 8129/8139 pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) options IPFIREWALL options IPFIREWALL_VERBOSEhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0bb001c06138$76635ca0$458137d8>
