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 success.
There is any  possible solution?

Thank you.
Felipe Rocha da Rosa.