I'm attempting to compile an FPGA project for an R series card to use in Veristand 2011. I used the FPGA creator wizard to get the basic template and modify my IO as directed.
When I attempt to build the project, I get the following error.
'LabVIEW: Generic file I/O error.'
=========================
NI-488: I/O operation aborted.
Error 6 occurred at Write to Text File in
niFpgaCompileWorker_SaveStatus.vi->
niFpgaCompileWorker_Status_Publish.vi->
niFpgaCompileWorker_GetStatus.vi->niFpgaCompile_Worker.vi:1
Possible reason(s):
LabVIEW: Generic file I/O error.
=========================
NI-488: I/O operation aborted.
C:\NIFPGA\compilation\TheFPGA_FPGATarget_TheFPGA_0E9FD350\BuildResults.lvtxt
My first thought was that the file size was too long. (I had the project buried in a deep heirarchy with a long job number in the name.) I reduced the size of the FPGA project, target, and folder name then moved the project to C:\ . The name shouldn't be an issue now.
Any ideas?
The error is so generic that it doesn't feel very helpful.