I have been flowing the getting started guide all the way up to section 4.6 Rebuilding the DVSDK Software for the Target.
At that point I could not get the make to work, and haven't found any solution yet. It seam like some file(cmemk.o) is missing.
Here is my terminal output:
[username@localhost dvsdk_1_30_01_41]$ make
Making all in subdirectory /home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module...
make[1]: Entering directory `/home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module'
make -C /home/username/lsp/ti-davinci M=`pwd` ARCH=arm CROSS_COMPILE=/db/toolsrc/library/vendors2005/mvl/arm/mvl4.0.1-root-new//montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le- \
EXTRA_CFLAGS="-DUSE_UDEV=1 -DMAX_POOLS=128" modules
make[2]: Entering directory `/home/username/workdir/lsp/ti-davinci'
Makefile:503: .config: No such file or directory
CC [M] /home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.o
/bin/sh: /db/toolsrc/library/vendors2005/mvl/arm/mvl4.0.1-root-new//montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc: No such file or directory
make[3]: *** [/home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.o] Error 1
make[2]: *** [_module_/home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module] Error 2
make[2]: Leaving directory `/home/username/workdir/lsp/ti-davinci'
make[1]: *** [release] Error 2
make[1]: Leaving directory `/home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module'
make: *** [/home/username/dvsdk_1_30_01_41/cmem_2_00_01/packages/ti/sdo/linuxutils/cmem/src/module] Error 2
[username@localhost dvsdk_1_30_01_41]$
I'll appreciate any help,
Thanks,
Ron