From owner-freebsd-stable@FreeBSD.ORG Sun May 18 18:20:00 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6858F37B401 for ; Sun, 18 May 2003 18:20:00 -0700 (PDT) Received: from casa.michosa.com (cip-68-37.bbs.surfcity.net [66.116.68.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC81443F93 for ; Sun, 18 May 2003 18:19:59 -0700 (PDT) (envelope-from federico@michosa.com) Received: from sala (sala [192.168.0.2]) by casa.michosa.com (8.12.9/8.12.9) with ESMTP id h4J1SSeK001953 for ; Sun, 18 May 2003 18:28:28 -0700 (PDT) (envelope-from federico@michosa.com) From: "Federico Canton" To: Date: Sun, 18 May 2003 18:20:06 -0700 Message-ID: <000001c31da4$c82229b0$0200a8c0@ntd.michosa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Compile of boot blocks fails, please help. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: federico@michosa.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 01:20:00 -0000 Hello, I am trying to set a computer running FreeBSD 4.8-STABLE so that = it can boot using a serial console. To this effect I am trying to compile = new boot blocks, but I get this error: casa# cd /usr/src/sys/i386/boot/biosboot && make=20 cc -O2 -malign-functions=3D0 -malign-jumps=3D0 -malign-loops=3D0 = -DBOOTWAIT=3D5000 -DTIMEOUT=3D -DBOOTSEG=3D0x1000 -DBOOTSTACK=3D0xFFF0 -Wall = -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DCOMCONSOLE=3D0x3F8 -DCONSPEED=3D115200 -mpreferred-stack-boundary=3D2 -aout -nostdinc -I/usr/src/sys/i386/boot/biosboot/../../../../include -I/usr/src/sys/i386/boot/biosboot/../../.. = -I/usr/src/sys/i386/boot/biosboot -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -N -T 0 -nostdlib -static -o boot start.o = table.o boot2.o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o=20 serial.o: Undefined symbol `COMBRD' referenced from text segment serial.o: Undefined symbol `COMBRD' referenced from text segment *** Error code 1 Stop in /usr/src/sys/i386/boot/biosboot. casa# Can any one please help? federico