This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiling ImgLib in CCSv5 and Linking it to my RTSC project

Hello,

I could use some advice on how to compile this library in CCSv5.  The instructions I have found in the directory are vague and limited to makefiles and CCsv4.  Also, what is the best way to link this into an RTSC project?  Can I put it into the config file some how?

The below instructions don't work and build a .out file, not a library.

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

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

The IMGLIB may be compiled with CCS following the procedure below:

  1. Open CCS
  2. Import the IMGLIB makefilebased project
    • Open the Projectmenu
    • Select Import Existing Eclipse Project
    • Import from the IMGLIB /lib directory
  3. Modify install paths and settings in makefileif necessary
    • Within CCS, open the makefile from the ProjectTAB
    • Check the CGT path: C6X_GEN_INSTALL_DIR
    • Check the CGT version: CCSCGTVER
    • Check the CCS path: CCS_INSTALL_DIR
    • Check the IMGLIB path: IMGLIB_INSTALL_DIR
  4. Build the project
    • Select Rebuild Active Project from Project menu
Note:
If the RMDIR utility in the makefile is not recognized, you may need to redefine it for a local utility.

 

And these library instructions don't work either:

Linking IMGLIB

The path to the IMGLIB libraries must be provided to the linker via the -l directive. See Library Directory for IMGLIB library details.

 
Please advise.
 
Thanks
Brandy