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.

EZSDK build problems when under SVN version control

Hi,

I'm using EZSDK 5_05_01_04.

When I run make to compile it after a fresh install it builds fine. However, if I take a fresh install and check it into an SVN repository then check it out (to the same path after deleting the original copy) and build it I get compile errors:

04/component-sources/uia_1_01_01_14/packages/ti/uia/linux/lib/servicemgr.a: No such file or directory
make[2]: *** [/home/engineer/ti-ezsdk/ti-ezsdk_dm814x-evm_5_05_01_04/component-sources/omx_05_02_00_46/src/../lib/omxobjs/bin/ti814x-evm/omxobjs_a8host_debug.xv5T] Error 1
make[2]: Leaving directory `/home/engineer/ti-ezsdk/ti-ezsdk_dm814x-evm_5_05_01_04/component-sources/omx_05_02_00_46/examples/ti/omx/demos/omxobjs'
make[1]: *** [omxobjs] Error 2
make[1]: Leaving directory `/home/engineer/ti-ezsdk/ti-ezsdk_dm814x-evm_5_05_01_04/component-sources/omx_05_02_00_46/src'
make: *** [omx] Error 2

I'm using SVN version 1.7.8.

Any reason why this would occur?

I've also tried doing an svn export and building it but this also fails.