Closed mchapman87501 closed 1 month ago
Could you try deleting your ~/.pico-sdk/openocd/
folder and reloading your window, which will download the latest OpenOCD which doesn’t have these runtime dependencies? Make sure you have the latest version of the extension first (0.16.1)
That worked. Thank you!
Details:
~/.pico-sdk/openocd/
brew uninstall libftdi capstone
for good measureotool -L
on the new openocd
showed the dependencies were gone. openocd
ran without issue.
Glad it’s working - closing this as done
On macOS,
openocd
has runtime dependencies onlibftdi
andlibcapstone
. I needed to install them manually usingbrew install
.Before manual installation: