Forums - remote_debug_agent: No such file or directory

2 posts / 0 new
Last post
remote_debug_agent: No such file or directory
netstv
Join Date: 18 May 16
Posts: 6
Posted: Tue, 2016-05-31 07:51

Have SnapDragon Flight 8074

Hexagon SDK 2.0

Run the command:  

python verify_debugger.py

After fixing lots of path problems (maybe something to do with Hexagon SDK 2.0?) one of the files that is transferred over is:

/tools/remote_debug_agent/android/remote_debug_agent

to 

/usr/bin/remote_debug_agent

When I try to invoke remote_debug_agent, I get the error:

 root@linaro-developer:/# /usr/bin/remote_debug_agent                            

-bash: /usr/bin/remote_debug_agent: No such file or directory  

Obviously the file is there:

root@linaro-developer:/# ls -l /usr/bin/remote_debug_agent                      
-rwxrwxrwx 1 root root 14808 Oct 20  2015 /usr/bin/remote_debug_agent           

So I verify that it is an ELF file and it is.  

So I'm wondering, am I using the proper remote_debug_agent?

If so, is there something else I need to do?  

If I'm not using the proper remote_debug_agent, where is it?

Does the Hexagon SDK 2.0 support remote debugging?

 

Thanks in advance.

-stv

  • Up0
  • Down0
chenna
Join Date: 4 Feb 16
Posts: 54
Posted: Tue, 2016-05-31 09:27

can you please run setup_sdk_env.sh as follows 

source setup_sdk_env.sh 

before running verify_debugger.py  and provide us the verify_debugger.py ouput

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.