Description
Starting with Intel® Quartus® Prime Standard and Pro Edition Software version 19.1 for Windows® and the Intel® SoC FPGA Embedded Development Suite (SoC EDS) version 19.1 for Windows, the Cygwin component must be installed manually. Administrative privileges are needed on the PC to perform the Cygwin installation.
Resolution
The procedure for installing Cygwin is as follows:
- Go to the official Cygwin website https://cygwin.com/
- Download the 64bit installer (setup-x86_64.exe)
- Open a Windows Command Prompt
- Locate the path where Cygwin will be installed.
- For SoC EDS, the default path is C:\intelFPGA_pro\<version>1\embedded\host_tools\cygwin
- Run the installer in the Command Prompt with the following parameters (replace <<Path Cygwin Installer>> with the correct path):
- setup-x86_64.exe --wait --quiet-mode --root <<<Path Cygwin installer>> --site http://cygwin.mirrors.hoobly.com --packages make,gcc-core,gcc-g ,ncurses,inetutils,openssh,mosh,patch,flex,bison,tar,bzip2,zip,unzip,util-linux,git,subversion,vim,xxd,m4,wget,dos2unix,libintl devel,diffutils,libncurses-devel,iperf,xorg-server,xinit,mingw64-x86_64-gcc-core,mingw64-x86_64-gcc-g
- Make sure the command is all on a single line. Copying and pasting from this document may split the command into multiple lines.
- Press Enter to issue the command and wait until everything is automatically installed.