From owner-freebsd-current Mon May 20 01:44:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA04695 for current-outgoing; Mon, 20 May 1996 01:44:29 -0700 (PDT) Received: from MindBender.HeadCandy.com (root@[199.238.225.168]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA04512; Mon, 20 May 1996 01:41:45 -0700 (PDT) Received: from localhost.HeadCandy.com (michaelv@localhost.HeadCandy.com [127.0.0.1]) by MindBender.HeadCandy.com (8.7.5/8.6.9) with SMTP id BAA07339; Mon, 20 May 1996 01:41:41 -0700 (PDT) Message-Id: <199605200841.BAA07339@MindBender.HeadCandy.com> X-Authentication-Warning: MindBender.HeadCandy.com: Host michaelv@localhost.HeadCandy.com [127.0.0.1] didn't use HELO protocol To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org Subject: Help building kernel Date: Mon, 20 May 1996 01:41:40 -0700 From: "Michael L. VanLoon -- HeadCandy.com" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Help! I'm trying to build a kernel on 2.1.0-Release, and I can't get it to work. Every time it goes to link I get these two errors: init_main.o: Undefined symbol `_dummyinit' referenced kern_xxx.o: Undefined symbol `_dummy_cleanup' referenced I'm using: config -g SPI cd ../../compile/SPI make depend make Here's my config file: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $ # machine "i386" cpu "I386_CPU" ident SPI maxusers 16 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options DUMMY_NOPS options GATEWAY options KTRACE options "AUTO_EOI_1" options "AUTO_EOI_2" options SYSVSEM options SYSVMSG options SYSVSHM options DDB options DIAGNOSTIC makeoptions DEBUG="-g" config kernel root on wd0 dumps on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device cy0 at isa? tty irq 11 iomem 0xd4000 iosiz 0x2000 vector cyintr device cy1 at isa? tty irq 12 iomem 0xd6000 iosiz 0x2000 vector cyintr device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device ppp 16 pseudo-device pty 64 pseudo-device gzip # Exec gzipped a.out's pseudo-device vn 4 pseudo-device bpfilter 4 ----------------------------------------------------------------------------- Michael L. VanLoon michaelv@HeadCandy.com --< Free your mind and your machine -- NetBSD free un*x >-- NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3, Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32... NetBSD ports in progress: PICA, others... Roll your own Internet access -- Seattle People's Internet cooperative. If you're in the Seattle area, ask me how. -----------------------------------------------------------------------------