CCS Build Process

Back

To build any specific kernel for test, benchmarking or to pull in source code changes - just locate the associated project file, load it and run within the CCS environment. The sections below provide all necessary details to get started.

  1. Required Tools
  2. Re-build DSPLIB Library
  3. Build Individual DSPLIB Kernel

The sections that follow detail each item above.

 

Required Tools

The following tools are required to build DSPLIB using CCS (links provided). Download and install all tools to a single local (C:) directory, for example, c:\ti.

Note:
A "My.TI" account is required for download and can be registered at my.ti.com

 

DSPLIB Build Procedure

The DSPLIB package supports CCSV5.2 & above. The DSPLIB may be build following the procedure below:

  1. Open the CCSv5 application
  2. Import the DSPLIB makefile based project
    • Open the Project menu
    • Select Import Existing Eclipse Project
    • Import from the DSPLIB packages/ti/dsplib/lib directory
  3. Build the project
    • Select Rebuild Active Project from Project menu

 

Individual Kernel Build Procedure

Any individual kernel within DSPLIB may be compiled and tested via CCS following the procedure below:

  1. Open the CCSV5 application
  2. Import the DSPLIB kernel project
    • Open the Project menu
    • Select Import Existing Eclipse Project
    • Import from the DSPLIB /packages/ti/dsplib/src/<kernel> directory
  3. Use the Debug/Release profile for debugging/modifing/optimizing kernels
    • Open the Project menu
    • Select Active Build Configuration and set to Debug/Release
  4. Build and test the project
    • Select Rebuild Active Project from Project menu
    • Test using the proper target configuration

 

Copyright 2014, Texas Instruments Incorporated