Picture of Niko 1071
Registered 11 years 359 days
Niko 1071 Tuesday, 4 May 2021, 11:56 AM
After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
Hi,

after updating App Manager and SDK on new Version we see in Visual Studio on Staring SDK this message:

Fehler Fehlende Tools auf "<IP Adresse AP Manager>": g++ rsync zip

How to repair this ?

Thx
BR
Niko
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 201 days
Marc Schodermayr (innovaphone) Tuesday, 4 May 2021, 12:07 PM
Re: After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
That should be an error of Visual Studio, showing that it misses the tools that at the moment arent used by our build system. So it should work anyway. Can you build and debug your application? If so, just ignroe that message for now.
Picture of aqeel
Registered 3 years 342 days
aqeel Tuesday, 4 May 2021, 12:49 PM
Re: After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
Can not make build, received 2 Errors.

1) Error Missing Tools on <IP Adresse AP Manager>: g++ rsync zip

2) Error MSB3073 Command "call sdk/common/build/buildnum <xyz>.mak x86_64 "DEBUG=1"" ended with Code 2 .
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Application Type\Linux\1.0\Linux.Makefile.Targets 320

First time everything executed normally. I stopped and started app again without any changes in code and suddenly this error occurred.
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 201 days
Marc Schodermayr (innovaphone) Tuesday, 4 May 2021, 01:08 PM
Re: After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
That seems to be the error message from the list of errors, not from the output. Please open the output pane, show output from build and copy what's listed there.
Picture of aqeel
Registered 3 years 342 days
aqeel Tuesday, 4 May 2021, 01:22 PM
Re: After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
This is from output panel
Erstellen gestartet...
1>------ Creation started: Projekt:<xyz>, Konfiguration: Debug x64 ------
1><xyz>/apps/apps.mak:10: *** recipe commences before first target. Stop.
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Application Type\Linux\1.0\Linux.Makefile.Targets(320,5): error MSB3073: Command "call sdk/common/build/buildnum byon247.mak x86_64 "DEBUG=1"" ended with Code 2 .
1>Creation of project "<xyz>.vcxproj" is complete -- ERROR.
========== Careate: 0 successful, 1 faulty, 0 current, 0 skipped ==========
========== Providing: 0 successful, 0 faulty, 0 skipped==========
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 201 days
Marc Schodermayr (innovaphone) Tuesday, 4 May 2021, 03:03 PM
Re: After Update in v13r1sr25 -> "Fehler Fehlende Tools auf "": g++ rsync zip"
That seems to be a problem within the make file. Something in line 10 (as written here) of app.mak is wrong. That is the reason why your build fails. So you need to have a closer look there to figure out, what's wrong. I assume that you added something to that make file?
← You can define your color theme preference here