From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 03:43:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1186216A4CE for ; Mon, 16 Feb 2004 03:43:54 -0800 (PST) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37E043D2D for ; Mon, 16 Feb 2004 03:43:53 -0800 (PST) (envelope-from meb@cinci.rr.com) Received: from cinci.rr.com (cvg-65-27-178-227.cinci.rr.com [65.27.178.227]) i1GBhptO009356 for ; Mon, 16 Feb 2004 06:43:51 -0500 (EST) Message-ID: <4030AC7C.6000902@cinci.rr.com> Date: Mon, 16 Feb 2004 06:41:48 -0500 From: Mike Berning User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <200402161104.37429.fritz.heinrichmeyer@fernuni-hagen.de> In-Reply-To: <200402161104.37429.fritz.heinrichmeyer@fernuni-hagen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: buildworld failure in /usr/src/sys/boot/i386/boot2 this morning X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:43:54 -0000 I'm getting the same error as well. Mike Fritz Heinrichmeyer wrote: >as --defsym FLAGS=0x80 --defsym SIOPRT=0x3f8 --defsym SIOFMT=0x3 --defsym >SIOSPD=9600 -o boot2.o boot2.s >cc -Os -fno-guess-branch-probability -fomit-frame-pointer >-mno-align-long-strings -mrtd -DUFS1_AND_UFS2 >-I/usr/src/sys/boot/i386/boot2/../../common >-I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return >-Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes >-Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes >-Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 >-c /usr/src/sys/boot/i386/boot2/sio.S >/var/tmp//ccrYtMTN.s: Assembler messages: >/var/tmp//ccrYtMTN.s:84: Error: undefined symbol `SIOSPD' in operation setting >`SIO_DIV' >/var/tmp//ccrYtMTN.s:35: Error: undefined symbol `SIO_FMT' in operation >/var/tmp//ccrYtMTN.s:39: Error: value of 115200 too large for field of 2 bytes >at 13 > >cc also should be informed about the defined symbols .... > >