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.

DM6467 app: Syntax error: "(" unexpected

I built an app for DM6467 in CCS v4.2.  The app runs without any issues within CCS using the JTAG emulator.  When I include the app in my Linux file system and then try to run it, Linux tells me "./app.out: 212: Syntax error: "(" unexpected".

  • Quick sanity check... Normally when we talk JTAG files executing .out files we're talking about fully linked bare-metal code. I would not expect that code to be executable from a Linux console. A Linux executable needs to be built specifically to run in Linux (and cannot be run bare metal via JTAG).
  • Ok, that was a stupid question. It works in great Linux when built with gcc.