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.

Build/Make Issue

Other Parts Discussed in Thread: TMS320DM368

Hi, I am using CCSv5 to try to build some applications for my evmDM368. I am trying to build some of the example applications that came with the SDK, specifically the image_encode_io application through the dmai package. When I go to build the application, I get the following error in the console:

C:\ti\ccsv5\utils\bin\gmake: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x41a654)

I have researched this error and it seems to be an issue with the PATH variable containing parentheses. I edited the PATH to contain no parentheses, but the error persists. I am not sure if the default gmake version is compatible with my 64-bit Windows 7. Can anyone provide insight into this problem?

  • I'm able to build other applications like a simple Hello World, so I suspect the issue is somewhere in my project setup.

  • Hello,

    CCSv5 is supported on Windows 7-64. As you suspected, it is most likely something specific to the project. You can try reimporting the project or use a new workspace folder to see if that helps. If not, please point me to where you got the version of the SDK you are using so I can try to build it myself.

    Thanks

    ki

  • Ki,

    I tried your suggestions but had no luck. On the SD card that I received with my TMS320DM368 board, the SDK is listed as: "DM36x EVM   Linux SDK   SPRX003    514574-0001A"

    I suspect that ti-dvsdk_dm368-evm_4_02_00_06 might also be important.

    Thanks