installing arm-none-eabi-gcc on freebsd 9

0

I'm trying to follow this guide :

https://wiki.freebsd.org/FreeBSD/arm/ArndaleBoard

but as you can see here : http://www.montedivenere.it/images/freebsd-arm/freebsd-arndale.png

I need to install arm-none-eabi-gcc on freebsd 9. What should I do here ? Thanks.

Marietto

Posted 2013-08-13T09:27:18.063

Reputation: 137

Answers

0

It asks for installed precompiled toolchain path. You need to install a precompiled cross compiler toolchain which is why you are getting the error arm-linux-gcc: not found. You can get the precompiled CodeSourcery toolchain which is available on the Mentor Graphic's website. Download the toolchain which is compatible to your requirement (architecture).

pRAShANT

Posted 2013-08-13T09:27:18.063

Reputation: 171

There is no toolchain available for freebsd.... – Marietto – 2013-08-13T09:38:10.737

Visit the following link link. Read about prefix arm-none-eabi-, which is a prefix of toolchain to be required to cross compile.

– pRAShANT – 2013-08-13T09:46:41.990