Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 19:17:18 -0500
From:      Garance A Drosihn <drosih@rpi.edu>
To:        Mike Berning <meb@cinci.rr.com>, ru@FreeBSD.org
Cc:        Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
Subject:   Re: buildworld failure in /usr/src/sys/boot/i386/boot2 this morning
Message-ID:  <p06020421bc56fbe12dfb@[128.113.24.47]>
In-Reply-To: <4030AC7C.6000902@cinci.rr.com>
References:  <200402161104.37429.fritz.heinrichmeyer@fernuni-hagen.de> <4030AC7C.6000902@cinci.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 6:41 AM -0500 2/16/04, Mike Berning wrote:
>
>Fritz Heinrichmeyer wrote:
>
>>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

In a different thread, Simon <heath@cng.fr> suggested that:

    "Adding an edited copy of the boot1.o target for sio.o to the
    Makefile seemed to work for me (at least I ended up with a
    boot2 binary identical to my existing /boot/boot2 - I haven't
    rebooted yet as I'm still building the kernel)."

Based on that advice, I added the rule:

sio.o: sio.s
	${CPP} ${CFLAGS} ${.CURDIR}/sio.s | \
	    ${AS} ${AFLAGS} -o ${.TARGET}

before the line that starts with "CLEANFILES+=   boot2"
in /usr/src/sys/boot/i386/boot2/Makefile

This seems to have solved the problem for me.  I have not
committed this change, though, as it may be that some other
change would be more appropriate.

-- 
Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06020421bc56fbe12dfb>