- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a question on using IPP4.1 with Intel IDE(Integrated Development Environment). I wrote a very simple code using only one IPP function. Then I tried to compile and build a file to run on the XDB debugger. However, I got an error complaining the following:
----------------------- Build test.bd -----------------
-- Begin show options --
Build File - test.elf
Tool - C:Program FilesIntelSDT1.2xscaleinldxsc.exe (Linker)
Options - -output "test".elf ". est.o" "C:Program FilesIntelIPP41pca_wmmx_evallibippSP_wmmx41ppc_r.lib"
Build File - test.bd
Tool - C:Program FilesIntelSDT1.2xdbbindwarf2bd.exe (Symbol Converter)
Options - "C:Program FilesIntelmytest est.debug est.elf" "C:Program FilesIntelmytest est.debug est.bd"
-- End show options --
---- Processing test.elf ----
-- Build completed with errors --
-- Begin show options --
Build File - test.elf
Tool - C:Program FilesIntelSDT1.2xscaleinldxsc.exe (Linker)
Options - -output "test".elf ". est.o" "C:Program FilesIntelIPP41pca_wmmx_evallibippSP_wmmx41ppc_r.lib"
Build File - test.bd
Tool - C:Program FilesIntelSDT1.2xdbbindwarf2bd.exe (Symbol Converter)
Options - "C:Program FilesIntelmytest est.debug est.elf" "C:Program FilesIntelmytest est.debug est.bd"
-- End show options --
---- Processing test.elf ----
-- Build completed with errors --
It poped up a window and says there is something wrong with ldxsc.exe, and need to send an email to Microsoft.
Here is my simple test code:
#include "ippdefs.h"
#include "ippSP.h"
#include "ippSP.h"
int main ()
{
const int length = 20;
Ipp16s a[length], b[length], c;
unsigned int i, scaleFactor;
IppStatus result;
scaleFactor = 5;
result = ippsSet_16s(10, a, length);
{
const int length = 20;
Ipp16s a[length], b[length], c;
unsigned int i, scaleFactor;
IppStatus result;
scaleFactor = 5;
result = ippsSet_16s(10, a, length);
}
I exported a Makefile and make sure that the library path is correct. After I comment out the ippsSet_16s, everything is fine. How should I use IPP with IDE? Could you help me on this?
Thank you very much.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We will look into it. By the way, have you submitted this report to Intel Premier Support at https://premier.intel.com?
Thanks,
Ying
Ying

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page