DSPLink make file errors - HELP please

Hi all,

I followed the links http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine
and http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_DSPLink for
compiling DSPLink source codes. Now I have DSPLink installed on my C4
board with Angstrom on the Beagleboard and I am able to run the
already compiled sample apps messagegpp, ring_iogpp, etc.,
perfectly......

When I try to go ahead with the compilation of source codes on my own
using MAKE command, I am getting errors as shown below.......

~/dsplink_1_61_03/dsplink/gpp/src/api$ make -s clean
/home/gopalan/dsplink_1_61_03/dsplink/make/start.mk:26: /home/gopalan/
dsplink_1_61_03/dsplink/config/BUILD/CURRENTCFG.MK: No such file or
directory
/home/gopalan/dsplink_1_61_03/dsplink/make/current.mk:22: /home/
gopalan/dsplink_1_61_03/dsplink/make//systools.mk: No such file or
directory
/home/gopalan/dsplink_1_61_03/dsplink/make/current.mk:24: /home/
gopalan/dsplink_1_61_03/dsplink/make//osdefs.mk: No such file or
directory
make: 2: Command not found
make: *** [/home/gopalan/dsplink_1_61_03/dsplink/make/rulebase.mk]
Error 127

I believe I have given the correct path for the files in the 3 make
files ompa3530_2.6.mk, Rules.mk and c64xxp_5.xx_linux.mk ......... but
still it says there are no files as in the above errors.......

I request someone please help me out how to rectify this
problem........

Thanks,
Ramasamy Gopalan.

Hi all,

I followed the links http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_CodecEngine
and http://ossie.wireless.vt.edu/trac/wiki/BeagleBoard_DSPLink for
compiling DSPLink source codes. Now I have DSPLink installed on my C4
board with Angstrom on the Beagleboard and I am able to run the
already compiled sample apps messagegpp, ring_iogpp, etc.,
perfectly......

When I try to go ahead with the compilation of source codes on my own
using MAKE command, I am getting errors as shown below.......

~/dsplink_1_61_03/dsplink/gpp/src/api$ make -s clean
/home/gopalan/dsplink_1_61_03/dsplink/make/start.mk:26: /home/gopalan/
dsplink_1_61_03/dsplink/config/BUILD/CURRENTCFG.MK: No such file or
directory
/home/gopalan/dsplink_1_61_03/dsplink/make/current.mk:22: /home/
gopalan/dsplink_1_61_03/dsplink/make//systools.mk: No such file or
directory
/home/gopalan/dsplink_1_61_03/dsplink/make/current.mk:24: /home/
gopalan/dsplink_1_61_03/dsplink/make//osdefs.mk: No such file or
directory
make: 2: Command not found
make: *** [/home/gopalan/dsplink_1_61_03/dsplink/make/rulebase.mk]
Error 127

I believe I have given the correct path for the files in the 3 make
files ompa3530_2.6.mk, Rules.mk and c64xxp_5.xx_linux.mk ......... but
still it says there are no files as in the above errors.......

I request someone please help me out how to rectify this
problem........

Thanks,
Ramasamy Gopalan.

Hello,

From experience I can tell you that compiling dsplink and company is
not trivial, the build system is quite complex. If you feel like you
must, then the best reference for building ocmes from the openembedded
recipes (which I must admit are very similar to gentoo's ebuilds).

I do have gentoo ebuilds for dsplink and the rest but they are not
very clean so I can't commit them.

Here is a link to the openembedded recipes for dsplink:
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/ti

A.