Kricke

  • *
  • 2
arm_sdk_install fails on windows
« 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
« Last Edit: March 23, 2017, 04:33:47 pm by Kricke »

f5soh

  • *****
  • 4572
    • LibrePilot
Re: arm_sdk_install fails on windows
« Reply #1 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 ?



Kricke

  • *
  • 2
Re: arm_sdk_install fails on windows
« Reply #2 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