We are looking for ideas to solve the problem with linking / pdb generation when running multiple devenv.com using Visual Studio 2005 .
We get the following intermittent errors when doing parallel builds using devenv.com. That is, the next time you run it simultaneously on the same build server:
devenv.com master.sln /build "Release|Win32"
devenv.com master.sln /build "Debug|x64"
fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'
error C2471: cannot update program database
We want pdb files, so disabling them is not realistic. Running the build in series does not cause a problem, but, of course, slows down the build process.
Links found so far indicate
- that there are problems with the length of file names exceeding the limit on the path to the file 256, this does not seem to be our problem, since we can create individually, and the length of the path + file is about 160 characters.
- ( Visual Studio 2008), .
, .
?