Hello krzychb,
thanks for your reply,
My Idea is simply remove the pkg-config package after building openOCD,
because I think it is only a requirement for building the binaries and there
are no runtime dependencies.
mingw-w64-i686-pkg-config filelist:
Code: Select all
mingw32/
mingw32/bin/
mingw32/bin/i686-w64-mingw32-pkg-config.exe
mingw32/bin/pkg-config.exe
mingw32/share/
mingw32/share/aclocal/
mingw32/share/aclocal/pkg.m4
mingw32/share/doc/
mingw32/share/doc/pkg-config/
mingw32/share/doc/pkg-config/pkg-config-guide.html
mingw32/share/man/
mingw32/share/man/man1/
mingw32/share/man/man1/pkg-config.1.gz
There is no library introduced by the Package.
Depending to openOCD-ESP32 README and the mingw-openocd requirements I used thease packages
for openOCD-ESP32 build preperation:
Code: Select all
mingw-w64-i686-confuse mingw-w64-i686-hidapi mingw-w64-i686-libusb mingw-w64-i686-libusb-compat-git
mingw-w64-i686-libftdi mingw-w64-i686-libtool autoconf automake texinfo mingw-w64-i686-pkg-config
Running the ESP32 toolchain with linux is preferred, of cource and i still started a setup on debian9, last week.
For now, I want find out the Windows look an feel.
linuxpaul