忍者使用VS2015构建Caffe-Windows

时间:2018-07-15 10:21:04

标签: visual-studio-2015 cmake caffe ninja

当我尝试在Visual Studio 2015中使用Ninja构建caffe-windows时,失败并导致输出降低。

Screenshot of error messages     确定C编译器是否工作失败,并显示以下输出:     更改目录:G:/ Git / caffe / scripts / build / CMakeFiles / CMakeTmp

related_name

下面是我的脚本:

Run Build Command:"C:/Users/TAO/Anaconda3/Library/bin/ninja.exe" "cmTC_55e72"
[1/2] Building C object CMakeFiles\cmTC_55e72.dir\testCCompiler.c.obj

[2/2] Linking C executable cmTC_55e72.exe

FAILED: cmTC_55e72.exe 

cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmTC_55e72.dir --manifests  -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo CMakeFiles\cmTC_55e72.dir\testCCompiler.c.obj  /out:cmTC_55e72.exe /implib:cmTC_55e72.lib /pdb:cmTC_55e72.pdb /version:0.0  /machine:x64  /debug /INCREMENTAL /subsystem:console  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."

RC Pass 1: command "rc /foCMakeFiles\cmTC_55e72.dir/manifest.res CMakeFiles\cmTC_55e72.dir/manifest.rc" failed (exit code 0) with the following output:
The system cannot find the file specified

ninja: build stopped: subcommand failed.

0 个答案:

没有答案