Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

Running ARM Neon code using CCS

Hai,

     I have followed the link ( http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5 ) to create GCC project for ARM in CCSv5 on Ubuntu Linux OS  and i have created a sample GCC project with sample Neon Assembly code and tried to build & debug the sample Neon Assembly code. But i could build it only and i couldn't debug the sample code. while changing to CCS Debug mode, i got the following error...

  /bin/bash: /home/user1/test1/neongcctst/Debug/neongcctst: cannot execute binary file.

 I want to debug the Neon Assembly Code. So Kindly suggest me on this also...

Thanks & Regards,

    J.Moorthi

  • Hello,

    Moorthi Jayaraman said:

      /bin/bash: /home/user1/test1/neongcctst/Debug/neongcctst: cannot execute binary file.

    Can you zip and attach the file 'neongcctst' to this thread? I would like to analyze it.

    Thanks

    ki

  • Hai,

          I have attached the neongcctst tar file for your reference. Kindly find the attached tar file... 

    Thanks & Regards,

        J.Moorthi

  • It doesn't looks like it attached correctly. Could you reattach?

    Thanks

    ki

  • Hi,

       Find the attached...8688.neongcctst.tar

    Regards,

      J.Moorthi

  • Your file looks fine. How exactly are you starting the debugger? Can you explain in detail exactly what you are doing? Also a screenshot of when the error occurs can be useful.

    Thanks

    ki

  • Hai,

           I have created the GCC project as mentioned in the link 

             http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5

     And trying to debug the code using the Code Sourcery (arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu). And i am using the freescale board i.MX with Linux platform using SD card.

    Kindly FInd the attached screenshots  for the settings i used. With that setting only i got that error (" /bin/bash: /home/user1/test1/neongcctst/Debug/neongcctst: cannot execute binary file.").

    2742.settings_GCC_project.tar

    After that i have followed the following link

    http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5

    for debug configuration. But i am using Code Sourcery only. For that  I have given  "/home/teclever/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gdb" as GDB Debugger.

    But .gdbinit  path is also needed.  Where i can find the file for further steps?...  And kindly suggest me to debug the ARM Neon Assembly Code using Code Sourcery/CCSv5?...

    Thanks & Regards,

       J.Moorthi