Software Archive
Read-only legacy content
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.
17060 Discussions

intsalling intel compiler on ubuntu 10.10

varsh
Beginner
600 Views
Hello,

I am new to installing the intel C++ composer XE for linux. I use latest version of ubuntu 10.10. I proceeded as instructed in the release notes of the compiler. I found that it give error "missing prerequisites" and then I looked for details and saw that it requires ubuntu 10.04. I have already installed 10.10 on my system. Is there any way to rectify this problem. How can I install intel XE composer on ubuntu10.10 without reinstalling it?

Your help will be highly appreciated.

Thanks,

Varsh
0 Kudos
1 Reply
mecej4
Honored Contributor III
600 Views
Take the "missing prerequisites" warnings with a pinch of salt. If the missing prerequisites include GCC and BinUtils, by all means install those. In fact, before installing Intel compilers check that you can compile and execute small C and C++ programs using GCC/G++.

Tell the installer to ignore missing prerequisites and finish installing. Then, test that you can compile and execute small C and C++ programs using the Intel compiler.

See also:
http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu .
0 Kudos
Reply