building XDAIS algorithms
Carlos Davila
davila at dfwair.net
Fri Dec 9 10:42:59 CST 2005
Hunter, Jon wrote:
>> 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.
>
>
>
Thanks for your response Jon. The .pjt file also has settings for an
"Archiver" and a "DspBiosBuilder". I assume the DspBiosBuilder is not
needed since DspBios is already incorporated into RF6, but the archiver
appears to be what generates the for_ti.l55l library file used by RF6.
Can this also be done by gcc?
Carlos
More information about the Linux-omap-open-source
mailing list