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:
-
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
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
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
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
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"
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
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
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: