Texas
          Instruments Technology for
        Innovators

Build Instructions for IPC Utils Examples


General Information

This page explains how to build the examples provided in the IPC Utils product.


Requirements

See the Release Notes for the specific software and hardware components this release of IPC Utils has been validated against.


Directory Structure

examples
    +---ti
        +---sdo
            +---opencl
            |   +---autoviz
            |   +---hello
            +---rcm
                +---hello
			+---tiler
			    +---examples
				    +---remote

Directory Conventions

Important: throughout the rest of this document, we will use the following notation:

Preparing to Build the Examples

Create a working directory

Create a working directory (e.g. c:/myPackages) and copy the examples directory into it (e.g. c:/myPackages/examples). This will be where you build and modify the IPC Utils examples.

Doing this will ensure you have a backup copy of the original examples, as provided by the IPC Utils product.


Building examples under ti/sdo/opencl

1. Manage makefile

Under individual examples in the ti/sdo/opencl directory, there is a makefile that will need to be edited for your particular usecase. Edit the following variables described below

2. Dependencies

Dependencies can be set in makefile

INSTALL_DIR

Codegen Tools

2. Build examples

In your specific example directory (for e.g., ti/sdo/opencl/examples/autoviz), type

    gmake clean
    gmake

This will build all the examples that are specified in the makefile

Last updated: August 10, 2012