LibrePilot Forum

Development => Firmware General => Topic started by: al on September 27, 2015, 07:28:17 pm

Title: arm_sdk_install?
Post by: al on September 27, 2015, 07:28:17 pm
Hi all,

maybe a dummy one, but what is wrong if arm_sdk_install after download complains about "no properly formatted MD5 checksum lines found"?

Here is what it says:
D:\code\librepilot [next +0 ~1 -0]> tools/bin/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 du
ring downloads
 INSTALL     gcc-arm-none-eabi
Downloading https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+downl
oad/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 93.8M  100 93.8M    0     0   603k      0  0:02:39  0:02:39 --:--:--  621k
Downloading https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+downl
oad/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip/+md5
md5sum: D:/code/librepilot/downloads/gcc-arm-none-eabi-4_9-2015q2-20150609-win32
.zip.md5: no properly formatted MD5 checksum lines found
Failed to verify D:/code/librepilot/downloads/gcc-arm-none-eabi-4_9-2015q2-20150
609-win32.zip
D:/code/librepilot/make/tools.mk:70: recipe for target 'gcc-arm-none-eabi_instal
l' failed
make: *** [gcc-arm-none-eabi_install] Error 1
D:\code\librepilot [next +0 ~1 -0]>


Best regards,

Andre
Title: Re: arm_sdk_install?
Post by: f5soh on September 27, 2015, 07:51:36 pm
Try 'make all_sdk_install'

From github repo or bitbucket ?
Title: Re: arm_sdk_install?
Post by: al on September 28, 2015, 03:30:05 pm
OK, it seems my GIT version was the problem.
Now running Git 2.5.3 32bit, tools installation works OK, build still running...
Title: Re: arm_sdk_install?
Post by: jochene on September 30, 2015, 08:45:28 pm
Hello al,

how you managed it , with the Git 2.5.3 ?
For me, it always works only with the Git 1.9.5 .
At each higher Git version I receive a Stop error when the cccache on turn.
But with the Git 1.9.5 enters the true error also will be skipped.

I have the following system :
- Windows 10 64-bit
- "python 2.7.10" install
- git clone https://github.com/librepilot/LibrePilot.git
- ./make/scripts/win_sdk_install.sh
- tools/bin/make sdl_install
- tools/bin/make osg_install
- tools/bin/make all_sdk_install

Stop error when " cccache ". Have already tried all versions up to 2.6.
What You have done differently or additionally installed?

Many thanks

Jochen
Title: Re: arm_sdk_install?
Post by: al on October 02, 2015, 02:51:17 pm
Hm, nothing special I think.
I run the 32 bit version, though.
This is what it tells me:

$ git version
git version 2.5.3.windows.1

OS is a Win 7 prof 64 bit, it has built the complete installation package and GCS runs.
Have not connected any hardware yet.

Will try at home with vista 32 bit on the weekend, haven't finished downloading all tools yet.

Best regards,

Andre
Title: Re: arm_sdk_install?
Post by: jochene on October 03, 2015, 10:55:06 am
Thank you.
I ihink the Problem is Windows 10.
Title: Re: arm_sdk_install?
Post by: al on October 03, 2015, 03:17:46 pm
Hi again,

have build scucessfully now on Vista 32bit, installed from installer, running a ground vehicle (car) on CC3D.

It looks to me as if the order to install the tools plays a role. Had to do a clean on arm_sdk before install, looks as if unsucessful installation attempts leave something behind that hinders a new installation.

best regards,

Andre
Title: Re: arm_sdk_install?
Post by: xpantz on October 04, 2015, 05:38:07 am
Hi again,

have build scucessfully now on Vista 32bit, installed from installer, running a ground vehicle (car) on CC3D.

It looks to me as if the order to install the tools plays a role. Had to do a clean on arm_sdk before install, looks as if unsucessful installation attempts leave something behind that hinders a new installation.

best regards,

Andre

I had a few errors the first time I ran make all_sdk_install.   Clean seemed to get it going again and eventually it got all the tools installed and the build succeeded.