Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: Thomas Drueke <tdrueke@×××.net>
Subject: Re: [gentoo-embedded] crossdev problem
Date: Thu, 13 Oct 2011 23:14:42
Message-Id: 201110131914.21368.vapier@gentoo.org
In Reply to: [gentoo-embedded] crossdev problem by Thomas Drueke
1 On Saturday 10 September 2011 12:01:10 Thomas Drueke wrote:
2 > I haven't found a log showing the outcome of the compilation making the
3 > available information
4 > restricted somehow.
5
6 it's farily simple code. if your gcc can't build this:
7 int foo(int *i) {
8 static __thread int j = 0;
9 return *i ? j : *i;
10 }
11
12 it is broken
13
14 > then stated the versions of the host system on the command line:
15 >
16 > crossdev -t armv7a-softfloat-linux-gnueabi --g 4.4.5 --l 2.12.2 --k
17 > 2.6.39 --b 2.21.1
18
19 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,
21 portage will use whatever is available which is often times older than
22 requested.
23 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[Resolved]: Re: [gentoo-embedded] crossdev problem Thomas Drueke <tdrueke@×××.net>