Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2007 08:33:42 +0200
From:      Michal Mertl <mime@traveller.cz>
To:        Brooks Talley <brooks@illuminati.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: Building a 32 bit chroot on amd64?
Message-ID:  <1189751622.1343.3.camel@genius.i.cz>
In-Reply-To: <22187550.52511189717324600.JavaMail.root@zmail.illuminati.org>
References:  <22187550.52511189717324600.JavaMail.root@zmail.illuminati.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Brooks Talley wrote:
> Hi, everyone.  I'm trying to build a 32 bit chroot on a 7.0-CURRENT amd64 installation.  The sources are up to date.
> 
> "make TARGET_ARCH=i386 buildworld" fails partway through with the message:
> 
> ===> lib/csu/i386-elf (obj,depend,all,install)
> rm -f .depend
> CC='/usr/bin/cc' mkdep -f .depend -a    -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include /usr/src/lib/csu/i386-elf/crt1.c /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
> /usr/bin/cc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/csu/i386-elf/../common  -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -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
> 
> Stop in /usr/src/lib/csu/i386-elf.
> 
> ...And ideas?  

I did successfully did it with 'make buildworld TARGET=i386' couple of
days ago.

> 
> Thanks
> -Brooks
> 
> 




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