Hi, this is my first time I customize my kernel.

  I'm working with Freebsd 6.0, I made a make buildkernel
  KERNELCONF=ALBABRAIN, and I get this error:
  "...
  cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls
  -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
  -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99
  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
  -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath
  -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm
  -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000
  -fno-strict-aliasing  -mno-align-long-strings
  -mpreferred-stack-boundary=2 -ffreestanding -Werror  majors.c
  cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls
  -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
  -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99
  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
  -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath
  -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm
  -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000
  -fno-strict-aliasing  -mno-align-long-strings
  -mpreferred-stack-boundary=2 -ffreestanding -Werror  vnode_if.c
  touch hack.c
  cc  -shared -nostdlib hack.c -o hack.So
  rm -f hack.c
  sh /usr/src/sys/conf/newvers.sh ALBABRAIN
  cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls
  -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
  -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99
  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
  -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath
  -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm
  -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000
  -fno-strict-aliasing  -mno-align-long-strings
  -mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
  linking kernel
  *** Error code 1
  Stop in /usr/obj/usr/src/sys/ALBABRAIN.
  *** Error code 1
  Stop in /usr/src.
  *** Error code 1
  Stop in /usr/src.
  "
  Any help will be apreciated!!

  This is my customized Kernel "ALBABRAIN":
  "
  machine  i386
  cpu  I686_CPU
  ident  ALBABRAIN
  options  SCHED_4BSD  #4BSD scheduler
  options  INET   #InterNETworking
  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  CD9660   #ISO 9660 Filesystem
  options  PROCFS   #Process filesystem (requires PSEUDOFS)
  options  PSEUDOFS  #Pseudo-filesystem framework
  options  COMPAT_43  #Compatible with BSD 4.3 [KEEP THIS!]
  options  COMPAT_FREEBSD4  #Compatible with FreeBSD4
  options  KTRACE   #ktrace(1) support
  options  _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time
  extensions
  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  PFIL_HOOKS  # pfil(9) framework
  options  INVARIANT_SUPPORT #Extra sanity checks of internal
  structures, required by INVARIANTS
  options  SMP   # Symmetric MultiProcessor Kernel
  device  apic   # I/O APIC
  device  isa
  device  pci
  device  fdc
  device  ata
  device  atadisk   # ATA disk drives
  device  atapicd   # ATAPI CDROM drives
  device  atapifd   # ATAPI floppy drives
  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  sio  # 8250, 16[45]50 based serial ports
  device  ppc
  device  ppbus  # Parallel port bus (required)
  device  lpt  # Printer
  device  ppi  # Parallel port interface device
  device  txp  # 3Com 3cR990 (``Typhoon'')
  device  vx  # 3Com 3c590, 3c595 (``Vortex'')
  device  miibus  # MII bus support
  device  re  # RealTek 8139C+/8169/8169S/8110S
  device  rl  # RealTek 8129/8139
  device  xl  # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  # Pseudo devices - the number indicates how many units to allocate.
  device  random  # Entropy device
  device  loop  # Network loopback
  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  urio  # Diamond Rio 500 MP3 player
  device  uscanner # Scanners
  "

  Thanks in advance!!

  Jordi from Barcelona.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to