diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 16:06:28 +0200 |
commit | 7cf4b79c82f9b13d4a4863c2c58399f778f31513 (patch) | |
tree | cd9edf83533e7ac5d8aec478e092d54c385e419a /docs/manual/using-buildroot-debugger.txt | |
parent | 4db7d1f355048df231c5733910437b27e5363107 (diff) | |
download | buildroot-7cf4b79c82f9b13d4a4863c2c58399f778f31513.tar.gz buildroot-7cf4b79c82f9b13d4a4863c2c58399f778f31513.zip |
manual: remove references to host/usr paths
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/using-buildroot-debugger.txt')
-rw-r--r-- | docs/manual/using-buildroot-debugger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/using-buildroot-debugger.txt b/docs/manual/using-buildroot-debugger.txt index b5063ca94c..d5293beb53 100644 --- a/docs/manual/using-buildroot-debugger.txt +++ b/docs/manual/using-buildroot-debugger.txt @@ -35,7 +35,7 @@ Then, on the host, you should start the cross gdb using the following command line: ---------------------------- -<buildroot>/output/host/usr/bin/<tuple>-gdb -x <buildroot>/output/staging/usr/share/buildroot/gdbinit foo +<buildroot>/output/host/bin/<tuple>-gdb -x <buildroot>/output/staging/usr/share/buildroot/gdbinit foo ---------------------------- Of course, +foo+ must be available in the current directory, built |