BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

Error MSB6006: "cmd.exe" exited with code -1073741 515 #7059

Closed CedriW closed 1 year ago

CedriW commented 1 year ago

Issue summary

I am encountering an error while building Caffe:

  Checking Build System
  Running C++/Python protocol buffer compiler on C:/Users/CW/Documents/Project/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 -1073741
515. [C:\Users\CW\Documents\Project\caffe\build\src\caffe\caffeproto.vcxproj]
ERROR: Build failed

I have protoc.exe at version 3.21.4, and CMake version 3.24.0.

System configuration

CedriW commented 1 year ago

Log files: CMakeError.log CMakeOutput.log

CedriW commented 1 year ago

Couldn't resolve but found an alternative method of achieving my task on tensorflow