You mention you're building an ARM application, but the build looks like it's 
building a DSP-side server.

If you _are_ building an ARM app, it's wrong that the ti.sdo.ce.osal.bios 
package is coming into the picture at all.  You might double check that your 
ARM-side app's config script is configuring the OSAL correctly.  For a 
multicore device like DM6467, it should be something like:

=============================
/*
 * Example .cfg snippet for ARM-side Linux app with remote algs
 * (OSAL = Linux, IPC = Link)
 */
var osalGlobal = xdc.useModule('ti.sdo.ce.osal.Global');
osalGlobal.runtimeEnv = osalGlobal.DSPLINK_LINUX;
=============================

http://tiexpressdsp.com/index.php?title=CE_Config_Updates#Configuration_the_Operating_System_adaption_layer_.28OSAL.29_and_Inter_Processor_Communication_.28IPC.29_layer

Chris

> -----Original Message-----
> From: 
> [email protected]
p.com [mailto:davinci-linux-open-source-> 
[email protected]] On Behalf Of Jaya krishnan
> Sent: Tuesday, June 09, 2009 2:56 AM
> To: [email protected]
> Subject: ARM application build issue
> 
> 
> Hi,
> 
> I get  the following  errors  while  building  my  ARM  application
> 
> Initially  I  used  codec_engine_2_10_00_08
> Later I  changed  to codec_engine_2_10_02. but  still the  
> problem  persists.
> Any  clues?
> 
> 
> --------------------------------------------------------------
> ---------------
> --------------------------------------------------------------
> -------------
> configuring service.x64P from package/cfg/service_x64P.cfg ...
> ti.xdais.dm.examples.stwenc1.close() ...
> js: 
> "/home/jayan/devel/dm6467/dvsdk_2_10_00_08/codec_engine_2_10_0
2/packages/ti/sdo/ce/osal/bios/package.xs", line 25: exception > from uncaught 
JavaScript throw: TypeError: Cannot call method 
> "instances" of undefined 
> (/home/jayan/devel/dm6467/dvsdk_2_10_00_08/codec_engine_2_10_0
2/packages/ti/sdo/ce/osal/bios/package.xs#25)
>     
> "/home/jayan/devel/dm6467/dvsdk_2_10_00_08/xdc_3_00/packages/x
dc/cfg/Main.xs", line 248
>     
> "/home/jayan/devel/dm6467/dvsdk_2_10_00_08/xdc_3_00/packages/x
dc/cfg/Main.xs", line 154
>     
> "/home/jayan/devel/dm6467/dvsdk_2_10_00_08/xdc_3_00/packages/x
dc/xs.js", line 137
> gmake[1]: *** [package/cfg/service_x64P.xdl] Error 1
> gmake: *** [/home/jayan/nftf.src/src/core,.executables] Error 2
> make: *** [all] Error 2
> 
> Regards
> Jayakrishnan
> 
> _______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to