Having installed eclipse, GnuWin32 and others, and downloaded openocd SVN within eclipse…
How do you run ./bootstrap on the openocd code in windows?
Eclipse has no info on bootstrap or autoconf.
From the command prompt:
c:\OpenOCD>sh ./bootstrap
./bootstrap /c/GnuWin32/bin/aclocal: No such file or directory
even though the path includes the location of aclocal and m4.exe
…;c:\GnuWin32\bin;…
Lloyd