Picture of aqeel
Registered 3 years 342 days
aqeel Wednesday, 12 January 2022, 09:43 AM
MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
I'm using VS 2019 Inovaphone SDK 136254, Following Error occurs when I try to run the app

error MSB3073: Der Befehl "call common/build/buildnum imatoffice.mak x86_64 "DEBUG=1"" wurde mit dem Code 1 beendet.

can you please provide some guidance what possibly can be causing the prob.

Regards
Aqeel
Picture of mitop
Registered 3 years 291 days
mitop Wednesday, 12 January 2022, 10:12 AM
1 of 1 users consider this post helpful
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hello Aqeel,

the error tells us that the build does not work, what can be caused by a lot of of reasons. In Visual Studio there is this "Error list", on the right you can see what file is affected. Check out the errors for your project files. Maybe you can provide a screenshot here with the erros popin up for a more sufficient help

Best regards
Mladen
Picture of aqeel
Registered 3 years 342 days
aqeel Wednesday, 12 January 2022, 01:09 PM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hello Mladen,
thanks for your reply, I'm attaching screenshots as you asked, I can not run the project and I don't understand why. I have updated Innovaphone SDK as well.

regards
Aqeel
2022-01-12_13_05_12-.png

Picture of mitop
Registered 3 years 291 days
mitop Wednesday, 12 January 2022, 02:57 PM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hi Aqeel,

please press the "Fehlerlist" Tab, and make another screenshot smile
The list is very long, scroll down to the bottom of that list and you will see your project files and the errors next to the files

Regards
Mladen
Picture of aqeel
Registered 3 years 342 days
aqeel Friday, 14 January 2022, 09:29 AM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hi Mladen,
Here ist the other screenshot as you said.

regards
Aqeel
2022-01-14_09_27_37-.png

Picture of mitop
Registered 3 years 291 days
mitop Friday, 14 January 2022, 10:00 AM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hi Aqeel,

one last question: Did you create a new project and tried to start this project immediatelly? The initial project example should work
What changes did you made to your project?

Please check out this here: https://www.learncpp.com/cpp-tutorial/configuring-your-compiler-warning-and-error-levels/
Maybee you should adapt error level, that could give you more information.

Regards
Mladen

(my current guess is, one of the references in imatoffice.mak is broke, or a spelling mistake, or a missing reference depending on what you try to code)
Picture of aqeel
Registered 3 years 342 days
aqeel Wednesday, 19 January 2022, 04:17 PM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hi Mladen,
thanks for your reply, yes I've already tried to start the project immediately after creating it but still the same error occurred. I'm gona try again with the settings suggested on the link you provided.

regards
Aqeel
Picture of Marc Schodermayr (innovaphone)
Moderator Registered 9 years 201 days
Marc Schodermayr (innovaphone) Wednesday, 19 January 2022, 11:39 PM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Can you please verify that the SDK is installed correct? So please can you check the following:

  • Is the environment variable INNOVAPHONE-SDK set?
  • If so, what path is assigned?
  • Does the path exist?
  • Are the folders app-platform-builttls exist
  • Is make.exe located in that directory?
  • Do the directory for the compilers exist (arm-7.2.0-linux-gnu / x86_64-7.2.0-linux-gnu) and to they contain the compiler files?

Andreas Fink
Moderator Registered 13 years 52 days
Andreas Fink (innovaphone) Thursday, 20 January 2022, 10:58 AM in response to aqeel
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hello Aqeel,

make sure you have installed "Linux development with C++" workload within Visual Studio Setup.

The posted screen shots are not useful, since output of the build command is missing.

Select "Output" (Ausgabe) Tab instead of Error List, and in the drop-down select "Build".

This will show you waht was the output of the build command.

Best Regards
Andreas Fink
Picture of mitop
Registered 3 years 291 days
mitop Thursday, 20 January 2022, 04:36 PM
1 of 1 users consider this post helpful
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hi Andreas,

am i blind or: The first picture that Aqeel posted is the Build Output (Ausgabe anzeigen von Build) that tells us "Der Befehl "make" ist entweder falsch geschrieben oder wurde nicht gefunden".

Best regards
Mladen

PS: You mean this one right?
install_linux_environment.PNG

Andreas Fink
Moderator Registered 13 years 52 days
Andreas Fink (innovaphone) Friday, 21 January 2022, 02:35 PM
Re: MSB3073, Linux.Makefile.tagets Error, SDK 136254 (13r2)
Hello Malden,

yes, it seems I'am blind smile

I think, there are missing build tools for Linux C++ development.

Best Regards
Andreas Fink
← You can define your color theme preference here