Code Generation Error when compiling FPGA target v1.0

Asked By 70 points N/A Posted on -
qa-featured

Hi! I am getting an internal error when I try to compile my FPGA target Version 1.

I am working on a 801KB program that is quite complicated. 

I also have a 15 target FIFO that transfers data to the target. Please see the attached file for a screenshot of the error.

Attached file is also the log file for your reference. Does anybody have a solution to this problem?

Any suggestions can help.

Thank you.

Error : Code generation Error

Error

Internal software error

Details

An inter software error has occurred. Please contact National Instrument technical support at ni.com/support

Method name : <b> compile for target </b>

 

 

SHARE
Answered By 0 points N/A #135131

Code Generation Error when compiling FPGA target v1.0

qa-featured

Seems that the program is not installed correctly or the source paths are not set properly.

If the program is not installed correctly

  1. It there was an interruption in the installation process then you is likely to get such errors during compilation of the code. So your best bet is to reinstall the software without doing anything wrong this time.
  2. Close all other programs like antivirus or any other thing that can cause the installation to stop.

If the source path is not set properly

  1. If the source path is not proper, it will cause the error.
  2. Go to environmental variables and set the path necessary for the software to run properly.
  3. Save the variables and restart the system.
  4. After restart, run the program and hopefully there will be no error this time.

Related Questions