From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 22:19:29 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 58C6916A4CE for ; Fri, 18 Feb 2005 22:19:29 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A7D43D1D for ; Fri, 18 Feb 2005 22:19:28 +0000 (GMT) (envelope-from kbstew01@owt.com) Received: from [192.168.0.3] (owt-207-41-94-232.owt.com [207.41.94.232]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j1IMIxt3029517; Fri, 18 Feb 2005 14:18:59 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Fri, 18 Feb 2005 14:19:26 -0800 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200502181419.26745.kbstew01@owt.com> cc: christophe Desfontaines Subject: Re: problem to compil my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kstewart@owt.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 22:19:29 -0000 On Friday 18 February 2005 01:31 pm, christophe Desfontaines wrote: > hello > > i have a probl=E8m when i compil my kernel > > this is my file : Go back to a real kernel config file such as GENERIC and read the=20 requirements for umass. When you compress it like you have done, you=20 loose all of the context requirements. Kent > > MONNOYAU > > Machine > Cpu i686_CPU > Ident MONNOYAU > > Options sched_4bsd > Options FFS > Options softupdates > Options ufs_acl > Options ufs_dirhash > Options md_root > Options nfsclient > Options nfs_server > Options nfs_root > #Options msdofs > Options cd9660 > Options procfs > Options pseudofs > Options geom_gpt > Options compat_43 > Options compat_freebsd4 > #Options scsi_delay > options ktrace > options sysvshm > options sysvmsg > options sysvsem > options _kposix_priority_scheduling > options kbd_install_cdev > options ahc_reg_pretty_print > options ahd_reg_pretty_print > options adaptive_giant > > > ### Networks options > options ipfilter > options ipfilter_log > options ipfilter_default_block > options inet > options inet6 > options icmp_badlim > > device apic > > device isa > device eisa > device pci > device agp > > #floppy drives > device fdc > > #ATA > > device ata > device atadisk > device ataraid > device atapicd > device atapifd > device atapist > options ata_static_id > > # scsi > #device ahd, ahc, ahb, amd, isp, mpt, ncr, sym, trm, adv, adw, aic, > bt > > #device ncv > #device nsp > #device stg > > #SCSI peripherals > #device scbus, ch, da, sa, cd, pass, ses > > #RAID peripherals > #device amr, asr, ciss, dpt, hptw,iir, ips, mly,twa > > #Atkbdc0 > device atkbdc > device atkbd > device psm > > device vga > device splash > > #syscons > device sc > > #floating > device npx > > #Power management support > #device apm > > #ADD suspend/resume support for the i8254 > device pmtimer > > #PCcard (pcmcia) > #device cbb > #device pccard > #device cardbus > > #Serial com ports > device sio > > #Parallel port > device ppc > device ppbus > device lpt > device plip > device ppi > device vpo > > #device puc > > #PCI ethernet NICS > device de > device em > device ixgp > device txp > device vx > > #PCI ethernet NICS taht use the common MII bus controller code > device miibus > device bfe > device bge > device dc > device fxp > device lge > device nge > device pcn > device re > device rl > device sf > device sis > device sk > device ste > device ti > device tl > device tx > device vge > device vr > device wb > device xl > > #ISA ethernet NICs > device cs > > #device ed, ex, ep, fe, ie, lnc, sn, xe > > #device le > > #device wlan, an , awi, wi, wl > > #Pseudo devices > > device loop > device mem > device io > device random > device ether > device sl > device ppp > device tun > device pty > device md > device gif > device faith > > device bpf > > > #Usb support > device uhci, ohci, usb, udbp, ugen, uhid, ukbd, ulpt, umass, > ums,urio, uscanner > > #usb ethernet > #device aue, axe, cue, kue, rue > #Firewire support > #device firewire, sbp, fwe > > # sound card > device sound > device snd_sbc #sound blaster 128 > > # TV card PCI > device bktr > device iicbus > device iicbb > device smbus > > > > and the log of " make " command was. > > Umass.o(.text+0x14f3) : In funtion=92umass_cam_attach_sim=92 : > : undefined reference to =91cam_simq_alloc=92 > > Umass.o(.text+0x1525) : In funtion=92umass_cam_attach_sim=92: > : undefined reference to =91cam_simq_alloc=92 > > Umass.o(.text+0x1535) : In funtion=92umass_cam_attach_sim=92: > : undefined reference to =91cam_simq_free=92 > > Umass.o(.text+0x154e) : In funtion=92umass_cam_attach_sim=92: > : undefined reference to =91xpt_bus_register=92 > > Umass.o(.text+0x1573) : In funtion=92umass_cam_rescan_callback=92: > : undefined reference to =91xpt_free_path=92 > > Umass.o(.text+0x15c3) : In funtion=92umass_cam_rescan=92: > : undefined reference to =91xpt_periph=92 > > Umass.o(.text+0x15cc) : In funtion=92umass_cam_rescan=92: > : undefined reference to =91xpt_create_path=92 > > Umass.o(.text+0x15df) : In funtion=92umass_cam_rescan=92: > : undefined reference to =91xpt_setup_ccb=92 > > Umass.o(.text+0x15fa) : In funtion=92umass_cam_rescan=92: > : undefined reference to =91xpt_action=92 > > Umass.o(.text+0x1694) : In funtion=92umass_cam_detach_sim=92: > : undefined reference to =91xpt_bus_deregister=92 > > Umass.o(.text+0x16aa) : In funtion=92umass_cam_detach_sim=92: > : undefined reference to =91cam_sim_free=92 > > Umass.o(.text+0x16e9) : In funtion=92umass_cam_action=92: > : undefined reference to =91xpt_done=92 > > Umass.o(.text+0x1749) : In funtion=92umass_cam_action=92: > : undefined reference to =91xpt_done=92 > > Umass.o(.text+0x1767) : In funtion=92umass_cam_action=92: > : undefined reference to =91xpt_done=92 > > Umass.o(.text+0x17ec) : In funtion=92umass_cam_action=92: > : undefined reference to =91xpt_done=92 > > Umass.o(.text+0x18ab) : In funtion=92umass_cam_action=92: > : undefined reference to =91xpt_done=92 > > *** Error code 1 > > > > Could you tell me what are the mistakes on Kernel file > > Thanks > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" =2D-=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html