c++ - Visual Studio 2012 build hangs -


as last few days, project i'm working on in msvs2012 has begun hanging on build. i've taken steps trying log vs doing in following link : how troubleshoot visual studio 2012 hangs/lockups have not been able find "errors" or "fails" load. build finish, takes several minutes opposed few seconds. anytime attempt cancel build, generic message how system waiting on "generatedeps" finish.

c:\program files (x86)\msbuild\microsoft.cpp\v4.0\v110\buildcustomizations\cuda 6.0.targets(402,9): warning msb4220: waiting executing task "generatedeps" cancel. 

edit

here's additional verbose/diagnostic output. seems vs lagging...

input file "gpu rkf45 (variable step size).cu" newer output file "x64\debug\gpu rkf45 (variable step size).cu.deps". 1>using "generatedeps" task assembly "c:\program files (x86)\msbuild\microsoft.cpp\v4.0\v110\buildcustomizations\nvda.build.cudatasks.v6.0.dll". 1>task "generatedeps" (taskid:23) 1>  task parameter: 1>      additionalincludedirs= 1>          c:\program files\nvidia gpu computing toolkit\cuda\v6.0\include 1>          c:\program files\nvidia gpu computing toolkit\cuda\v6.0\bin 1>          c:\program files\nvidia gpu computing toolkit\cuda\v6.0\include 1>          . (taskid:23) 1>  task parameter:forcedincludefiles=cuda_runtime.h (taskid:23) 1>  task parameter: 1>      preprocessordefinitions= 1>          __cudacc__ 1>          _mbcs (taskid:23) 1>  task parameter:sourcefile=c:\users\karsten chu\new google drive\research\visual studio 2012\projects\dynamic parallelism test\dynamic parallelism test\gpu rkf45 (variable step size).cu (taskid:23) 1>  command: (taskid:23) 1>  "generatedeps" task using "cl.exe" "c:\program files (x86)\microsoft visual studio 11.0\vc\bin\x86_amd64\cl.exe". (taskid:23) 

i have had problems hanging builds in vs long time ago , traced root cause resource related. such slow processor (yes, matters when compile!), or not enough memory. solution worked me full rebuild (clean) , leave computer alone while builds. might or might not you, if share more information might have deeper insight.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -