From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 8 and Labview 2013 FPGA

Solved!
Go to solution

I installed Labview 2013 including the FPGA design suite on a Windows 8 (x64) host. I was surprised to see Windows 8 on the list of supported OS as I was aware that up to this day no Xilinx design suite supported Windows 8.

 

But as a matter of fact it didn't took long before I hit:

 

ERROR: Simulator:861 - Failed to link the design

 

following this tutorial while clicking on check syntax (using one of the VHDL file provided with the tutorial). The error is clearly linked to a lack of Windows 8 compatibility from the XIlinx tools running underneath. Is there a known workaround? Thanks.

0 Kudos
Message 1 of 13
(5,950 Views)

It really look for sure like Labview FPGA is supported on Windows 8:

DSC_0001.jpg

0 Kudos
Message 2 of 13
(5,937 Views)
Solution
Accepted by topic author lodup29

Unfortunately, you cannot compile FPGA code on a Windows 8 yet since Xilinx does not have that compatibility. The following KnolwedgeBase article describes this. There is also a link in this article to another article that describes how to compile your code on a remote computer. That is the recommended way to compile when you have a Windows 8.

 

http://digital.ni.com/public.nsf/allkb/8FDE6923DA3C069786257A36005C3EEF?OpenDocument

Applications Engineer
National Instruments
0 Kudos
Message 3 of 13
(5,894 Views)

Thanks,

 

Unfortunately I don't have access to a compatible Windows platform (isn't it possible to install a farm on a Linux host?). I think that NI should stop advertising Windows 8 support (at least on the second DVD which only includes the FPGA tools).

0 Kudos
Message 4 of 13
(5,883 Views)

Here is more information about compile farms which could be a great solution for you:

 

http://sine.ni.com/nips/cds/view/p/lang/en/nid/210566

Applications Engineer
National Instruments
0 Kudos
Message 5 of 13
(5,877 Views)

You could probably also set up a virtual machine (on your Windows 8 machine) with Windows 7 or Linux and install the compile tools in there.

I did not try this, though.

 

0 Kudos
Message 6 of 13
(5,869 Views)

That I could do but Linux is not listed here ... but Windows 8 is listed as supported for the farm server and not for the development environment. Isn't is the other way around? On top of that it looks like we should read GB instead of MB for the farm toolkit.

0 Kudos
Message 7 of 13
(5,860 Views)

Here is more information about setting up a Linux-Based FPGA Compile Worker:

 

http://www.ni.com/white-paper/14039/en/

 

 

Applications Engineer
National Instruments
0 Kudos
Message 8 of 13
(5,845 Views)

For those who are still struggling with Win8 and Xilinx compile tools, I've managed to make everything work (including external IP nodes) by installing the latest version of MinGW: http://www.mingw.org/ and copying the installed files from the default location "C:\MinGW" to "C:\NIFPGA\programs\Xilinx14_7\ISE\gnu\MinGW\5.0.0\nt". I choose to install the complete MinGW, but installing the gcc tools only, could be sufficient.

 

My current setup is LabView FPGA 2014 with Xilinx Tools 14.7, Windows 8.1 running on Microsoft Surface Pro 3.

 

Message 9 of 13
(5,178 Views)

Thank you very much, it works perfectly. You solved me a lot of problems!

0 Kudos
Message 10 of 13
(4,889 Views)