multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware
496 stars 354 forks source link

How to build it? #314

Closed osmartinez closed 6 years ago

osmartinez commented 6 years ago

pi@raspberrypi:~/Desktop/baseflight-master $ make %% drv_adc.c make: arm-none-eabi-gcc: Command not found Makefile:211: recipe for target 'obj/NAZE/drv_adc.o' failed make: *** [obj/NAZE/drv_adc.o] Error 127

What am I missing to build it up?

trollcop commented 6 years ago

https://developer.arm.com/open-source/gnu-toolchain/gnu-rm

On Tue, Apr 3, 2018 at 10:53 AM, osmartinez notifications@github.com wrote:

pi@raspberrypi:~/Desktop/baseflight-master $ make %% drv_adc.c make: arm-none-eabi-gcc: Command not found Makefile:211: recipe for target 'obj/NAZE/drv_adc.o' failed make: *** [obj/NAZE/drv_adc.o] Error 127

What am I missing to build it up?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/multiwii/baseflight/issues/314, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbO2K8kCDhawbis9wTQvX0ha67n3QBJks5tktYIgaJpZM4TEVD8 .

osmartinez commented 6 years ago

what should I check in that link?

trollcop commented 6 years ago

isn't it obvious? the part where you download gcc-arm toolchain for whatever OS you're using.

On Tue, Apr 3, 2018 at 10:59 AM, osmartinez notifications@github.com wrote:

what should I check in that link?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/multiwii/baseflight/issues/314#issuecomment-378103510, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbO2On1SRqrb8EyVMVov4rjPOGXpjnlks5tktd1gaJpZM4TEVD8 .