From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REUU6-0007r9-43 for garchives@archives.gentoo.org; Thu, 13 Oct 2011 23:14:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA9821C0EF; Thu, 13 Oct 2011 23:14:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 83E6021C0CA for ; Thu, 13 Oct 2011 23:14:21 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D62921B4041; Thu, 13 Oct 2011 23:14:20 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] crossdev problem Date: Thu, 13 Oct 2011 19:14:20 -0400 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) Cc: Thomas Drueke References: <4E6B89C6.4040505@gmx.net> In-Reply-To: <4E6B89C6.4040505@gmx.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4479113.7SYCnZqK4m"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201110131914.21368.vapier@gentoo.org> X-Archives-Salt: X-Archives-Hash: afff14bc559568b5a989d8bcd3c22190 --nextPart4479113.7SYCnZqK4m Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Saturday 10 September 2011 12:01:10 Thomas Drueke wrote: > I haven't found a log showing the outcome of the compilation making the > available information > restricted somehow. it's farily simple code. if your gcc can't build this: int foo(int *i) { static __thread int j =3D 0; return *i ? j : *i; } it is broken > then stated the versions of the host system on the command line: >=20 > crossdev -t armv7a-softfloat-linux-gnueabi --g 4.4.5 --l 2.12.2 --k > 2.6.39 --b 2.21.1 what version of gcc was actually used ? the versions you give to crossdev= =20 merely say "these are the latest i want to use". if they aren't available,= =20 portage will use whatever is available which is often times older than=20 requested. =2Dmike --nextPart4479113.7SYCnZqK4m Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJOl3DNAAoJEEFjO5/oN/WB7GcQANR4lK3lTicESIKPqo9qh1Jj sDShKb5NfCnGoE3bGoX/wbBK6E8yBdXaDuKFF5SUBlrM81kJJHz9yOEGBGy19W8Q 3vQTqh6UmCCjfx19FJhn9fK5bGLSxROBXWKcsuPLdwc4is8T7X9oQLYgKqzVOo75 shaJdVMDvonKa8RAQJBvfhfvLvY1FA9tjIAhYVRY4D3vsBLRmAQZLe1bFJaM5piA RM3JIoNSQDg9MC8wrOWc9PbLXkcfIBpi8Wp1nXQr4Fk8iK6uZtDaiplMvhk3S7lI 5CpfoUj+xoHbcPbMS1MkxItx5mdp8nhsGlamfh/6ZHci9yLgbfP4/ozHn5NtKcfE C+jPdKMwrUnT4oys90l9t2OBLUd4Zj7MsW4CESp/7KpIcbBed+EiHWgBqICeWUWc aBNAT92Mi6HcnCCBdfxc2au5cif0Nw2cCpq8FpPFaGQgpvksqPv+l1SfCU8N5vTo AUf/uYipmTrVzDhjXhZwOssu5YVE5a1wdtm5DwGDbE4mPdBKaOOjOn+5NY7FQmkl UxCrk27NV3P/8BOk17z6tGHHn3cW7bzAdVvEeG85UqgSlxrRdy1hTMh2cBhnZS8e faD+jXFozVQaetJ+OXZX2OQRhzWbiADLv2trO2+oU6zJnYSXOEtwGe8nbcAARkOo 4VhzOL19+tnOmUvBonhY =ohgf -----END PGP SIGNATURE----- --nextPart4479113.7SYCnZqK4m--