Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

corrupt PDB file

jmloriot
Beginner
898 Views

I have the following error, what can I do ?

Compiling with Intel(R) Visual Fortran Compiler 17.0.0.109 [IA-32]...

definitions_de_base.f90

error #31000: corrupt PDB file vc140.pdb; delete and rebuild; if problem persists, delete and try /Z7 instead

ifort: error #10298: problem during post processing of parallel object compilation

compilation aborted for C:\casal\definitions_de_base.f90 (code -1)

0 Kudos
2 Replies
Steven_L_Intel1
Employee
898 Views

Delete the file with the .pdb file type in your project's Debug folder and rebuild the project.

0 Kudos
jmloriot
Beginner
898 Views

Thank you Steve, your answers are always accurate and helpful.

I had deleted the prog_name.pdb but not vc.pdb

0 Kudos
Reply