Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Quartus II installation question on RedHat 5.5 x64

Altera_Forum
Honored Contributor II
2,017 Views

New install Quartus II 11.1 on RedHat Enterprise Linux Client 5.5 x64 

Progress bar shoots to 100% instantly, and spit out a message box: 

 

--- Quote Start ---  

Failed to register the Quartus II Subscription Edition (Paid) software. The registration executable '.../altera/11.1/quartus/bin/qreg' does not exist. 

 

--- Quote End ---  

 

Maybe I'm not supposed to use RedHat 5.5; 

 

[root@localhost bin]# uname -a 

Linux localhost.localdomain 2.6.18-194.el5# 1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux 

 

Anyone seen this before, please comment, 

 

Thanks a lot.:D 

 

I don't have it installed yet  

Just found out how to use 64-bit Quartus II modules, post link here: 

http://quartushelp.altera.com/current/mergedprojects/global/install/install_pro_64bit.htm
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
1,344 Views

Got online installation moving by using the altera_installer.external.sh 

:confused: 

But seems it's the easiest way to get it moving for my situation.
0 Kudos
Altera_Forum
Honored Contributor II
1,344 Views

Just got Quartus II (11.1) running on RHEL 5 x64 

Post my experience, wish it could be helpful for others 

 

First of all, install by using net installer (altera_installer.external.sh) which is on the top of the Quartus II download page. (side note: running standalone Quartus II subscribed .sh file, I didn't see SELinux warning at all, but complains of missing .../11.1/quartus/bin/qreg, could not more forward) 

 

After installation, saw quartus warning pop-ups about registration and jtag 

need to disable selinux or set it to permissible mode (security at own discretion) 

do the following: 

.../11.1/quartus/bin/# qreg --tb2id 

.../11.1/quartus/bin/# qreg --jtag 

 

Setup license by setting environment variable in .bashrc or .cshrc 

See http://quartushelp.altera.com/current/master.htm#mergedprojects/global/install/install_pro_specify_lm_license_file.htm (http://quartushelp.altera.com/current/master.htm#mergedprojects/global/install/install_pro_specify_lm_license_file.htm

 

After installation is done, one can turn SELinux back on, but all Quartus II *.so libraries needs to be added to allow list: 

Do this by: 

.../11.1/quartus/linux/# chcon -t textrel_shlib_t *.so" 

Note do above line strictly from the linux folder, since chcon -t textrel_shlib_t '.../altera/.../*.so' doesn't accept file name wildcard. 

Actually there is a Altera Solution ID for this: spr329499 (see Support Knowledge Base) 

 

Can try to start Quartus II, if you see "failed with: Internal Error: Sub-system: ATCL ... " 

set SELinux in permissible mode, reboot and test 

If your Quartus II starts when SELinux in permissible mode, repeat "chcon" 

 

Cheers,
0 Kudos
Altera_Forum
Honored Contributor II
1,344 Views

Hi all, 

 

From Altera websites, it seems that they only provide support for RHEL 5.0/6.0. How about sub-versions for RHEL i.e (RHEL 5.4 or RHEL 6.1)? Do they officially support these subversions if we run into errors?
0 Kudos
Reply