(fbsd-current)
I lost my kernel config in august; now I'm trying to make a new.
But I must be missing something in my config.
I'm getting this from make buildkernel:
Script started on Sat Jan 6 15:53:44 2001
gina/usr/src # make -DNOCLEAN buildkernel KERNEL=ARNOLD
(I'm getting the same error without NOCLEAN; it's just for getting the
typescript)
--------------------------------------------------------------
>>> Rebuilding kernel(s)
--------------------------------------------------------------
===> ARNOLD
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config -d /usr/obj/usr/src/sys/ARNOLD ARNOLD
...
cd /usr/obj/usr/src/sys/ARNOLD; MAKEOBJDIRPREFIX=/usr/obj
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin
LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0 DESTDIR=/usr/obj/usr/src/i386
INSTALL="sh /usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
MACHINE=i386 make KERNEL=kernel all
linking kernel
i4b_ctl.o: In function `i4bctlioctl':
i4b_ctl.o(.text+0x131): undefined reference to `i4b_l1_debug'
i4b_ctl.o(.text+0x157): undefined reference to `i4b_l1_debug'
i4b_l2.o: In function `i4b_ph_activate_ind':
i4b_l2.o(.text+0x1ea): undefined reference to `i4b_l1_debug'
i4b_l2.o: In function `i4b_ph_deactivate_ind':
i4b_l2.o(.text+0x22a): undefined reference to `i4b_l1_debug'
i4b_l2.o: In function `i4b_mph_status_ind':
i4b_l2.o(.text+0x366): undefined reference to `i4b_l1_debug'
i4b_l2.o: In function `i4b_mdl_command_req':
i4b_l2.o(.text+0x4f2): undefined reference to `i4b_l1l2_func'
i4b_uframe.o: In function `i4b_tx_sabme':
i4b_uframe.o(.text+0x422): undefined reference to `i4b_l1l2_func'
i4b_uframe.o: In function `i4b_tx_dm':
i4b_uframe.o(.text+0x46e): undefined reference to `i4b_l1l2_func'
i4b_uframe.o: In function `i4b_tx_disc':
i4b_uframe.o(.text+0x4ba): undefined reference to `i4b_l1l2_func'
i4b_uframe.o: In function `i4b_tx_ua':
i4b_uframe.o(.text+0x506): undefined reference to `i4b_l1l2_func'
i4b_uframe.o(.text+0x555): more undefined references to `i4b_l1l2_func' follow
*** Error code 1
Stop in /usr/obj/usr/src/sys/ARNOLD.
*** Error code 1
Script done on Sat Jan 6 15:55:49 2001
My config is this:
machine i386
cpu I586_CPU
ident ARNOLD
maxusers 32
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options SHOW_BUSYBUFS
device isa
device eisa
device pci
device ncr # NCR/Symbios Logic
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device atkbdc 1 # At keyboard controller
device atkbd # at keyboard
device psm # psm mouse
device vga # VGA screen
device splash
device sc 1
device npx
device pmtimer
device sio # 8250, 16[45]50 based serial ports
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
device miibus # MII bus support
device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device random # Entropy device
options NOBLOCKRANDOM # avoid any blocking on device random
device loop # Network loopback
device ether # Ethernet support
device sl # Kernel SLIP
device ppp 1 # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif 4 # IPv6 and IPv4 tunneling
device faith 1 # IPv6-to-IPv4 relaying (translation)
device bpf # Berkeley packet filter
device sppp #Generic Synchronous PPP
options DRN_NGO
device "i4bq921"
device "i4bq931"
device "i4b"
device "i4btrc" 4
device "i4bctl"
device "i4btel" 2
device "i4bipr" 4
device "i4bisppp" 4
Leif Neland
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message