I'm following your guide to getting the Raspberry Pi Debug Probe working on Ubuntu.
I got this far but hit a snag:
simgar@simgar-ThinkPad-13-2nd-Gen:~/src/openocd$ git checkout rp2040-v0.12.0
branch 'rp2040-v0.12.0' set up to track 'origin/rp2040-v0.12.0'.
Switched to a new branch 'rp2040-v0.12.0'
simgar@simgar-ThinkPad-13-2nd-Gen:~/src/openocd$ git status
On branch rp2040-v0.12.0
Your branch is up-to-date with 'origin/rp2040-v0.12.0'.
nothing to commit, working tree clean
simgar@simgar-ThinkPad-13-2nd-Gen:~/src/openocd$ ./configure
bash: ./configure: No such file or directory
The directory currently contains this:
simgar@simgar-ThinkPad-13-2nd-Gen:~/src/openocd$ ls
AUTHORS config_subdir.m4 Doxyfile.in Makefile.am NEWS-0.3.0 NEWS-0.8.0 README.Windows tools
AUTHORS.ChangeLog configure.ac guess-rev.sh NEWS NEWS-0.4.0 NEWS-0.9.0 src uncrustify.cfg
bootstrap contrib HACKING NEWS-0.10.0 NEWS-0.5.0 NEWTAPS tcl
BUGS COPYING jimtcl NEWS-0.11.0 NEWS-0.6.0 README testing
ChangeLog doc LICENSES NEWS-0.2.0 NEWS-0.7.0 README.macOS TODO
My knowledge of Linux is limited and I'm not familiar with make, either. Any help you could provide would be appreciated.
I'm following your guide to getting the Raspberry Pi Debug Probe working on Ubuntu.
I got this far but hit a snag:
The directory currently contains this:
My knowledge of Linux is limited and I'm not familiar with
make, either. Any help you could provide would be appreciated.