On 10/04/14 16:22, Anwej Alam wrote:
Dear Yvan,
Thanks for your reply. We are trying to build native gcc compiler for CPU: nViDia Tegra 2 which has ARMv7-a, Cortex-A9 core. We are using host machine as i686 and OS: ubuntu 12.04.
Since your host machine is i686, it is a cross compiler. Is there any specific reason why you don’t want to use toolchain binary releases for this? If you want to build a toolchain yourself, you could consider using a tool like crosstool-ng.
Thanks, Kugan