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.

dsplib64plus.h removed from dvsdk 3? How can I migrate from dvsdk 2 from dvsdk 3?

Other Parts Discussed in Thread: OMAP3530

I'm porting an application from the DaVinci to the OMAP3530. I'm having a really hard time getting the codec to build and run.

We were including  /opt/dvsdk_20081205/cgtools/include/dsplib64plus.h, but that doesn't exist in the dvsdk3.

I've downloaded both of these, but it doesn't appear to be in either.

 

 

Is that now in a separate package? what is the equivalent?

I've been documenting step-by-step how I've installed the dvsdk here:
http://fastr.github.com/articles/omap-dvsdk-on-openembedded.html

  • Apparently `dsplib64plus` is part of `dsplib` aka "C64+ DSP Library" and the former programmer just threw those files into the `cgtools` dir.

    Note that the file is incorrectly named and sent to the browser with the wrong options.

    wget http://focus.ti.com/lit/sw/sprc834/sprc834.gz

    mv sprc834.gz C64x+DSPLIB-2.1-Linux-Install.tar.gz

    tar xf C64x+DSPLIB-2.1-Linux-Install.tar.gz

    ./C64x+DSPLIB-2.1-Linux-Install.bin

     

    More documentation on installing DVSDK and friends:

    http://fastr.github.com/articles/omap-dvsdk-on-openembedded.html