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.

DSPLink and XDC

Other Parts Discussed in Thread: OMAP3530

Hi,

I want to use DSPLink 1.65.00.03 and XDC Tools 3.15.00.50.

I used DSP Link confugoration command for BeagleBoard:

perl $DSPLINK/config/bin/dsplinkcfg.pl --platform=OMAP3530 --nodsp=1 --dspcfg_0=OMAP3530SHMEM --dspos_0=DSPBIOS5XX --gppos=OMAPLSP --comps=ponslrmc

In one of the last lines there was:

Users consuming DSPLINK as XDC package, Need to do the following.
cd into the $(DSPLINK)/dsp directory and run:
 $(XDC_INSTALL_DIR)/xdc clean

And there were other suggested commands. But I can't run that 'clean' command. Here is what I get:

/home/dan/dsp/xdctools/xdctools_3_15_00_50/bin/xdcdir: error : Can't open ./package.xdc
/home/dan/dsp/xdctools/xdctools_3_15_00_50/packages/xdc/bld/xdc_rules.mak:339: *** The directory /home/dan/dsp/ does not contain a buildable package. The package build script package.bld is missing. Stop.

Could you give me some clue how to do it?

EDIT: Just a second after writing this post I realized that I have to be in dsplink/dsp directory. You can delete this thread. Sorry for the mess.