From owner-freebsd-questions Mon Jan 3 14:27:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay02.netaddress.usa.net (relay02.netaddress.usa.net [204.68.24.182]) by hub.freebsd.org (Postfix) with SMTP id 6FDA314D4E for ; Mon, 3 Jan 2000 14:27:45 -0800 (PST) (envelope-from ryanm@realmedia.com) Received: (qmail 279 invoked from network); 3 Jan 2000 22:27:43 -0000 Received: from unknown (HELO golgi) (207.44.34.129) by relay02.netaddress.usa.net with SMTP; 3 Jan 2000 22:27:43 -0000 From: "Ryan P. McCann" To: Subject: building kernel: make command fail Date: Mon, 3 Jan 2000 17:27:27 -0500 Message-ID: <000c01bf5639$b7f87020$3b01a8c0@realads.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000D_01BF560F.CF226820" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01BF560F.CF226820 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, Here is where the make broke: loading kernel cs4232.o: In function `attach_cs4232': cs4232.o(.text+0x1ca): undefined reference to `probe_mpu401' cs4232.o(.text+0x1e5): undefined reference to `attach_mpu401' *** Error code 1 attached is the kernel config file. Any help would be much appreciated. It appears to be something to do with the Crystal Sound Card but I'm quite a novice at this. Thanks. -Ryan -- Ryan P. McCann ryanm@realmedia.com ------=_NextPart_000_000D_01BF560F.CF226820 Content-Type: text/plain; name="MAZEKERNEL.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="MAZEKERNEL.txt" #=0A= # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks=0A= #=0A= # For more information on this file, please read the handbook section on=0A= # Kernel Configuration Files:=0A= #=0A= # http://www.freebsd.org/handbook/kernelconfig-config.html=0A= #=0A= # The handbook is also available locally in /usr/share/doc/handbook=0A= # if you've installed the doc distribution, otherwise always see the=0A= # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the=0A= # latest information.=0A= #=0A= # An exhaustive list of options and more detailed explanations of the=0A= # device lines is also present in the ./LINT configuration file. If you = are=0A= # in doubt as to the purpose or necessity of a line, check first in LINT.=0A= #=0A= # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.143.2.22 1999/09/14 22:53:30 = jkh Exp $=0A= =0A= machine "i386"=0A= #cpu "I386_CPU"=0A= #cpu "I486_CPU"=0A= #cpu "I586_CPU"=0A= cpu "I686_CPU"=0A= ident MAZEKERNEL=0A= maxusers 64=0A= =0A= #options MATH_EMULATE #Support for x87 emulation=0A= options INET #InterNETworking=0A= options FFS #Berkeley Fast Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options MFS #Memory Filesystem=0A= options MFS_ROOT #MFS usable as root device, "MFS" req'ed=0A= options NFS #Network Filesystem=0A= options NFS_ROOT #NFS usable as root device, "NFS" req'ed=0A= #options MSDOSFS #MSDOS Filesystem=0A= options "CD9660" #ISO 9660 Filesystem=0A= options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed=0A= options PROCFS #Process filesystem=0A= options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]=0A= options SCSI_DELAY=3D15000 #Be pessimistic about Joe SCSI device=0A= options UCONSOLE #Allow users to grab the console=0A= options FAILSAFE #Be conservative=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=0A= options KTRACE #ktrace(1) syscall trace support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= =0A= config kernel root on wd0=0A= =0A= # To make an SMP kernel, the next two are needed=0A= #options SMP # Symmetric MultiProcessor Kernel=0A= #options APIC_IO # Symmetric (APIC) I/O=0A= # Optionally these may need tweaked, (defaults shown):=0A= #options NCPU=3D2 # number of CPUs=0A= #options NBUS=3D4 # number of busses=0A= #options NAPIC=3D1 # number of IO APICs=0A= #options NINTR=3D24 # number of INTs=0A= =0A= controller isa0=0A= controller pnp0 # PnP support for ISA=0A= controller eisa0=0A= controller pci0=0A= =0A= # Floppy drives=0A= controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2=0A= disk fd0 at fdc0 drive 0=0A= disk fd1 at fdc0 drive 1=0A= =0A= # IDE controller and disks=0A= options "CMD640" # work around CMD640 chip deficiency=0A= controller wdc0 at isa? port "IO_WD1" bio irq 14=0A= disk wd0 at wdc0 drive 0=0A= disk wd1 at wdc0 drive 1=0A= =0A= controller wdc1 at isa? port "IO_WD2" bio irq 15=0A= disk wd2 at wdc1 drive 0=0A= disk wd3 at wdc1 drive 1=0A= =0A= # ATAPI devices=0A= options ATAPI #Enable ATAPI support for IDE bus=0A= options ATAPI_STATIC #Don't do it as an LKM=0A= device acd0 #IDE CD-ROM=0A= device wfd0 #IDE Floppy (e.g. LS-120)=0A= =0A= # SCSI Controllers=0A= # A single entry for any of these controllers (ncr, ahb, ahc) is=0A= # sufficient for any number of installed devices.=0A= #controller ncr0 # NCR/Symbios Logic=0A= #controller ahb0 # EISA AHA1742 family=0A= #controller ahc0 # AHA2940 and onboard AIC7xxx devices=0A= #controller amd0 # AMD 53C974 (Teckram DC-390(T))=0A= #controller isp0 # Qlogic family=0A= #controller dpt0 # DPT Smartcache - See LINT for options!=0A= =0A= #controller adv0 at isa? port ? cam irq ?=0A= #controller adw0=0A= #controller bt0 at isa? port ? cam irq ?=0A= #controller aha0 at isa? port ? cam irq ?=0A= =0A= # SCSI peripherals=0A= # Only one of each of these is needed, they are dynamically allocated.=0A= #controller scbus0 # SCSI bus (required)=0A= #device da0 # Direct Access (disks)=0A= #device sa0 # Sequential Access (tape etc)=0A= #device cd0 # CD=0A= #device pass0 # Passthrough device (direct SCSI)=0A= =0A= # Proprietary or custom CD-ROM Interfaces=0A= #device wt0 at isa? port 0x300 bio irq 5 drq 1=0A= #device mcd0 at isa? port 0x300 bio irq 10=0A= #device matcd0 at isa? port 0x230 bio=0A= #device scd0 at isa? port 0x230 bio=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= controller atkbdc0 at isa? port IO_KBD tty=0A= device atkbd0 at isa? tty irq 1=0A= device psm0 at isa? tty irq 12=0A= =0A= device vga0 at isa? port ? conflicts=0A= =0A= # splash screen/screen saver=0A= pseudo-device splash=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc0 at isa? tty=0A= =0A= # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver=0A= #device vt0 at isa? tty=0A= #options XSERVER # support for X server=0A= #options FAT_CURSOR # start with block cursor=0A= # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines=0A= #options PCVT_SCANSET=3D2 # IBM keyboards are non-std=0A= =0A= # Floating point support - do not disable.=0A= device npx0 at isa? port IO_NPX irq 13=0A= =0A= # Power management support (see LINT for more options)=0A= device apm0 at isa? disable flags 0x31 # Advanced Power Management=0A= =0A= # Audio - Enables SoundCard=0A= controller snd0 =0A= device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 =0A= =0A= # PCCARD (PCMCIA) support=0A= #controller card0=0A= #device pcic0 at card?=0A= #device pcic1 at card?=0A= =0A= # Serial (COM) ports=0A= device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4=0A= device sio1 at isa? port "IO_COM2" tty irq 3=0A= device sio2 at isa? disable port "IO_COM3" tty irq 5=0A= device sio3 at isa? disable port "IO_COM4" tty irq 9=0A= =0A= # Parallel port=0A= device ppc0 at isa? port? flags 0x40 net irq 7=0A= controller ppbus0 # Parallel port bus (required)=0A= device lpt0 at ppbus? # Printer=0A= device plip0 at ppbus? # TCP/IP over parallel=0A= device ppi0 at ppbus? # Parallel port interface device=0A= #controller vpo0 at ppbus? # Requires scbus and da0=0A= =0A= # PCI Ethernet NICs.=0A= device al0 # ADMtek AL981 (``Comet'')=0A= device ax0 # ASIX AX88140A=0A= device de0 # DEC/Intel DC21x4x (``Tulip'')=0A= device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)=0A= device mx0 # Macronix 98713/98715/98725 (``PMAC'')=0A= device pn0 # Lite-On 82c168/82c169 (``PNIC'')=0A= device rl0 # RealTek 8129/8139=0A= device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'')=0A= device tl0 # Texas Instruments ThunderLAN=0A= device tx0 # SMC 9432TX (83c170 ``EPIC'')=0A= device vr0 # VIA Rhine, Rhine II=0A= device vx0 # 3Com 3c590, 3c595 (``Vortex'')=0A= device wb0 # Winbond W89C840F=0A= device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')=0A= =0A= # ISA Ethernet NICs.=0A= # Order is important here due to intrusive probes, do *not* alphabetize=0A= # this list of network interfaces until the probes have been fixed.=0A= # Right now it appears that the ie0 must be probed before ep0. See=0A= # revision 1.20 of this file.=0A= device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000=0A= device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000=0A= device ep0 at isa? port 0x300 net irq 10=0A= device ex0 at isa? port? net irq?=0A= device fe0 at isa? port 0x300 net irq ?=0A= device le0 at isa? port 0x300 net irq 5 iomem 0xd0000=0A= device lnc0 at isa? port 0x280 net irq 10 drq 0=0A= #device cs0 at isa? port 0x300 net irq ?=0A= # requires PCCARD (PCMCIA) support to be activated=0A= #device xe0 at isa? port? net irq ?=0A= =0A= # PCCARD NIC drivers.=0A= # ze and zp take over the pcic and cannot coexist with generic pccard=0A= # support, nor the ed and ep drivers they replace.=0A= device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000=0A= device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000=0A= =0A= # Pseudo devices - the number indicates how many units to allocated.=0A= pseudo-device loop # Network loopback=0A= pseudo-device ether # Ethernet support=0A= pseudo-device sl 1 # Kernel SLIP=0A= pseudo-device ppp 1 # Kernel PPP=0A= pseudo-device tun 1 # Packet tunnel=0A= pseudo-device pty 16 # Pseudo-ttys (telnet etc)=0A= pseudo-device gzip # Exec gzipped a.out's=0A= =0A= # The `bpfilter' pseudo-device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= # The number of devices determines the maximum number of=0A= # simultaneous BPF clients programs runnable.=0A= pseudo-device bpfilter 1 #Berkeley packet filter=0A= =0A= # enable watch command=0A= pseudo-device snp=0A= ------=_NextPart_000_000D_01BF560F.CF226820-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message