Building the SPU-Isolation component

This topic describes the procedures to perform after installing the SPU Isolation component.

After you have installed the optional SPU-Isolation component, you can finish the installation by building the spu-isolated-app tool and example code using these steps:
  1. Run the make command to build and install the spu-isolated-app tool. Type the following commands as the user root:
    # cd /opt/cell/sdk/prototype/usr/src/spu-isolated-app/
    # make
  2. Build the samples by typing the following commands:
    # cd /opt/cell/sdk/prototype/src/examples/isolation/
    # make