Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and install OpenOCD from repository #21

Open
IvanDyachenko opened this issue Oct 6, 2019 · 0 comments
Open

Build and install OpenOCD from repository #21

IvanDyachenko opened this issue Oct 6, 2019 · 0 comments
Assignees
Labels
Docker Docker
Milestone

Comments

@IvanDyachenko
Copy link
Member

git clone --depth 1 https://github.com/ntfreak/openocd.git
cd openocd
./bootstrap
./configure --enable-stlink --enable-jlink --enable-ftdi --enable-cmsis-dap
make -j"$(nproc)"
make install
cd ..
rm -rf /usr/src/openocd
@IvanDyachenko IvanDyachenko added the Docker Docker label Oct 6, 2019
@IvanDyachenko IvanDyachenko added this to the milestone #1 milestone Oct 6, 2019
@IvanDyachenko IvanDyachenko self-assigned this Oct 6, 2019
@IvanDyachenko IvanDyachenko pinned this issue Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker
Projects
None yet
Development

No branches or pull requests

1 participant