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.

getting an error while building dsp/src/samples on OMAP3530

Other Parts Discussed in Thread: OMAP3530

Hi,

While building the DSP side sample I see

Generating DSP/BIOS configuration files ...
js: "/home/development/ti-sdk-beagleboard-05.07.00.00/xdctools_3_15_00_33/include/utils.tci", line 407: Error: Environment variable 'config.programName'="/home/development/ti-sdk-beagleboard-05.07.00.00/dsplink_linux_1_65_02_09/dsplink/dsp/BUILD/OMAP3530_0/LOOP/BIOS_DEB/loop" contains the character '.', which is not allowed in a program name. Please, select a program name without '.' in its path. See SDOCM00050016 for more information.
INTERNAL ERROR: load added null
make[2]: *** [DspBios/5.XX/OMAP3530/loop_tsk.tcf.deb] Error 1
make[1]: *** [objdeb] Error 2
make: *** [loop.objdeb] Error 2

What will be the possible cause? Kindly help me out from this build process.

  • Um... the cause is right there in the error msg.

    Siddarth Mamidanna said:
    js: "/home/development/ti-sdk-beagleboard-05.07.00.00/xdctools_3_15_00_33/include/utils.tci", line 407: Error: Environment variable 'config.programName'="/home/development/ti-sdk-beagleboard-05.07.00.00/dsplink_linux_1_65_02_09/dsplink/dsp/BUILD/OMAP3530_0/LOOP/BIOS_DEB/loop" contains the character '.', which is not allowed in a program name. Please, select a program name without '.' in its path. See SDOCM00050016 for more information.

    Looks like the build tools don't like paths with '.' chars in them.

    Chris

  • Hi

    Solved the issue

    Thanks a lot

    Sid