Open elhammoumi opened 6 years ago
hi friend me too i had same error tell me what version of cuda did you use and if you get solution help me thanks good luck
I still did not find a solution to this problem.
try this
http://www.shaneahmed.com/2017/07/build-caffe-pycaffe-and-matcaffe-on.html
for me it worked
be sure to use same thing
good luck
hello! i have the same error, do you guys figure it out or any workarounds? or know if that is related to the CUDA version?
-- Install: -- Install path : D:/caffeprojects/caffe-windows/scripts/build/install
Late for the game, but I'm pretty sure I know what is causing it. The error code is STATUS_DLL_NOT_FOUND
, and it must be arising when the build is trying to run protoc.exe (protobuf compiler). It must be missing some dependencies. Try to locate protoc.exe and run it manually. It will tell you which DLL is missing. The complete protobuf compiler with all its dependencies can be found here.
CustomBuild: Building Custom Rule C:/projects/caffe/src/caffe/CMakeLists.txt CMake does not need to re-run because C:/projects/caffe/build/src/caffe/CMakeFiles/generate.stamp is up-to-date. Running C++/Python protocol buffer compiler on C:/projects/caffe/src/caffe/proto/caffe.proto C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code -1073741515. [C:\projects\caffe\bu ild\src\caffe\caffeproto.vcxproj] Done Building Project "C:\projects\caffe\build\src\caffe\caffeproto.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\projects\caffe\build\src\caffe\caffe.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\projects\caffe\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Build FAILED.
"C:\projects\caffe\build\ALL_BUILD.vcxproj" (default target) (1) -> "C:\projects\caffe\build\src\caffe\caffe.vcxproj" (default target) (3) -> "C:\projects\caffe\build\src\caffe\caffeproto.vcxproj" (default target) (4) -> (CustomBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code -1073741515. [C:\projects\caffe\ build\src\caffe\caffeproto.vcxproj]
Time Elapsed 00:00:02.52 ERROR: Build failed