Re: Cross compiling a package for aarch64 foundation model

2013-11-12 Thread Anil Singhar
Hi Wookey, Thanks for your response. Here is the error I get when I do the "make check" step on the foundation model after having done the "configure" and "make" steps on the x86_64 linux build machine. I used the configure options you provided. 1. On x86_64 linux build machine: -

Re: aarch64 big endian consensus building

2013-11-12 Thread Carlos O'Donell
On 11/12/2013 04:22 PM, Steve McIntyre wrote: > On Tue, Nov 12, 2013 at 02:16:13PM -0500, Carlos O'Donell wrote: >> On 11/12/2013 02:06 PM, Richard Earnshaw wrote: >>> Gcc already uses aarch64_be-*-* for big-endian and has done since the >>> port was upstreamed. Please let's stick to that. >> >> I

Re: aarch64 big endian consensus building

2013-11-12 Thread Steve McIntyre
On Tue, Nov 12, 2013 at 02:16:13PM -0500, Carlos O'Donell wrote: >On 11/12/2013 02:06 PM, Richard Earnshaw wrote: >> Gcc already uses aarch64_be-*-* for big-endian and has done since the >> port was upstreamed. Please let's stick to that. > >I assume then that the unique and logical choice for th

Re: aarch64 big endian consensus building

2013-11-12 Thread Richard Earnshaw
Makes sense to me. R. On 12 Nov 2013, at 20:13, "Carlos O'Donell" wrote: > On 11/12/2013 02:06 PM, Richard Earnshaw wrote: >> Gcc already uses aarch64_be-*-* for big-endian and has done since the >> port was upstreamed. Please let's stick to that. > > I assume then that the unique and logica

Re: aarch64 big endian consensus building

2013-11-12 Thread Carlos O'Donell
On 11/12/2013 02:06 PM, Richard Earnshaw wrote: > Gcc already uses aarch64_be-*-* for big-endian and has done since the > port was upstreamed. Please let's stick to that. I assume then that the unique and logical choice for the dyanmic linker is: /lib/ld-linux-aarch64_be.so.1 Shall we all agre

Re: aarch64 big endian consensus building

2013-11-12 Thread Richard Earnshaw
I should add that autoconf was also patched to support that. On 12 Nov 2013, at 19:07, "Richard Earnshaw" wrote: > Gcc already uses aarch64_be-*-* for big-endian and has done since the port > was upstreamed. Please let's stick to that. > > R > > > > On 12 Nov 2013, at 18:37, "Steve McIntyre"

Re: aarch64 big endian consensus building

2013-11-12 Thread Richard Earnshaw
Gcc already uses aarch64_be-*-* for big-endian and has done since the port was upstreamed. Please let's stick to that. R On 12 Nov 2013, at 18:37, "Steve McIntyre" wrote: > On Mon, Nov 11, 2013 at 03:57:06PM -0800, Brendan Conoboy wrote: >> Hi everybody, >> >> During the LCU13 cross distro

Re: aarch64 big endian consensus building

2013-11-12 Thread Steve McIntyre
On Mon, Nov 11, 2013 at 03:57:06PM -0800, Brendan Conoboy wrote: >Hi everybody, > >During the LCU13 cross distro session Riku brought up the topic of >aarch64 BE standardization. After consulting with some of our tools >team, we propose the following standard: > >Linker path: /lib/ld-linux-aarch64

Cross compiling a package for aarch64 foundation model

2013-11-12 Thread Anil Singhar
Hi, I am trying to cross compile a package wi the following steps. The build goes fine except that when I try to run the same on the foundation model it doesn't work. Here are all the steps in details: 1. Installed the linaro gcc and set up the environment as follows: