Having multiple CL.EXE issue (if multiple CL.EXE write to the same .PDB file, please use /FS)
Hi All,
I am facing "if multiple CL.EXE write to the same .PDB file, please use /FS" issue. One project is accessed by two computers. Suddenly, I see this almost 90% times when I run main file.
@CMakeFiles\CppInterview.dir\objects1.rsp /out:CppInterview.exe /implib:CppInterview.lib /pdb:C:\Users\Soodong Kim\Dropbox\CppInterview\cmake-build-debug\CppInterview.pdb /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\CppInterview.dir/intermediate.manifest CMakeFiles\CppInterview.dir/manifest.res" failed (exit code 1104) with the following output:
LINK : fatal error LNK1104: cannot open file 'CppInterview.exe'
NMAKE : fatal error U1077: '"C:\Program Files\JetBrains\CLion 2019.2.1\bin\cmake\win\bin\cmake.exe"' : return code '0xffffffff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.22.27905\bin\HostX86\x86\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.22.27905\bin\HostX86\x86\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.22.27905\bin\HostX86\x86\nmake.exe"' : return code '0x2'
Stop.
请先登录再写评论。