jochene

  • *
  • 73
    • Modellheliflieger
new problem
« on: September 20, 2015, 10:59:10 am »
hello,
your make it an inexperienced really not easy to compile with.
For each source change , new problems emerge.
With each new source appear new problems.
It really would be good times when there would be a complete guide for the compilation.
Would love to always try the new source and do not constantly have to concern myself with the new error messages.
I am not a specialist in such matters, am glad that I manage to even compelieren the code.

With the new source I now have the following problem.

$ tools/bin/make all_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
/bin/sh: python: command not found
 WARNING     tools/SDL-1.2.15 not found (make sdl_install), using system PATH
 WARNING     tools/osg-3.4-mingw491_32-qt-5.4.1 not found (make osg_install), using system PATH
/bin/sh: python2: command not found
 INSTALL     gcc-arm-none-eabi
Downloading https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/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
100 93.8M  100 93.8M    0     0  1128k      0  0:01:25  0:01:25 --:--:-- 1272k
Downloading https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip/+md5
md5sum: c:/LibrePilot_root/downloads/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip.md5: no properly formatted MD5 checksum lines found
Failed to verify c:/LibrePilot_root/downloads/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.zip
c:/LibrePilot_root/make/tools.mk:70: recipe for target 'gcc-arm-none-eabi_install' failed
make: *** [gcc-arm-none-eabi_install] Error 1

Thank you

Jochen
Gruß
Jochen
---------------------------------------------------------------------------------
Wer Rechtschreibfehler findet darf diese auch behalten.
---------------------------------------------------------------------------------

Re: new problem
« Reply #1 on: September 20, 2015, 11:47:32 am »
I'm getting similar errors. I was able to compiled a version back on 8/14/15 - since then have been periodically entering "git pull" to check out the new things pushed to next. Tried to compile the other day and no joy. Started from scratch following instructions here: https://bitbucket.org/librepilot/librepilot/src/d207f848eec436d2c0cf7fc4fbcce664e06e9504/CONTRIBUTING.md?at=next&fileviewer=file-view-default
no joy.

I'll keep trying, and if I figure it out I'll take screen shots add instructions and links to a document that I can share. In mean time I would appreciate it if some kind soul could verify the instructions outlined in the link above work for building in windows. Thanks

jochene

  • *
  • 73
    • Modellheliflieger
Re: new problem
« Reply #2 on: September 20, 2015, 12:17:07 pm »

The problems already start with it because nowhere is it which are to use GIT version and what additional packages.

When I use the GIT version "Git-1.9.5-preview20150319.exe", it works reasonably. I use however "Git-2.5.0-32-bit.exe" or "Git-2.5.0-64-bit.exe it does not work.

I work with Windows10 64-bit.

Jochen
Gruß
Jochen
---------------------------------------------------------------------------------
Wer Rechtschreibfehler findet darf diese auch behalten.
---------------------------------------------------------------------------------

jochene

  • *
  • 73
    • Modellheliflieger
Re: new problem
« Reply #3 on: September 20, 2015, 08:53:40 pm »
I do not understand it soon. Have now the Git and everything else from the Festpaltte and started again from scratch, now runs the compile again.
Somehow this is strange , or it is up to me.

jochen
Gruß
Jochen
---------------------------------------------------------------------------------
Wer Rechtschreibfehler findet darf diese auch behalten.
---------------------------------------------------------------------------------

Re: new problem
« Reply #4 on: September 20, 2015, 09:15:51 pm »
Hi guys.
unfortunately the new git for windows package has issues with our system used to build the development environment.
We are working to fix this asap.

 

jochene

  • *
  • 73
    • Modellheliflieger
Re: new problem
« Reply #5 on: September 20, 2015, 10:58:52 pm »
Thanks, it 's good to know that it is not because of me.
On a computer it worked , on another it does not work.
You get the problem resolved safely. :)

Gruß
Jochen
---------------------------------------------------------------------------------
Wer Rechtschreibfehler findet darf diese auch behalten.
---------------------------------------------------------------------------------

Re: new problem
« Reply #6 on: September 21, 2015, 10:40:52 am »
Thanks Alessio for the update - looking forward to your resolution.