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
cd582cc5
Commit
cd582cc5
authored
5 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Start a README
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-0
30 additions, 0 deletions
README.md
with
30 additions
and
0 deletions
README.md
0 → 100644
+
30
−
0
View file @
cd582cc5
# OpenOCD
## Installation
### Package Managers
On Linux, TODO.
On Mac, using
[
Homebrew
](
https://brew.sh/
)
:
`brew install openocd`
.
On Windows, there is no package manager. Untested: there are binaries
[
here
](
https://gnutoolchains.com/arm-eabi/openocd/
)
.
### From Source
If you want to know exactly which version you're using, or you're going for
maximum bare metal cred, you can build from source. This can be helpful if
you'll be developing between different operating systems
—
one less thing
that could be different
—
or if the package available on your system is
out of date.
The official
[
git repo
](
https://sourceforge.net/p/openocd/code/ci/master/tree/
)
is on SourceForge.
```
git clone https://git.code.sf.net/p/openocd/code openocd-code```
To build it, you'll need `gcc` or `clang`, as well as `make`, `libtool`,
`pkg-config` version 0.23 or greater, and possibly others detailed
[here](http://openocd.org/doc-release/README).
\ No newline at end of file
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