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.
- Required Tools
- Re-build DSPLIB Library
- Build Individual DSPLIB Kernel
The sections that follow detail each item above.
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
|
The DSPLIB package supports CCSV5.2 & above. The DSPLIB may be build following the procedure below:
- Open the CCSv5 application
- Import the DSPLIB makefile based project
- Open the Project menu
- Select Import Existing Eclipse Project
- Import from the DSPLIB
packages/ti/dsplib/lib directory
- Build the project
- Select Rebuild Active Project from Project menu
|
Any individual kernel within DSPLIB may be compiled and tested via CCS following the procedure below:
- Open the CCSV5 application
- Import the DSPLIB kernel project
- Open the Project menu
- Select Import Existing Eclipse Project
- Import from the DSPLIB
/packages/ti/dsplib/src/<kernel> directory
- Use the Debug/Release profile for debugging/modifing/optimizing kernels
- Open the Project menu
- Select Active Build Configuration and set to Debug/Release
- Build and test the project
- Select Rebuild Active Project from Project menu
- Test using the proper target configuration
|
Copyright 2014, Texas Instruments Incorporated