hi experts,
I download 7.00.00.04 from http://processors.wiki.ti.com/index.php/Category:GLSDK and follow steps from http://processors.wiki.ti.com/index.php/DRA7xx_GLSDK_Software_Developers_Guide#Running_DSP_sample_applications
And I can put binaries to EVM boards to execute.
Now I want to compile firmware in M4/DSP side, so I follow steps from http://processors.wiki.ti.com/index.php/Processor_Training:_Multimedia#IPUMM_Build_Tools
But I got failure as compiling. The error messages were shown as below
archiving package/lib/lib/ipu/release/ti.framework.dce/package/package_ti.framework.dce.oem4 package/lib/lib/ipu/release/ti.framework.dce/dce.oem4 package/lib/lib/ipu/release/ti.framework.dce/ivahd.oem4 into lib/ipu/release/ti.framework.dce.aem4 ...
======== .libraries [/home/ver/ti-glsdk_dra7xx-evm_7_00_00_04/component-sources/ipumm_3_00_07_02/src/ti/utils] ========
clem4 package/package_src.ti.utils.c ...
clem4 profile.c ...
"profile.c", line 42: fatal error #1965: cannot open source file "ti/ipc/remoteproc/Resource.h"
1 catastrophic error detected in the compilation of "profile.c".
Compilation terminated.
>> Compilation failure
gmake[1]: *** [package/lib/lib/ipu/release/src.ti.utils/profile.oem4] Error 1
gmake: *** [/home/ver/ti-glsdk_dra7xx-evm_7_00_00_04/component-sources/ipumm_3_00_07_02/src/ti/utils,.libraries] Error 2
make: *** [build] Error 2
[ver@ ipumm_3_00_07_02] (glsdk_dev)$
I try to find the "ti/ipc/remoteproc/Resource.h" but it doesn't exist !!!!
[ver@ ipumm_3_00_07_02] (glsdk_dev)$ find /opt/ti/ipc_3_30_03_14/packages/ -name "Resource.h"
[ver@ ipumm_3_00_07_02] (glsdk_dev)$
All the versions of software are totally the same as mentioned in the Makfile inside.
the only difference is that I replace "make dspbin" with "make ducatibin" because I just find ducatibin instead of dspbin inside Makefile...
Thanks