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.

How to execute .out file under wince6 omap35xx target

Other Parts Discussed in Thread: OMAP3530

Hi all,

 

Using CCS3.2 i am able to generate a *.out file and run it under CCS

But i need to run the same under wince6 Omap35xx board enabled for DSP.

I can run dmai based application but how to load *.out file and execute it under wince system.

 

Regards,

Misbah

  • Misbah, 

    I will move your question to the WinCE forum so you will have the help of the experts there. 

    Regards,

    Rafael

  • Hi Mibash,

    Is your .out file targeted to the ARM core or the internal DSP?

    If it is for the DSP, you will have to port your program using the DVSDK. If it is for the ARM core running Windows CE, I'm afraid you cannot use it as-is and need to port your program to the Windows CE SDK or build it as a driver depending on the purpose of the code you wrote. Note that CCS and Windows CE use two different compilers generating different binaries that are not interoperable.

  • Hi Adeneo, Thanks for the reply ! The .out file is targeted to internal DSP. I have DVSDK installed and ported to my wince BSP for omap 35xx. I can run wince based dmai application executed on DSP. I need to load .out file on wince system and execute it over internal DSP. Using CCS i can compile, load and run it on CCS enviourment. I need to know how to load this .out file compiled using CCS to wince system and execute it over DSP. I even tried to compile the same source under wince using xdctool generating an exe but while executing it crashes in "algAlloc()" Need to know the procedure to built a DSP based application using XDM api and execute it under wince omap system. Regards, Misbah
  • Look at this post for solutions to running custom DSP applications

    http://e2e.ti.com/support/embedded/f/353/p/79119/284915.aspx#284915

     

  • Hi All,

     

    I tried to compile dmai application for wince omap 35xx and following is the error i am getting .

    I am not sure what could be the issue behind.Can you please help in this regard.

     

    C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\dmai_1_24_00_07\packages\ti\sdo\dmai\apps\speech_decode_io1>gmake o3530_aw
    ECHO is off.
    ======== Building wince/speech_decode_io1_omap3530 ========
    Configuring application using wince/speech_decode_io1_omap3530.cfg
    ECHO is off.
    process_begin: CreateProcess(NULL, /xs xdc.tools.configuro -c -o wince/speech_decode_io1_omap3530_config -t microsoft.targets.arm.WinCE -p ti.platforms.evm3530 -b ../../../../../../packages/config.bld
     wince/speech_decode_io1_omap3530.cfg, ...) failed.
    make (e=2): The system cannot find the file specified.
    gmake: *** [wince/speech_decode_io1_omap3530_config/compiler.opt] Error 2

    C:\TI\dvsdk_wince\dvsdk_wince_1_00_00_05\dmai_1_24_00_07\packages\ti\sdo\dmai\apps\speech_decode_io1>

     

     

    Regards,

    Misbah