Re: [head tinderbox] failure on amd64/amd64

From: Ruslan Ermilov <ru_at_FreeBSD.org>
Date: Thu, 28 Sep 2006 14:15:35 +0400
On Wed, Sep 27, 2006 at 08:10:28PM -0400, FreeBSD Tinderbox wrote:
> TB --- 2006-09-27 23:02:01 - starting HEAD tinderbox run for amd64/amd64
[...]
> >>> World build started on Wed Sep 27 23:09:02 UTC 2006
[...]
> >>> stage 4.4: building everything
> [...]
> cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer  -fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600  -I/src/sys/boot/i386/boot2/../../common  -I/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  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -m32  -c /src/sys/boot/i386/boot2/sio.S
> ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /obj/amd64/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o
> objcopy -S -O binary boot2.out boot2.bin
> btxld -v -E 0x2000 -f bin -b /obj/amd64/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o boot2.ld -P 1 boot2.bin
> kernel: ver=1.01 size=7d0 load=9000 entry=9010 map=16M pgctl=1:1
> client: fmt=bin size=152d text=0 data=0 bss=0 entry=0
> output: fmt=bin size=1e11 text=114 data=1cfd org=0 entry=0
> -17 bytes available
> *** Error code 1
> 
> Stop in /src/sys/boot/i386/boot2.
> *** Error code 1
> 
Should be fixed now.

After John's commit to btx.S, boot2 build on amd64 broke but
not on i386.

I added -march=i386 to CFLAGS when MACHINE_ARCH is amd64, and
got the same object code that i386 would produce (modulo the
timestamps).

Here's the difference between ``cpp -m32 -dM /dev/null'' and
``cpp -m32 -march=i386 -dM /dev/null'' outputs, on amd64:

33a34
> #define __tune_i386__ 1
63d63
< #define __tune_k8__ 1

I.e., by default, -m32 on amd64 still tunes for k8.  I don't
know what others think about it (perhaps it would still be
a good idea to tune for k8 on amd64 even in the boot code),
but for now this looked a good work-around to me, and it
definitely takes less bytes than the k8-tuned version.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Thu Sep 28 2006 - 08:16:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:00 UTC