Fatal Error when building release x64 configuration of a win32 dll.

  • Thread starter Thread starter Zed El
  • Start date Start date
Z

Zed El

Guest
Hello All,

I'm getting the following error when I build my C++ win32 Dll project:

3>d:\Path_to_source_file\source.cpp : fatal error C1083: Cannot open compiler intermediate file: '..\Path_to_\filename.ipdb': Not enough space

I'm using visual studio 2015 Version 14.0.25431.01 Update 3, on Windows 10.

This only happens when I build the release configuration (i.e. Whole Program Optimization set to "Use Link Time Code Generation), the debug configuration builds without issue.

The win32 Dll project has several static lib project dependencies.

The "source.cpp" file referenced in the error above belongs to one of those static libs.

There's plenty of space on the hard drive ( > 100gigs).

The size of the win32dll.ipdb file (at the point of the build failure) is 639,856 KB.

Any help would be appreciated.

Thanks.





Continue reading...
 
Back
Top