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.

Building codec server from ceutil directory fails

Hello,

Following the book : "OMAP and DaVinci Software FOR DUMMIES" I'm trying to build the MPEG4DEC and get the following error:

package/cfg/XDCROOT=/home/yehuda_b/dvsdk_3_00_00_40/xdctools_3_15_01_59_x64P.mak:14: *** commands commence before first target.  Stop.

Any idea what I'm doing wrong? I'm stuck on it...

Here is the relevant part in the make file, I think...

package/cfg/XDCROOT=/home/yehuda_b/dvsdk_3_00_00_40/xdctools_3_15_01_59/main.o64P: | .interfaces
package/cfg/XDCROOT=/home/yehuda_b/dvsdk_3_00_00_40/xdctools_3_15_01_59/main.o64P: main.c package/cfg/XDCROOT=/home/yehuda_b/dvsdk_3_00_00_40/xdctools_3_15_01_59_x64P.mak
    @$(RM) $@.dep
    $(RM) $@
    @$(MSG) cl64P $< ...
    $(ti.targets.C64P.rootDir)/bin/cl6x -c  -qq -pdsw225 -mv64p -eo.o64P -ea.s64P   -

 

Thanks,

Yehuda.