Hi,
I'm trying to build the native compiler to a arm a9 using this tutorial,
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.