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.

error in running the all.x64p

Other Parts Discussed in Thread: OMAP3530

Dear ti,

I am working on omap3530 board I had installed DVSDK and i had created codec engine server executable (all.x64p) using "build_instructions.html" provided in examples directory of codec-engine but when i am trying to run all.x64p it is giving an error like " ./all.x64P: line 8 : syntax error: ")" unexpected " . I had searched in all ti forums but i cannot find a solution . So Please help me out in this issue

Regards


Praneeth

  • why are you not responding!!!!
    I cannot understand , it's been 2 days
    please make it soon
  • praneeth sv said:
    " ./all.x64P: line 8 : syntax error: ")" unexpected

    How are you running all.x64P?

    I have never seen a binary program produce a syntax error (except for language parsing programs).

    Just a wild guess - your error statement shows a leading "./" for the executable: "./all.x64P".  Are you by chance trying to run all.x64P directly from the Linux command line?

    praneeth sv said:
     

    why are you not responding!!!!
    I cannot understand , it's been 2 days
    please make it soon

    You posted originally on Friday night US time.  It is usual for most TI employees to take the weekend off, so please don't expect a reply on the weekend.

    Regards,

    - Rob

     

  • Dear Rob

    sorry for that !

    i have seen your post I am running all.x64p in linux terminal  like this "./all.x64P"

    Is it wrong or I have to run it like "all.x64P"

    Regards,

    -Praneeth

  • Hi Praneeth,

    You cannot directly invoke a DSP executable from the Linux terminal.  all.x64P is a DSP codec server and contains machine code that will run only on a C64x DSP, it cannot run on the Linux ARM host.

    A codec server is typically loaded by Codec Engine.  A Linux application will call Engine_open(), which is a Codec Engine API in the "CE" product.  Engine_open() will load the specified DSP with the codec server (all.x64P).  Please see the following topic from the "Codec Engine Application Developers Guid" wiki page: http://processors.wiki.ti.com/index.php/Codec_Engine_Application_Developers_Guide#Opening_an_Engine

    Regards,

    - Rob