From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaSim-00082q-Nm for qemu-devel@nongnu.org; Mon, 10 Aug 2009 07:07:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaSih-0007wQ-5U for qemu-devel@nongnu.org; Mon, 10 Aug 2009 07:07:19 -0400 Received: from [199.232.76.173] (port=49657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaSig-0007vv-Rm for qemu-devel@nongnu.org; Mon, 10 Aug 2009 07:07:14 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:38986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaSig-0000jG-9R for qemu-devel@nongnu.org; Mon, 10 Aug 2009 07:07:14 -0400 Received: by ewy6 with SMTP id 6so1073432ewy.34 for ; Mon, 10 Aug 2009 04:07:12 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 10 Aug 2009 13:07:12 +0200 Message-ID: From: "stolendata.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] 0.11.0-rc1 build problems, on OS X 10.5.8 (using latest xcode) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org configured with --enable-cocoa --disable-sdl --disable-kvm --disable-kqemu --target-list=i386-softmmu looks like something is messing up for 'as'... - - - - - - - - - for d in pc-bios/optionrom; do \ make -C $d || exit 1 ; \ done gcc -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin -I/Users/sd/code/qemu-0.11.0-rc1 -fno-stack-protector -o multiboot.o -c multiboot.S multiboot.S:49:Unknown pseudo-op: .global multiboot.S:49:Rest of line ignored. 1st junk character valued 95 (_). multiboot.S:98:invalid character '\' in operand 1 multiboot.S:98:junk `x510' after expression multiboot.S:98:junk `x511' after expression multiboot.S:98:expecting operand before ','; got nothing multiboot.S:98:expecting operand before ','; got nothing multiboot.S:98:expecting operand before ','; got nothing multiboot.S:103:invalid character '\' in operand 1 multiboot.S:103:junk `x510' after expression multiboot.S:103:junk `x511' after expression multiboot.S:103:expecting operand before ','; got nothing multiboot.S:103:expecting operand before ','; got nothing multiboot.S:103:expecting operand before ','; got nothing multiboot.S:144:invalid character '%' in mnemonic multiboot.S:166:invalid character '\' in operand 1 multiboot.S:166:junk `x510' after expression multiboot.S:166:junk `x511' after expression multiboot.S:166:expecting operand before ','; got nothing multiboot.S:166:expecting operand before ','; got nothing multiboot.S:166:expecting operand before ','; got nothing multiboot.S:170:invalid character '\' in operand 1 multiboot.S:170:junk `x510' after expression multiboot.S:170:junk `x511' after expression multiboot.S:170:expecting operand before ','; got nothing multiboot.S:170:expecting operand before ','; got nothing multiboot.S:170:expecting operand before ','; got nothing multiboot.S:206:Alignment too large: 15. assumed. make[1]: *** [multiboot.o] Error 1 make: *** [roms] Error 1