Installation Issue with Altera Quartus II 8.0 in Red hat 6.9 Enterprise.
Followed the below mentioned steps:
- Using tar -xvf command extracted the downloaded file "80_quartus_linux.tar"
- Under quartus/linux/, tried executing ./install
Encountered with error as below:
Terminal:
[root@redhat linux]# ./install
Quartus II 8.0 Installation Script for UNIX Workstations
Copyright (c) Altera Corporation 2008
Type Ctrl+C <Return> to quit this installation script at any time.
Use this installation script to install the Quartus II software,
including MegaCore IP, sample/tutorial files, interfaces to
other EDA tools, and the Quartus II device family information.
Press <Return> to continue normal installation or type <s>
to select the components to install:
Type the full pathname of the directory where you want to
install the Quartus II 8.0 software.
(default: /opt/altera8.0):
The /opt/altera8.0/quartus directory already exists.
OK to delete all existing files in /opt/altera8.0/quartus before
installing Quartus II 8.0? (y/n): y
Removing all files in '/opt/altera8.0/quartus'
------------------------------------------------------------
Calculating disk space requirements...
The requested installation requires 5219180 kbytes.
/opt/software/quartus/linux/tools/linux/compare: Command not found.
------------------------------------------------------------
You do not have enough disk space to install the requested items.
There are only 377035884 kbytes in /opt/altera8.0/quartus.
Would you like to restart the installation? (y/n):
Even though my server is having 374 GB free space and
/opt/software/quartus/linux/tools/linux/compare: Command not found.
The tools which came along with the Quartus package under /quartus/linux/tools/linux are not compatible I believe.
P.S: Used bash prompt
Can someone support on this installation please