LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW FPGA Compile Segfault

Solved!
Go to solution

Hello,

A compilation in LabVIEW FPGA ends with a strange ERROR message which I have never seen before. The compilation was done on the server (currently another one is being done locally). It seems as if it is a file access problem because it reports " Failed to write file content of MacallanTop.edf in zip archive. " as the reason for the failure. 

Preceding the same code compiled without any problem. All of the compilation steps were done in an usual amount of time and then this error happened. Immediately preceding this there were some minimal code changes (One typedef was changed, and the corresponding register which used this typedef as data type.), something that was done many times before. This shouldn't have caused any problems. My question is, if this is maybe a server error?

Thank you and best regards.

Download All
Message 1 of 3
(140 Views)

I also looked through directories and found that the compiler successfully creates folders for the compilation jobs/tasks it receives. From that it would seem the issue is not in communication but in something else.

0 Kudos
Message 2 of 3
(138 Views)
Solution
Accepted by topic author tomark

Hello,

Just to elaborate on this further. It was definitely a problem with the compile server, at least the one I was compiling on. Even after creating a new build an trying that it still didn't work, however the exact same source code compiled locally. After 2 days the same build that previously didn't work on the server went suddenly into generating Xilinx IP, meaning that it was either a new server or the previous one was reset and since then the same source code compiles without any problems.

0 Kudos
Message 3 of 3
(42 Views)