Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
hello-world
tools
Commits
55212b5e
Commit
55212b5e
authored
5 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Add additional setup steps
parent
5b93c7b9
Branches
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
openocd/README.md
+19
-0
19 additions, 0 deletions
openocd/README.md
with
19 additions
and
0 deletions
openocd/README.md
+
19
−
0
View file @
55212b5e
...
@@ -39,6 +39,25 @@ make
...
@@ -39,6 +39,25 @@ make
make install
make install
```
```
### Additional Setup
You'll almost certainly end up needing a handful of other helpful tools. Depending on your other
work you may already have many of these on your machine.
*This command assumes Linux*
```
sudo apt install autoconf build-essential cmake libtool libtool-bin libhidapi-dev libusb-dev libusb-1.0-0-dev pkg-config
```
Another essential one is [`gdb`](https://www.gnu.org/software/gdb/) (if you want to do any
debugging). Most documents on the web say to install `gdb-arm-none-eabi`, but unless you're using an
older version of `gdb` these days you're going to want `gdb-multiarch`.
```
sudo apt install gdb-multiarch
```
## Basic Use
## Basic Use
### Config files
### Config files
...
...
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