From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 00:23:48 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 C5B2716A4CE for ; Mon, 16 Feb 2004 00:23:48 -0800 (PST) Received: from ares.kosire.net (unknown [217.11.240.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48F043D3F for ; Mon, 16 Feb 2004 00:23:47 -0800 (PST) (envelope-from lists@hosting50.cz) Received: (qmail 76266 invoked by uid 89); 16 Feb 2004 08:24:06 -0000 Received: from unknown (HELO ?10.15.141.2?) (lists@hosting50.cz@10.15.141.2) by ares.kosire.net with AES256-SHA encrypted SMTP; 16 Feb 2004 08:24:06 -0000 From: Tomas Randa To: freebsd-current@freebsd.org In-Reply-To: <20040216063529.GA34675@chihiro.leafy.idv.tw> References: <20040216063529.GA34675@chihiro.leafy.idv.tw> Message-Id: <1076919826.85778.7.camel@ares.internetservice.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 16 Feb 2004 09:23:46 +0100 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: buildworld fails at boot2 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 08:23:48 -0000 Hi, I have same problem, my configuration i Duron 700, VIA KT133A, Athlon specified in make.conf ===> sys/boot/i386/boot2 objcopy -S -O binary boot1.out boot1 dd if=/dev/zero of=boot2.ldr bs=276 count=1 1+0 records in 1+0 records out 276 bytes transferred in 0.000292 secs (945002 bytes/sec) 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 -S -o boot2.s.tmp /usr/src/sys/boot/i386/boot2/boot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp 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//ccfR9bIu.s: Assembler messages: /var/tmp//ccfR9bIu.s:84: Error: undefined symbol `SIOSPD' in operation setting `SIO_DIV' /var/tmp//ccfR9bIu.s:35: Error: undefined symbol `SIO_FMT' in operation /var/tmp//ccfR9bIu.s:39: Error: value of 115200 too large for field of 2 bytes at 13 *** Error code 1 Stop in /usr/src/sys/boot/i386/boot2. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Tomas Randa