Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2009 08:10:48 -0800
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: 8-STABLE broken on amd64
Message-ID:  <20091206161048.GA85914@icarus.home.lan>
In-Reply-To: <20091206165257.564ae23d.lehmann@ans-netz.de>
References:  <20091206164742.a0b2be18.lehmann@ans-netz.de> <20091206165257.564ae23d.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 06, 2009 at 04:52:57PM +0100, Oliver Lehmann wrote:
> Oliver Lehmann wrote:
> 
> > /usr/local/libexec/ccache/world-cc -O2 -pipe -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -std=gnu99  -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1.c
> > {standard input}: Assembler messages:
> > {standard input}:27: Error: suffix or operands invalid for `mov'
> > *** Error code 1
> 
> Compiling without any optimization (removing -O2) makes the error
> go away by the way....
> 
> Then the asm part gets to:
> 
> #APP
>         movl %edx,-8(%rbp)

Does this happen if you remove ccache from the picture, and/or remove
/usr/obj/* prior to building?

-- 
| Jeremy Chadwick                                   jdc@parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



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