LibrePilot Forum

Development => Firmware General => Topic started by: Kricke on March 23, 2017, 04:15:49 pm

Title: arm_sdk_install fails on windows
Post by: Kricke on March 23, 2017, 04:15:49 pm
$ make arm_sdk_install
 NOTE        Use 'make all_sdk_distclean' to remove installation files
 NOTE        Use 'make all_sdk_version' to check toolchain versions
 NOTE        Add 'V=1' to make command line to diagnose make problems
 NOTE        Add 'BATCH=1' to make command line to disable progress reporting during downloads
 INSTALL     gcc-arm-none-eabi
Error: 0x80070057
mingw32-make: *** [C:/Users/Kricke/Code/librepilot/make/tools.mk:69: gcc-arm-none-eabi_install] Error -1

Is there a manual way to do this?

//Kricke
Title: Re: arm_sdk_install fails on windows
Post by: f5soh on March 23, 2017, 09:10:51 pm
There is nothing special needed here except the unzip installed previously.
pacman -S --needed unzip

Is the  gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip downloaded into the ./download dir ?


Title: Re: arm_sdk_install fails on windows
Post by: Kricke on March 23, 2017, 09:44:17 pm
Nope it never downloads and it was a new setup..
But now I know which version so I'll look in to that later.. (Switched over to a Debian workstation for now)

//K