RE: Building a native version of Linaro GCC in Ubuntu

2014-03-12 Thread Felipe Rocha da Rosa
> On 12 March 2014 09:57, Renato Golin wrote: > > On 11 March 2014 23:47, Felipe Rocha da Rosa wrote: > >> I'm trying to build the native compiler to a arm a9 using this tutorial, > >> https://wiki.linaro.org/WorkingGroups/ToolChain/Using/GCCNative. >

Building a native version of Linaro GCC in Ubuntu

2014-03-11 Thread Felipe Rocha da Rosa
Hi, I'm trying to build the native compiler to a arm a9 using this tutorial,https://wiki.linaro.org/WorkingGroups/ToolChain/Using/GCCNative.However, I need to compile in a x86_64 platform ubuntu, like this --target=arm-unknown-eabi --build=i686-pc-linux-gnu --host=arm-unknown-eabi, but without