Hi,
I get the follwoing error when building SDK840402. It fails on building dvsdk_2_00_00. Any Idea anyone?
Thanks,
Farshad
Entering /opt/DM355SDK840402/toolchain... Build complete Entering arch... Checking dependencies for base Compiling and installing base... Entering mach... Checking dependencies for base Compiling and installing base... Entering proprietary_src... Checking dependencies for dvsdk_2_00_00 Checking dependencies for xdctools_3_10_05 Compiling and installing xdctools_3_10_05... Compiling and installing dvsdk_2_00_00...make[3]: *** [built] Error 2Error building dvsdk_2_00_00make[2]: *** [dependency_build] Error 1make[1]: *** [proprietary_src_build] Error 1make: *** [fs_build] Error 2
Can you try to compile it using make VERBOSE=1? that will give us more information on what can be the problem.
Cristina Murillo
Embedded Software Engineer, RidgeRun
Hi Cristina,
Follwing is where I noticed some compile error after using verbose
Compiling obj/Buffer.dm355.o470MV from Buffer.c..
In file included from Buffer.c:37:
/opt/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/Buffer.h:57:35: error: ti/sdo/ce/osal/Memory.h: No such file or directory
It looks like some of the files are missing from my SDK. Where do I have to get these (eg. Memory.h)? Have I missed a step in installation?