Difference between revisions of "PB:Debug local and remote"

From Klaus' wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
<source lang=bash>
 
<source lang=bash>
$] cd /opt/gnueabihf
+
$] cd /opt/toolchains/gnueabihf
 
$] find . -name gdbserver
 
$] find . -name gdbserver
 
</source>
 
</source>

Revision as of 12:58, 9 November 2018

The instructions given over at Remote Debugging works fine for the PocketBeagle.

To find the gdbserver use these commands:

$] cd /opt/toolchains/gnueabihf
$] find . -name gdbserver