Page 1 of 1

Ubuntu 14.04 pre-requisites?

Posted: Sun Aug 02, 2015 7:25 am
by nap
[Ubuntu 64bit, 2014 retina MacBook Pro 15"]

I have a Crazyflie 2.0 and have downloaded crazyflie-firmware-2014.12.1.tar.gz
When I run make all, I get the following error:

Code: Select all

make build
  CLEAN_VERSION
  AS    startup_stm32f40xx.o
make: arm-none-eabi-as: Command not found
make: *** [startup_stm32f40xx.o] Error 127
From what I've determined through Google, I need to install the arm x-compiler, but I'm not sure which one and where from. I have downloaded
gcc-arm-none-eabi-4_7-2013q1-20130313-linux.tar.bz2 from https://launchpadlibrarian.net/13559039 ... ux.tar.bz2 but I'm not sure if this is the right one? (And I'm not certain how to install it.)

Any guidance would be appreciated.

Cheers,
Nap

Re: Ubuntu 14.04 pre-requisites?

Posted: Fri Aug 07, 2015 2:23 am
by chad
Hi nap,

You can build directly on Mac OS X. You don't need to install Ubuntu. Check this out and let me know if you run into any trouble...