From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [217.146.130.193] (helo=chlothar.bnv-bamberg.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Lewwd-0004np-3o for openembedded-devel@lists.openembedded.org; Wed, 04 Mar 2009 20:39:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bnv-bamberg.de; s=mail2008; h=Subject:From:To:In-Reply-To: References:Content-Type:Date:Message-Id:Mime-Version: Content-Transfer-Encoding; bh=HZdfa8WA7xkuVfjmeZhH5fe+q6fehNFWPY nuA58vnqU=; b=eYsQ5ijmoWFmn+/qAFKZ19G/RYbSqOZocRAxE0OmYxMpb9gjKg vpmqN1qOPGRpkib5Mv3Uzzkwzq+nYFOwQVTixeg6uE3M7YXwlUTwZrbweVVtb3gj kUCsKREVyHzUwPuo900/8VrDaQ2TOdFS7uRXIifaPSyl1nyyjfAKevdlM= Received: from localhost ([127.0.0.1] helo=chlothar.bnv-bamberg.de) by chlothar.bnv-bamberg.de with esmtp id 1LewsY-0000Y4-2u for openembedded-devel@lists.openembedded.org; Wed, 04 Mar 2009 20:35:42 +0100 Received: from w0659.w.pppool.de ([89.58.6.89] helo=[192.168.2.3]) by chlothar.bnv-bamberg.de with esmtpa (Exim 4.69) (envelope-from ) id 1LewsX-0000VM-Oi for openembedded-devel@lists.openembedded.org; Wed, 04 Mar 2009 20:35:42 +0100 From: harald To: openembedded-devel@lists.openembedded.org In-Reply-To: <20090304153617.GQ26343@smtp.west.cox.net> References: <1236178350.4249.5.camel@debian.dorg.org> <20090304153617.GQ26343@smtp.west.cox.net> Date: Wed, 04 Mar 2009 20:35:38 +0100 Message-Id: <1236195338.4249.20.camel@debian.dorg.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Subject: Re: Compile OE on Sun Ultrasparc 64 architecture? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 19:39:58 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit Am Mittwoch, den 04.03.2009, 08:36 -0700 schrieb Tom Rini: > On Wed, Mar 04, 2009 at 03:52:30PM +0100, harald wrote: > > > Hello, > > > > tried to compile OE on my Sun Ultrasparc 64 machine running on debian > > lenny. > > Compilation fails, package qemu-native fails to compile with an error in > > zlib. please see build logs, machine h4000, user ba0547. > > You might want to disable binary locale generation on the host and see > what else falls down. ENABLE_BINARY_LOCALE_GENERATION = 0 in your > local.conf > hello, binary_locale_generation has been set to 0. now other packages fail to compile/install: | Making all in mpn | make[2]: Entering directory `/home/stuff/tmp/work/sparc64-linux/gmp-native-4.2.4-r0/gmp-4.2.4/mpn' | /bin/sh ../sparc64-linux-libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" ccache gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -O2 -Wa,--noexecstack `test -f 'add_n.asm' || echo './'`add_n.asm | sparc64-linux-libtool: compile: ../mpn/m4-ccas --m4=m4 ccache gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -O2 -Wa,--noexecstack add_n.asm -fPIC -DPIC -o .libs/add_n.o | m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s | ccache gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -isystem/home/stuff/tmp/staging/sparc64-linux/usr/include -O2 -Wa,--noexecstack tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o | tmp-add_n.s: Assembler messages: | tmp-add_n.s:66: Error: Architecture mismatch on "lduw". | tmp-add_n.s:66: (Requires v9|v9a|v9b; requested architecture is sparclite.) | tmp-add_n.s:67: Error: Architecture mismatch on "lduw". | tmp-add_n.s:67: (Requires v9|v9a|v9b; requested architecture is sparclite.) | tmp-add_n.s:69: Error: Architecture mismatch on "bl,pn %icc,.Lend1". | tmp-add_n.s:69: (Requires v9|v9a|v9b; requested architecture is sparclite.) | tmp-add_n.s:70: Error: Architecture mismatch on "lduw". | tmp-add_n.s:70: (Requires v9|v9a|v9b; requested architecture is sparclite.) | tmp-add_n.s: cut.... for further details please see build log. Any idea? regards, harald.