when i order build_win.cmd in cmd, there is an error MSB6006
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: “cmd.exe”已 退出, 代码为 1。 [D:\projects\caffe\build\src\caffe\caffe.vcxproj] 已完成生成项目“D:\projects\caffe\build\src\caffe\caffe.vcxproj”(默认目标)的操作 - 失败。
已完成生成项目“D:\projects\caffe\build\ALL_BUILD.vcxproj”(默认目标)的操作 - 失败。
生成失败。
“D:\projects\caffe\build\ALL_BUILD.vcxproj”(默认目标) (1) -> “D:\projects\caffe\build\src\caffe\caffe.vcxproj”(默认目标) (3) -> (CustomBuild 目标) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: “cmd.exe” 已退 出,代码为 1。 [D:\projects\caffe\build\src\caffe\caffe.vcxproj]
0 个警告
1 个错误
i find it's the problem of CUDA's version, first when i use CUDA10 to build, it generate the error targets(171,5): error MSB6006, and then i use CUDA8 ,it works well,and this error cost my a few days, mom damn eggs 使用CUDA10后报这个错误,使用CUDA8及相应的cuDNN后编译正常,浪费了几天的时间妈蛋
cuda9.2也报这个错,我现在打算试试8,再报错。。我就。。哭泣的重新来一遍