From owner-freebsd-questions Sat Apr 4 09:38:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16384 for freebsd-questions-outgoing; Sat, 4 Apr 1998 09:38:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rebel.flash.net (rebel.flash.net [209.30.49.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16349 for ; Sat, 4 Apr 1998 09:37:56 -0800 (PST) (envelope-from garret@rebel.flash.net) Received: from rebel.flash.net (localhost [127.0.0.1]) by rebel.flash.net (8.8.8/8.8.8) with ESMTP id LAA04376 for ; Sat, 4 Apr 1998 11:34:21 -0600 (CST) (envelope-from garret@rebel.flash.net) Message-ID: <35266F1C.CBE4DC98@rebel.flash.net> Date: Sat, 04 Apr 1998 11:34:20 -0600 From: Garret Toomey X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HELP: make depend fails!! Content-Type: multipart/mixed; boundary="------------2B84E0DC11AA56E47CE2A5C1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------2B84E0DC11AA56E47CE2A5C1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am new to kernel compiling, the handbook said to ask for help here. So here it goes. I can config kernel fine, but during the make depend, it errors out. According to the handbook, this is caused my something wrong in the config file and to send the config file to this list. I have attached the file. I really appreciate any help to get this compiled. Thanks in Advance garret PS I am not on this list, so if you could email me back directly I would appreciate it. --------------2B84E0DC11AA56E47CE2A5C1 Content-Type: text/plain; charset=us-ascii; name="REBELKERNEL" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="REBELKERNEL" # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.77.2.22 1998/03/24 01:20:14 jkh Exp $ machine "i386" cpu "I486_CPU" ident REBEL_KERNEL maxusers 10 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MFS #memory-mapped Filesystem #options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options QUOTA #enables disk quotas options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options "MAXMEM=<65536>" config kernel root on wd0 controller isa0 controller eisa0 #controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM #device wfd0 #IDE floppy (LS-120) # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. # # Note: The dpt driver is present in this release but was left disabled # due to its relatively late entry (it's almost certainly benign to enable # it but we didn't want to risk any chance of destabilizing 2.2.6). To # enable DPT support, uncomment the dpt0 controller entry and the two # options DPTOPT and DPT_MEASURE_PERFORMANCE entries below. controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #options DPTOPT # will go away soon #options DPT_MEASURE_PERFORMANCE # just enable for now #options DPT_VERIFY_HINTR # Some hardware must have it! #options DPT_TRACK_CCB_STATES # Some hardware must have it! #options DPT_HANDLE_TIMEOUTS # Some hardware must have it! #options DPT_TIMEOUT_FACTOR=4 # Some hardware needs more controller scbus0 device sd0 #support for scsi drives device od0 #See LINT for possible `od' options. device st0 #support for scsi tape drives device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # Mandatory, don't remove device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device de0 device fxp0 device tx0 device vx0 device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr pseudo-device loop pseudo-device ether pseudo-device log #pseudo-device sl 1 #pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM # # Audio drivers: `snd', `sb', `pas', `gus', `pca' # # sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum # # Beware! The addresses specified below are also hard-coded in # i386/isa/sound/sound_config.h. If you change the values here, you # must also change the values in the include file. # # The i386/isa/sound/sound.doc has more information. #controller snd0 #device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr #options "SBC_IRQ=5" --------------2B84E0DC11AA56E47CE2A5C1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message