Fatal Link Error: LNK:1201
-
Hi, I am building a project (where multiple dsp's Debug Info is set as Program Database for Edit & Continue) using VC++ editor.At the time of linking I am getting a linker error (LNK1201) LINK : fatal error LNK1201: error writing to program database "prj.pdb" ; check for insufficient disk space I found the root cause of the problem as below. " There is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB - From MSDN" Here my prj.pdb file size exceeds 64 MB. Now my query is, Is there any way to increase the size of this file? Or I have to set the Debug Info as Line Numbers only for some DSP's. So that the size of the file will be decreased. Thanks in Advance. Regards, Pearl
-
Hi, I am building a project (where multiple dsp's Debug Info is set as Program Database for Edit & Continue) using VC++ editor.At the time of linking I am getting a linker error (LNK1201) LINK : fatal error LNK1201: error writing to program database "prj.pdb" ; check for insufficient disk space I found the root cause of the problem as below. " There is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB - From MSDN" Here my prj.pdb file size exceeds 64 MB. Now my query is, Is there any way to increase the size of this file? Or I have to set the Debug Info as Line Numbers only for some DSP's. So that the size of the file will be decreased. Thanks in Advance. Regards, Pearl
clean and rebuild the project or delete pdb file and buld