I am new with the DM355. I download the DVSDK 2.0 and I am trying to modify one of the jpegenc examples.
Before to be able to compile I need to have the compiler.opt and other files which are generated using this command:
xs xdc.tools.configuro -r release -t gnu.targets.MVArm9 -c /usr/local/arm-2008q3 codecscfg.cfg
But I received an error:
Can't locate the package ti.sdo.ce.osal
It seems that the path where it is located (../codec_engine_....) is not declared on the XDCPATH
How can I declare it? or How can I include this directory in the path?
I am confused at this point.
Thanks