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

IPP with GCC on Windows

stephenbuck
Beginner
765 Views
Hi,
I'm evaluating IPP for use with our product and need to link it our program that is compiled with GCC on Windows, using Cygwin/Mingw. I'm having problems in the link phase with error messages like:'
undefined reference to `_ippsFFTInitAlloc_R_32f@16'
Does anyone else use GCC with IPP on Windows? If so, I'd love to know the compiler / link configuration necessary to make this work.
Thanks,
Steve
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
765 Views
Hi Steve,
IPP use stdcall convention but it seems that compiler does not support it or you need somehow specify it for gcc.
Regards,
Vladimir
0 Kudos
Reply