From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 04:53:32 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B5916A4CE for ; Fri, 7 Jan 2005 04:53:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D154143D1D for ; Fri, 7 Jan 2005 04:53:31 +0000 (GMT) (envelope-from lucasreddinger@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so113071rne for ; Thu, 06 Jan 2005 20:53:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=GvOsxd5eiek47yxGA+jsKcc1MPR14a0bu2AAHlILqfSpQAZGjngVbnOJkgpibc36X7OEAa/rQey9TKDhN8mDMHZ5tOfEk+6gkH1qgCKVOcxREO6uHmNA/Mwnd6ozvlB2fyD0Nj5DYUQzd265fTOmqltLF1GZmVQHLJER2eMoJP8= Received: by 10.38.72.27 with SMTP id u27mr244020rna; Thu, 06 Jan 2005 20:53:31 -0800 (PST) Received: by 10.38.165.64 with HTTP; Thu, 6 Jan 2005 20:53:31 -0800 (PST) Message-ID: Date: Thu, 6 Jan 2005 21:53:31 -0700 From: lucas reddinger To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kernel make error in if_wi.o X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lucas reddinger List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 04:53:32 -0000 http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2 I see the same problem in that post, however it was unanswered. I installed 5.3-R with 5.3-R kernel sources. During a make in /usr/src/sys/i386/compile/PASSION: if_wi.o(.text+0x4150): In function `wi_set_cfg': : undefined reference to `ieee80211_cfgset' if_wi.o(.text+0x4e02): In function `wi_newstate': : undefined reference to `ieee80211_state_name' if_wi.o(.text+0x52c8): In function `wi_dump_pkt': : undefined reference to `ieee80211_dump_pkt' *** Error code 1 % cat PASSION machine i386 cpu I686_CPU ident PASSION options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension s options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC device isa device pci device fdc device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support device sc device agp # support several AGP chipsets device npx device pmtimer device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus device ppc device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. device sound device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) device bpf # Berkeley packet filter device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners If you need any other information, then please ask. Thanks in advance, Lucas Reddinger