From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Davila Subject: Re: building XDAIS algorithms Date: Fri, 09 Dec 2005 10:42:59 -0600 Message-ID: <4399B413.7010402@dfwair.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: "Hunter, Jon" Cc: Linux OMAP Open Source List-Id: linux-omap@vger.kernel.org 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