- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am in the process of evaluating the Intel JPEG functions for an internal project.
I have the Intel C++ Compiler 11.1 installed for Xcode.
I downloaded the Mac OS X Universal distributions of the "Main Samples" projects from http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/
When I first attempted to build it, of course it wouldn't build because I didn't read the Readme.htm file first.
However, even after setting the necessary user-defined-variables, I am still running into various problems.
Now, I am using Xcode 3.2 and attempting to use gcc 4.0. When the project first opened, it was set to use gcc 4.2, but, you cannot use gcc 4.2 with the way the project was set up: targeting the 10.4 SDK.
So here's my question: is there an updated project or updated instructions for how to use this sample?
I love to view code first then delve into documentation to understand how to use the SDK, but if there is none available, that would just mean a little more time has to be spent thumbing through the Intel IPP documentation.
Anyway, thanks in advance and I appreciate any help on this matter!
I have the Intel C++ Compiler 11.1 installed for Xcode.
I downloaded the Mac OS X Universal distributions of the "Main Samples" projects from http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/
When I first attempted to build it, of course it wouldn't build because I didn't read the Readme.htm file first.
However, even after setting the necessary user-defined-variables, I am still running into various problems.
Now, I am using Xcode 3.2 and attempting to use gcc 4.0. When the project first opened, it was set to use gcc 4.2, but, you cannot use gcc 4.2 with the way the project was set up: targeting the 10.4 SDK.
So here's my question: is there an updated project or updated instructions for how to use this sample?
I love to view code first then delve into documentation to understand how to use the SDK, but if there is none available, that would just mean a little more time has to be spent thumbing through the Intel IPP documentation.
Anyway, thanks in advance and I appreciate any help on this matter!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm replying to my own thread to give an update on what I found:
Although the documentation states that I have to set the COMPILER_HOME variable, it did not mention the IPPROOT variable having to be set. Setting the IPPROOT variable did solve some compile problems.
Also, the project had the following link option set: -lippcore_l -lippi_l -lipps_l
None of these libraries actually exist on my computer. When I look through the /Developer/opt/intel/Compiler/11.1/067 or /Developer/opt/intel/Compiler/11.1/089 directory, I find a whole bunch of static libraries, but not the ones listed above.
I'm now in the process of trying to figure out which libraries should be used in place of the above listed static libraries.
Again, thanks in advance!

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