darkdave

  • ***
  • 152
Re: When Will 16.01 be available
« Reply #15 on: May 24, 2016, 05:23:36 pm »
I'm stuck at the installation of Msys2. Check the attached screenshot.

darkdave

  • ***
  • 152
Re: When Will 16.01 be available
« Reply #16 on: May 24, 2016, 06:17:13 pm »
Never mind I solved it. White spaces not allowed in the name of the software (the default name had a whitespace)

darkdave

  • ***
  • 152
Re: When Will 16.01 be available
« Reply #17 on: May 24, 2016, 06:40:16 pm »
Ok I'm stuck again at this part:


darkdave@darkdave-PC MSYS ~
$ update-core
      3 [main] bash (9148) D:\msys64\usr\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x18033A400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      2 [main] bash 13348 fork: child -1 - forked process 9148 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
bash: fork: retry: No child processes
      3 [main] bash (9300) D:\msys64\usr\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x18033A400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
1018218 [main] bash 13348 fork: child -1 - forked process 9300 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
bash: fork: retry: No child processes
      3 [main] bash (12396) D:\msys64\usr\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x18033A400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
3036001 [main] bash 13348 fork: child -1 - forked process 12396 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
bash: fork: retry: No child processes
      3 [main] bash (14464) D:\msys64\usr\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x18033A400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
7054547 [main] bash 13348 fork: child -1 - forked process 14464 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
bash: fork: retry: No child processes
      3 [main] bash (10820) D:\msys64\usr\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180326400/0x18033A400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
15071786 [main] bash 13348 fork: child -1 - forked process 10820 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
bash: fork: Resource temporarily unavailable

darkdave@darkdave-PC MSYS ~

darkdave

  • ***
  • 152
Re: When Will 16.01 be available
« Reply #18 on: May 24, 2016, 07:47:23 pm »
dispite the errors above I continued up to this point:

git clone https://bitbucket.org/librepilot/librepilot.git

And got this:

darkdave@darkdave-PC MINGW64 ~
$ git clone https://bitbucket.org/librepilot/librepilot.git
bash: git: command not found



f5soh

  • *****
  • 4572
    • LibrePilot
Re: When Will 16.01 be available
« Reply #19 on: May 24, 2016, 08:00:26 pm »
https://librepilot.atlassian.net/wiki/display/LPDOC/Windows+Building+and+Packaging#WindowsBuildingandPackaging-For64bit:

Code: [Select]
pacman -Sy
pacman -S --needed git unzip tar mingw-w64-x86_64-toolchain mingw-w64-x86_64-ccache mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL mingw-w64-x86_64-mesa mingw-w64-x86_64-openssl mingw-w64-x86_64-gdal-minimal mingw-w64-x86_64-OpenSceneGraph mingw-w64-x86_64-osgearth


Roypw

  • *
  • 45
Re: When Will 16.01 be available
« Reply #20 on: May 24, 2016, 09:10:19 pm »
Got it, flys fine. The new Oplink set up is a surprise. Not sure why it's changed mainly because it didn't want to take the time to look at it in depth but will later.

Thought this version might have the PFD back in and the GPS satellites on the globe.  No big deal.

Thanks for helping with this.

Roy

f5soh

  • *****
  • 4572
    • LibrePilot
Re: When Will 16.01 be available
« Reply #21 on: May 24, 2016, 09:16:29 pm »
Switching to next you need to reset the config.

File > GCS Config Import/Export > Reset Config (and restart)

nuggetz

  • *
  • 32
Re: When Will 16.01 be available
« Reply #22 on: May 24, 2016, 09:46:19 pm »
I have compiled next but lets say I want to incorporate any fixes or whatnot. What commands would I need to run to get the latest?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: When Will 16.01 be available
« Reply #23 on: May 24, 2016, 09:54:12 pm »
git pull

should update the sources

Mateusz

  • *
  • 808
Re: When Will 16.01 be available
« Reply #24 on: May 24, 2016, 11:00:16 pm »
There is a very good reading if you want to learn how to use git https://www.atlassian.com/git/tutorials

darkdave

  • ***
  • 152
Re: When Will 16.01 be available
« Reply #25 on: May 25, 2016, 07:47:41 am »
https://librepilot.atlassian.net/wiki/display/LPDOC/Windows+Building+and+Packaging#WindowsBuildingandPackaging-For64bit:

Code: [Select]
pacman -Sy
pacman -S --needed git unzip tar mingw-w64-x86_64-toolchain mingw-w64-x86_64-ccache mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL mingw-w64-x86_64-mesa mingw-w64-x86_64-openssl mingw-w64-x86_64-gdal-minimal mingw-w64-x86_64-OpenSceneGraph mingw-w64-x86_64-osgearth


darkdave@darkdave-PC MSYS ~
$ git clone https://bitbucket.org/librepilot/librepilot.git
Cloning into 'librepilot'...
remote: Counting objects: 158131, done.
remote: Compressing objects: 100% (36870/36870), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

darkdave@darkdave-PC MSYS ~
$
---------------------------------------------------
Now what should I do?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: When Will 16.01 be available
« Reply #26 on: May 25, 2016, 10:31:10 am »

darkdave@darkdave-PC MSYS ~
$
---------------------------------------------------
Now what should I do?

Not sure what happens...
But what shell do you use exactly ?

https://librepilot.atlassian.net/wiki/display/LPDOC/Windows+Building+and+Packaging#WindowsBuildingandPackaging-Installrequiredpackages