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.

PROCESSOR-SDK-J784S4: PROCESSOR-SDK-J784S4:

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hello

      I am working with the TI OpenVX SDK included in the ti-processor-sdk-rtos-j784s4-evm-09_02_00_05 package and need to debug the TIOVX application code in PC host emulation mode(not using any specifi IDE). However, I am encountering issues when trying to debug using gdb along with exe file.

     errors : Reading symbols from vx_tutorial_exe...
     (No debugging symbols found in vx_tutorial_exe)

     Is there any specific documents related debugging the TIOVX application?

  • HI,

    May I know if you have successfully built and generated the executable for this application? 

    Regards,

    Nikhil

  • I have successfully built and generated the executable file for my TIOVX application and am able to observe its output during PC host emulation. However, I now need to debug the source code of this application using command-line tools.

    Could you please provide guidance on how to proceed with debugging the application from the command line? Any specific commands or procedures you recommend would be greatly appreciated.

  • Hi,

    We typically use the visual studio (VS code) to debug the PC emulation application.

    I would suggest you do the same. Please refer the online contents to setup the VS code to debug

    Regards,

    Nikhil