Configuring the SPU project
In the C/C++ Projects view, right-click the SPU project, and select Properties.
Figure 4. Configuring the project
Adding SPU compiler directories
You need to add the directory that contains the profile.h header file to the list of the compiler's include paths so that you can use the dynamic performance-analysis tool.
Click C/C++ Build in the left pane. Under SPU GNU C Compiler with Debug Options, select Directories. In the Include Paths pane on the right, click the Add button.
Figure 5. Add compiler directories
Type in /opt/ibm/systemsim-cell/include/callthru/spu. Return to the C/C++
Perspective by clicking OK twice.




