Re: problem to compil my kernel

2005-02-18 Thread Kent Stewart
On Friday 18 February 2005 01:31 pm, christophe Desfontaines wrote:
> hello
>
> i have a problèm when i compil my kernel
>
> this is my file :

Go back to a real kernel config file such as GENERIC and read the 
requirements for umass. When you compress it like you have done, you 
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
>
> deviceapic
>
> deviceisa
> deviceeisa
> devicepci
> deviceagp
>
> #floppy drives
> devicefdc
>
> #ATA
>
> deviceata
> deviceatadisk
> deviceataraid
> deviceatapicd
> deviceatapifd
> deviceatapist
> 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
> deviceatkbdc
> deviceatkbd
> devicepsm
>
> devicevga
> devicesplash
>
> #syscons
> devicesc
>
> #floating
> devicenpx
>
> #Power management support
> #device   apm
>
> #ADD suspend/resume support for the i8254
> devicepmtimer
>
> #PCcard   (pcmcia)
> #device   cbb
> #device   pccard
> #device   cardbus
>
> #Serial com ports
> devicesio
>
> #Parallel port
> deviceppc
> deviceppbus
> devicelpt
> deviceplip
> deviceppi
> devicevpo
>
> #device   puc
>
> #PCI ethernet NICS
> devicede
> deviceem
> deviceixgp
> devicetxp
> devicevx
>
> #PCI  ethernet NICS taht use the common MII bus controller code
> devicemiibus
> devicebfe
> devicebge
> devicedc
> devicefxp
> devicelge
> devicenge
> devicepcn
> devicere
> devicerl
> devicesf
> devicesis
> devicesk
> deviceste
> deviceti
> devicetl
> devicetx
> devicevge
> devicevr
> devicewb
> devicexl
>
> #ISA ethernet NICs
> devicecs
>
> #device   ed, ex, ep, fe, ie, lnc, sn, xe
>
> #device   le
>
> #device   wlan, an , awi, wi, wl
>
> #Pseudo devices
>
> deviceloop
> devicemem
> deviceio
> devicerandom
> deviceether
> devicesl
> deviceppp
> devicetun
> devicepty
> devicemd
> devicegif
> devicefaith
>
> devicebpf
>
>
> #Usb  support
> deviceuhci, 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
> devicesound
> devicesnd_sbc #sound blaster 128
>
> # TV card PCI
> devicebktr
> deviceiicbus
> deviceiicbb
> devicesmbus
>
>
>
> and the log of " make " command  was.
>
> Umass.o(.text+0x14f3) : In funtion’umass_cam_attach_sim’ :
> : undefined reference to ‘cam_simq_alloc’
>
> Umass.o(.text+0x1525) : In funtion’umass_cam_attach_sim’:
> : undefined reference to ‘cam_simq_alloc’

Re: problem to compil my kernel

2005-02-18 Thread Jason Henson
On 02/18/05 16:31:06, christophe Desfontaines wrote:
hello
i have a problèm when i compil my kernel
this is my file :
MONNOYAU
Machine
Cpu i686_CPU
Ident   MONNOYAU

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
and the log of " make " command  was.
Umass.o(.text+0x14f3) : In funtion’umass_cam_attach_sim’ :
: undefined reference to ‘cam_simq_alloc’

umass is usb related.  You can remove all usb stuff from the kernel and  
load only the modules you need.  If there is a problem with your source  
files cvsup again.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem to compil my kernel

2005-02-18 Thread Kris Kennaway
On Fri, Feb 18, 2005 at 10:31:06PM +0100, christophe Desfontaines wrote:
> hello
> 
> i have a probl?m when i compil my kernel
> 
> this is my file :
> 
> MONNOYAU
> 
> Machine
> Cpu   i686_CPU
> Ident MONNOYAU

These are all miscapitalized.

Kris


pgpUxpLfcdqPR.pgp
Description: PGP signature


problem to compil my kernel

2005-02-18 Thread christophe Desfontaines
hello
i have a problèm when i compil my kernel
this is my file :
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
#Optionsmsdofs
Options cd9660
Options procfs
Options pseudofs
Options geom_gpt
Options compat_43
Options compat_freebsd4
#Optionsscsi_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’umass_cam_attach_sim’ :
: undefined reference to ‘cam_simq_alloc’
Umass.o(.text+0x1525) : In funtion’umass_cam_attach_sim’:
: undefined reference to ‘cam_simq_alloc’
Umass.o(.text+0x1535) : In funtion’umass_cam_attach_sim’:
: undefined reference to ‘cam_simq_free’
Umass.o(.text+0x154e) : In funtion’umass_cam_attach_sim’:
: undefined reference to ‘xpt_bus_register’
Umass.o(.text+0x1573) : In funtion’umass_cam_rescan_callback’:
: undefined reference to ‘xpt_free_path’
Umass.o(.text+0x15c3) : In funtion’umass_cam_rescan’:
: undefined reference to ‘xpt_periph’
Umass.o(.text+0x15cc) : In funtion’umass_cam_rescan’:
: undefined reference to ‘xpt_create_path’
Umass.o(.text+0x15df) : In funtion’umass_cam_rescan’:
: undefined reference to ‘xpt_setup_ccb’
Umass.o(.text+0x15fa) : In funtion’umass_cam_rescan’:
: undefined reference to ‘xpt_action’
Umass.o(.text+0x1694) : In funtion’umass_cam_detach_sim’:
: undefined reference to ‘xpt_bus_deregister’
Umass.o(.text+0x16aa) : In funtion’umass_cam_detach_sim’:
: undefined reference to ‘cam_sim_free’
Umass.o(.text+0x16e9) : In funtion’umass_cam_action’:
: undefined reference to ‘xpt_done’
Umass.o(.text+0x1749) : In funtion’umass_cam_action’:
: undefined reference to ‘xpt_done’
Umass.o(.text+0x1767) : In funtion’umass_cam_action’:
: undefined reference to ‘xpt_done’
Umass.o(.text+0x17ec) : In funtion’umass_cam_action’:
: undefined reference to ‘xpt_done’
Umass.o(.text+0x18ab) : In funtion’umass_cam_action’:
: undefined reference to ‘xpt_done’
*** Error code 1

Could you tell me what are the mistakes on Ker