Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IPP library and codeblocks ide

cbipp
Beginner
313 Views
hi, i believe to post on the correct forum and i would like to ask if there is a compatibility between ipp libraries and codeblocks ide ( either using gcc or mingw compiler ).
0 Kudos
2 Replies
Lance_A_Intel
Employee
313 Views

Hi,

Moved you thread to a more appropriate forum.

0 Kudos
PaulF_IntelCorp
Employee
313 Views

The IPP library is independent of the IDE you choose to host your development tools. Obviously, if you are using Codeblocks on Windows you cannot use the Visual Studio project files included with some of the IPP samples. You will need to build your makefiles or build scripts to reference the appropriate directories and files in ways similar to using any other IDE or makefiles.

Additionally, the library is precompiled and provided in binary format, so the specific compiler/linker you use is also not the important, as long as you can generate code that will link to code that has been compiled for a standard C interface. Gcc is compatible with the Intel IPP library.

Shouldn't be a problem.

0 Kudos
Reply