Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
-mat- filid brandy
firmware
Commits
84e0f76c
Verified
Commit
84e0f76c
authored
5 years ago
by
wink
Committed by
rahix
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: Update debugger.rst - Ubuntu instructions
Closes !34
parent
d2daf19a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/debugger.rst
+10
-5
10 additions, 5 deletions
Documentation/debugger.rst
with
10 additions
and
5 deletions
Documentation/debugger.rst
+
10
−
5
View file @
84e0f76c
...
@@ -23,12 +23,16 @@ the following commands:
...
@@ -23,12 +23,16 @@ the following commands:
$ git submodule update --init
$ git submodule update --init
$ ./bootstrap
$ ./bootstrap
$ ./configure --disable-werror
$ ./configure --disable-werror
$ make -j8
Make sure ``CMSIS-DAP Compliant Debugger`` is set to **yes (auto)** after
Make sure ``CMSIS-DAP Compliant Debugger`` is set to **yes (auto)** after
running ``./configure`` (if it is not, you might need to install libusb). If
running ``./configure`` (if it is not, you might need to install ``libhidapi-dev``
you get errors making the documentation you can ``touch doc/openocd.info`` to
(Ubuntu)). If you get errors making the documentation you can
skip it and continue with ``make``.
``touch doc/openocd.info`` to skip it and continue with ``make``.
.. code-block:: shell-session
$ make -j8
Please run ``make install`` after removing any already installed OpenOCD
Please run ``make install`` after removing any already installed OpenOCD
version. Otherwise please always specify the full path to OpenOCD (the binary
version. Otherwise please always specify the full path to OpenOCD (the binary
...
@@ -45,7 +49,8 @@ GDB (``arm-none-eabi-gdb``)
...
@@ -45,7 +49,8 @@ GDB (``arm-none-eabi-gdb``)
Apart from OpenOCD you also need ``arm-none-eabi-gdb``. You should install
Apart from OpenOCD you also need ``arm-none-eabi-gdb``. You should install
that package from your distros repositories:
that package from your distros repositories:
* Ubuntu: ``gdb-arm-none-eabi``
* Ubuntu (older): ``gdb-arm-none-eabi``
* Ubuntu (newer): ``gdb-multiarch``
* Arch: ``arm-none-eabi-gdb``
* Arch: ``arm-none-eabi-gdb``
Debugging
Debugging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment