Setting Up .NET Build Environment with setenv - Two Warnings - Could not find vsvars32.bat Visual C++ Does not appear to be installed

StackOverflow https://stackoverflow.com/questions/22148194

문제

I'm trying to compile some netmf firmware using MSBUILD with Yagarto. I'm doing it on a machine with VS2012 and all the right pre-requisites installed. From a command prompt as administrator, I go to the NetMF Porting Kit folder, where all the source code lives, I call setenv_gcc.cmd 4.6.0 c:\yagarto46

Doing so yields two warnings:

  • WARNING: Count not find vsvars32.bat
  • WARNING: VISUAL C++ DOES NOT APPEAR TO BE INSTALLED ON THIS MACHINE.

When I try the above command from VS2012 Developer Command Prompt as Administrator I get the following ERROR

  • ERROR: Cannot determine the location of the VS Common Tools folder.

I've done the path modifications in Environment System Variables with no luck.

Thanks!

도움이 되었습니까?

해결책

VS2010 command prompt gives error : Cannot determine the location of the VS Common Tools folder

I modified the vsvars32.bat file in the vs11 and vs10 folders accordingly and the error went away... Now onto eliminating my build errors....

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top