Thanks for your help.
I am now progressed,
In the Git installation file is probably unzip.exe no longer included. Now that I have copied this later there it goes to the error messages when "make all_sdk_install" on.
.........................
.........................
checking for gzdopen in -lz... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for extern inline... yes
configure: Developer mode disabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: now build ccache by running make
BUILD build/ccache-3.2.2
util.c: In function 'x_realpath':
util.c:1111:3: warning: implicit declaration of function 'GetFinalPathNameByHandle' [-Wimplicit-function-declaration]
GetFinalPathNameByHandle(path_handle, ret, maxlen, FILE_NAME_NORMALIZED);
^
util.o: In function `get_hostname':
C:\LibrePilot_root\build\ccache-3.2.2/util.c:549: undefined reference to `_imp__WSAStartup@8'
C:\LibrePilot_root\build\ccache-3.2.2/util.c:563: undefined reference to `_imp__gethostname@8'
C:\LibrePilot_root\build\ccache-3.2.2/util.c:591: undefined reference to `_imp__WSACleanup@0'
C:\LibrePilot_root\build\ccache-3.2.2/util.c:559: undefined reference to `_imp__WSACleanup@0'
C:\LibrePilot_root\build\ccache-3.2.2/util.c:565: undefined reference to `_imp__WSAGetLastError@0'
util.o: In function `x_realpath':
C:\LibrePilot_root\build\ccache-3.2.2/util.c:1111: undefined reference to `GetFinalPathNameByHandle'
collect2.exe: error: ld returned 1 exit status
makefile:56: recipe for target 'ccache.exe' failed
make[1]: *** [ccache.exe] Error 1
C:/LibrePilot_root/make/tools.mk:1013: recipe for target 'ccache_install' failed
make: *** [ccache_install] Error 2
asd@ASD01 MINGW64 /c/LibrePilot_root (next)
What can i do?
Thanks