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.

configuring sysbios for omap l138

Other Parts Discussed in Thread: SYSBIOS

I am trying to migrate a dsp/bios project to the latest sys/bios 6.4. All the documentation seems to show how to use ccs to configure the os. Our project does not use ccs and when I tried to use ccs it crashes or just complains about missing files.

Is there a document or example showing how to setup sysbios using only the commandline(or makefiles)?

I have makefiles setup to use tconf along with a .tcf and .tci file.

tconf -Dconfig.importPath="/home/lab/ti-dvsdk/dspbios/packages;/home/lab/ti-dvsdk/dspbios/packages/ti/bios;/home/lab/workspaces/ipsim/dsp/BiosCfg/;./" /home/lab/workspaces/myproj/dsp/BiosCfg//dspBios.tcf 0

This generates some source files along with a linker .cmd file. 

Is there an easy way to migrate this configuration to the new sys/bios 6.4?

  • Hi Harry,

    I am not aware of any guide/document showing how to build DSP projects using makefiles. However, you could refer the documentation we have for building ARM GCC projects using makefiles. It will show you a makefile example and how the app configuration can be done using "configuro" tool. Here is the link:

    http://processors.wiki.ti.com/index.php/SYS/BIOS_with_GCC_(CortexA)#Configure_SYS.2FBIOS

    The above link uses GNU tools so the compiler/linker options are GCC specific. You can replace them with TI tools specific options.

    Best,

    Ashish