Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

intel Compiler questions.

piodr_g_
Beginner
354 Views

First of all I want to compile C code not C++.

1). Not going to turn malloc( x )  to ( char* ) malloc( x ). So do you support C or only C++?

2). Is there free version for non commrecial use. Not trial, FREE. For linux user. basically any distro.

3) I want this compiler only to test speed of my lib compared to gcc and clang. ( I have intel processor so this has sens ). No earning money involved. Lib is open source and free for all anyway, MIT license.

4). How do i get the free intel compiler on my linux. what should be my steps.

0 Kudos
3 Replies
gaston-hillar
Black Belt
354 Views

Hi Piodr,

The following link specifies the requirements to qualify for free Intel software development tools. 

Specifically, this link provides information for open source contributors

 

gaston-hillar
Black Belt
354 Views

Hi Piodr,

Regarding question #1. The Intel C++ Compiler is able to compile a C source file. Check the following link with detailed information about this for the latest version of Intel C++ Compiler.

 

gaston-hillar
Black Belt
354 Views

Hi Piodr,

In case you have additional questions regarding Intel C++ Compiler, the most appropriate forum in which you can open new threads is the Intel C++ Compiler Forum

Reply