IMGLIB Build Process

Back

 

IMGLIB is provided with two methods for compilation/link (build). For those familiar with TI's Code Composer Studio (Eclipse-based) IDE, we provide projects for each kernel to get up and running with relative ease. Likewise, many developers are more comfortable with the GNU Make utility. As such, we also provide Makefiles to build the IMGLIB library.

 

Code Composer Studio

This release of IMGLIB provides Code Composer Studio (CCS) projects to build and test each kernel within. Each project is provided within the specific kernel source code directory. Once loaded, each project provides the ability to build and test - and change the code, rebuild and retest.

Follow the instructions at CCS Build Process for more details.

 

GNU Makefile

A GNU makefile is provided for rebuilding IMGLIB via the GNU make utility. This file is located in the packages/ti/imglib folder. The makefile provides a list of all tools, common build utilities and build rules required for generating each IMGLIB kernel, CCS project and IMGLIB binary.

Follow the instructions at GNU Make Build Process for more details.

 

Copyright 2012, Texas Instruments Incorporated