building XDAIS algorithms

Hunter, Jon jon-hunter at ti.com
Fri Dec 9 09:06:20 CST 2005


Hi Carlos, 

> I have been adapting the base RF6 application that comes with 
> the TI Linux Dsp Tools. The base application implements an 
> FIR filter and a volume control. The executable code that 
> implements the XDAIS FIR filter algorithm comes in library 
> files located in the rf_3_11_dsp/lib directory and appears to 
> have already been built, i.e. the executable XDAIS FIR 
> algorithm code is not built when the dsp side RF6 application 
> is built, rather, it appears to have been built with code 
> composer studio using the project file in 
> rf_3_11_dsp/src/fir_ti/. Is it possible to build the dsp-side 
> XDAIS algorithm executables using only the Linux DSP Tools or 
> the montavista tools, without CCS?
> 
> Thank you,
> Carlos
> 


This should be possible. However, you will need to create a Makefile for
the FIR filter project. The *.pjt file that CCS uses is a text file and
so you can view this with any text editor. In the *.pjt file you will
see a list of the source files included in the project, plus the
compiler and linker options used for building the project and creating
the *.out file. 

Regards,
Jon
 


More information about the Linux-omap-open-source mailing list