tinsel
tinsel copied to clipboard
Build failed on windows 10 vs2017
1>------ Rebuild All started: Project: tinsel, Configuration: Release x64 ------
1>Performing Custom Build Tools
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(209,5): error MSB6006: "cmd.exe" exited with code 1.
1>Done building project "tinsel.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I had a bit of trouble compiling it earlier as well. Do you have CUDA properly installed? You might also want to double check the project properties and set the cuda install directories and also the custom build tool command correctly.
Thanks! CUDA is installed correctly.
The same error, And After installing cuda, the error is still the same。 I look for many https://stackoverflow.com/questions/13118947/error-msb6006-cmd-exe-exited-with-code-1/20391803
but still know how to set it. How to set the "the custom build tool command" correctly?
You have static path set for CUDA in your solution: F:\sw\devrel\libdev\external\CUDA\8.0.44\include How can it possibly work ??