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.

1 Answer 1

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).

3
  • There is no toolchain available for freebsd....
    – Marietto
    Commented Aug 13, 2013 at 9:38
  • Visit the following link link. Read about prefix arm-none-eabi-, which is a prefix of toolchain to be required to cross compile.
    – pRAShANT
    Commented Aug 13, 2013 at 9:46
  • ieee.ucsd.edu/wiki/tutorials/…
    – Marietto
    Commented Aug 13, 2013 at 21:29

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .