So for anyone that has a similar issue, here's what I did to build openocd after having installed msys2. Please bear in mind that this has been a trial and error process for me, so I'm probably missing something:
Clone the esp-32 openocd from
https://github.com/espressif/openocd-esp32 using:
Code: Select all
git clone --recursive https://github.com/espressif/openocd-esp32
Update the msys packages using:
I read somewhere that each time you run this command, you should close and reopen msys until there are no further updates.
Then I ran:
Code: Select all
pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain \
Which downloaded the libtoolize package needed for boot strap
I then:
and
I'll update when I manage the next few steps.
EDIT: Just came across this post by @ESP_Angus
viewtopic.php?f=2&t=184&p=1145&hilit=co ... nocd#p1145