Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Problem with Including ippsc.h

Derek_Woodman
Beginner
773 Views
I have been building my application that has used the IPPS libraries just fine. I have just been including , and and everything has worked great. However, now I want to use the VAD_AMRWB function. This is included in ippsc.h. If I try to #include I get the following error when I try to make my program:


/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2185): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridGetStateSize_G728_16s,(int M, int L, int N, int DIM, int *pMemSize))
^

/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2186): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridInit_G728_16s,(const Ipp16s *pWinTab,int M, int L, int N,
^

I also get that error if I just try to include .

Can anyone explain why this is happening?

Thanks,
Derek
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
773 Views

Derek,

Could you provide some specific steps that can show this problem? I just wrote a simple test code with that version of Intel IPP library. It looks fine:

>cat test.c:

# include

int main()

{

}

>gcc -I /opt/intel/Compiler/11.1/059/ipp/include/ test.c


Thanks,

Chao

0 Kudos
Reply