I have the following error while updating Windows 8 using Microsoft Visual Studio 2013:
cl : Command line error D8050 : cannot execute 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64\c1xx.dll': failed to get command line into debu g records
The strange thing is that an attempt to compile in the admin cmd works ... I tried to change the ownership / rights to the VS12 folder, but did not change anything.
cl /Fobin\x64\Release\file.obj /c src\file.cpp /TP /nologo /MP /GS /W4 /wd4800 /wd4138 /wd4530 /wd4512 /wd4996 /wd4251 /wd4661 /wd4505 /WX- /Gd /Zi /Gm- /Zc:wchar_t /errorReport:prompt /Zc:forScope /Fplibvideostitch.pch /FS /Fdvc120.pdb /fp:precise /GL /O2 /Oy- /Oi /MD /Ot /DWIN32 /D_USE_MATH_DEFINES /D_WINDLL /DNOMINMAX /D_CONSOLE /DNDEBUG "/IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.5\include"
source share