Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-21 Thread Khem Raj

On Aug 20, 2013, at 1:45 AM, Koen Kooi k...@dominion.thruhere.net wrote:

 
 Op 15 aug. 2013, om 12:21 heeft Graeme Gregory g...@slimlogic.co.uk het 
 volgende geschreven:
 
 aarch64 needs gcc and egibc from meta-linaro to build for now.
 
 Signed-off-by: Graeme Gregory g...@slimlogic.co.uk
 
 Acked-by: Koen Kooi k...@dominion.thruhere.net
 
 ---
 conf/distro/angstrom-next.conf |5 +
 1 file changed, 5 insertions(+)
 
 diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf
 index a1bedbb..7dd57cd 100644
 --- a/conf/distro/angstrom-next.conf
 +++ b/conf/distro/angstrom-next.conf
 @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin = 4.1.2
 #avr32 only has support for gcc 4.2.2
 ANGSTROM_GCC_VERSION_avr32?= 4.2.2
 
 +#aarch64 needs linaro tools
 +ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
 +PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
 +PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
 +
 #Everybody else can just use this: 
 ANGSTROM_GCC_VERSION ?= 4.8%
 


I have installed this patch. However I would really like to see if we could use 
gcc 4.8 and eglibc 2.18
for aarch64 as well. Since I had plans to deprecate eglibc 2.17 from OE-Core 
into meta-toolchain layer
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-20 Thread Koen Kooi

Op 15 aug. 2013, om 12:21 heeft Graeme Gregory g...@slimlogic.co.uk het 
volgende geschreven:

 aarch64 needs gcc and egibc from meta-linaro to build for now.
 
 Signed-off-by: Graeme Gregory g...@slimlogic.co.uk

Acked-by: Koen Kooi k...@dominion.thruhere.net

 ---
 conf/distro/angstrom-next.conf |5 +
 1 file changed, 5 insertions(+)
 
 diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf
 index a1bedbb..7dd57cd 100644
 --- a/conf/distro/angstrom-next.conf
 +++ b/conf/distro/angstrom-next.conf
 @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin  = 4.1.2
 #avr32 only has support for gcc 4.2.2
 ANGSTROM_GCC_VERSION_avr32 ?= 4.2.2
 
 +#aarch64 needs linaro tools
 +ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
 +PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
 +PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
 +
 #Everybody else can just use this: 
 ANGSTROM_GCC_VERSION ?= 4.8%
 
 -- 
 1.7.10.4
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-17 Thread Graeme Gregory
On Fri, Aug 16, 2013 at 12:30:09PM -0700, Khem Raj wrote:
 On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory g...@slimlogic.co.uk wrote:
 
  aarch64 needs gcc and egibc from meta-linaro to build for now.
 
  Signed-off-by: Graeme Gregory g...@slimlogic.co.uk
  ---
   conf/distro/angstrom-next.conf |5 +
   1 file changed, 5 insertions(+)
 
  diff --git a/conf/distro/angstrom-next.conf
  b/conf/distro/angstrom-next.conf
  index a1bedbb..7dd57cd 100644
  --- a/conf/distro/angstrom-next.conf
  +++ b/conf/distro/angstrom-next.conf
  @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= 4.1.2
   #avr32 only has support for gcc 4.2.2
   ANGSTROM_GCC_VERSION_avr32  ?= 4.2.2
 
  +#aarch64 needs linaro tools
  +ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
  +PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
  +PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
  +
   #Everybody else can just use this:
   ANGSTROM_GCC_VERSION ?= 4.8%
 
 
 what does gcc 4.8 and eglibc 2.18 does not work ?
 eglibc 2.18 should support aarch64​​

gcc 4.8 both linaro and OE were unbuildable for arm64 when I tried.

eglibc 2.18 produces bogus executeables for arm64.

As arm64 developer I will monitor situation regularly and update these
when stuff becomes working.

Graeme


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-17 Thread Khem Raj
On Sat, Aug 17, 2013 at 8:16 AM, Graeme Gregory g...@slimlogic.co.uk wrote:
 On Fri, Aug 16, 2013 at 12:30:09PM -0700, Khem Raj wrote:
 On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory g...@slimlogic.co.uk wrote:

  aarch64 needs gcc and egibc from meta-linaro to build for now.
 
  Signed-off-by: Graeme Gregory g...@slimlogic.co.uk
  ---
   conf/distro/angstrom-next.conf |5 +
   1 file changed, 5 insertions(+)
 
  diff --git a/conf/distro/angstrom-next.conf
  b/conf/distro/angstrom-next.conf
  index a1bedbb..7dd57cd 100644
  --- a/conf/distro/angstrom-next.conf
  +++ b/conf/distro/angstrom-next.conf
  @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= 4.1.2
   #avr32 only has support for gcc 4.2.2
   ANGSTROM_GCC_VERSION_avr32  ?= 4.2.2
 
  +#aarch64 needs linaro tools
  +ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
  +PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
  +PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
  +
   #Everybody else can just use this:
   ANGSTROM_GCC_VERSION ?= 4.8%
 
 
 what does gcc 4.8 and eglibc 2.18 does not work ?
 eglibc 2.18 should support aarch64

 gcc 4.8 both linaro and OE were unbuildable for arm64 when I tried.

hmm interesting. I would be interested to know the failures, did you
report them to OE-Core ml ?
if not please do


 eglibc 2.18 produces bogus executeables for arm64.

Thats interesting since the sole reason we were hung on release glibc
2.18 were some fixes needed for aarch64
so I think it should work better. We havent yet created eglibc 2.18
branch but when we do I will refresh the recipes
to use them.


 As arm64 developer I will monitor situation regularly and update these
 when stuff becomes working.

OK. Please do.


 Graeme


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-16 Thread Graeme Gregory
aarch64 needs gcc and egibc from meta-linaro to build for now.

Signed-off-by: Graeme Gregory g...@slimlogic.co.uk
---
 conf/distro/angstrom-next.conf |5 +
 1 file changed, 5 insertions(+)

diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf
index a1bedbb..7dd57cd 100644
--- a/conf/distro/angstrom-next.conf
+++ b/conf/distro/angstrom-next.conf
@@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= 4.1.2
 #avr32 only has support for gcc 4.2.2
 ANGSTROM_GCC_VERSION_avr32  ?= 4.2.2
 
+#aarch64 needs linaro tools
+ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
+PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
+PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
+
 #Everybody else can just use this: 
 ANGSTROM_GCC_VERSION ?= 4.8%
 
-- 
1.7.10.4


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-16 Thread Khem Raj
On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory g...@slimlogic.co.uk wrote:

 aarch64 needs gcc and egibc from meta-linaro to build for now.

 Signed-off-by: Graeme Gregory g...@slimlogic.co.uk
 ---
  conf/distro/angstrom-next.conf |5 +
  1 file changed, 5 insertions(+)

 diff --git a/conf/distro/angstrom-next.conf
 b/conf/distro/angstrom-next.conf
 index a1bedbb..7dd57cd 100644
 --- a/conf/distro/angstrom-next.conf
 +++ b/conf/distro/angstrom-next.conf
 @@ -63,6 +63,11 @@ ANGSTROM_GCC_VERSION_bfin= 4.1.2
  #avr32 only has support for gcc 4.2.2
  ANGSTROM_GCC_VERSION_avr32  ?= 4.2.2

 +#aarch64 needs linaro tools
 +ANGSTROM_GCC_VERSION_aarch64 ?= linaro-4.7%
 +PREFERRED_VERSION_eglibc_aarch64 ?= 2.17
 +PREFERRED_VERSION_eglibc-initial_aarch64 ?= 2.17
 +
  #Everybody else can just use this:
  ANGSTROM_GCC_VERSION ?= 4.8%


what does gcc 4.8 and eglibc 2.18 does not work ?
eglibc 2.18 should support aarch64​​
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel