On Sat, Jul 4, 2009 at 4:19 AM, Freddie Chopin<[email protected]> wrote: > There is nothing to be fixed - I can build OpenOCD from SVN on MinGW > without problems. MinGW is not enough - you need a lot of additional > tools - here is a list of what I have in my directory for MinGW. I > didn't install all of that, but I don't remember now what I have skipped > - I guess that not all gcc packages were needed, but I've downloaded > them all some time ago. > > autoconf-2.63.tar.bz2 > automake-1.9.6.tar.bz2 > bash-3.1-MSYS-1.0.11-1.tar.bz2 > binutils-2.17.50-20060824-1.tar.gz > coreutils-5.97-MSYS-1.0.11-snapshot.tar.bz2 > csmake-3.81-MSYS-1.0.11-2.tar.bz2 > gcc-4.3.2.tar.bz2 > gcc-core-3.4.5-20060117-3.tar.gz > gcc-core-4.3.2.tar.bz2 > gcc-g++-3.4.5-20060117-3.tar.gz > gcc-g++-4.3.2.tar.bz2 > gcc-testsuite-4.3.2.tar.bz2 > libtool-2.2.6a.tar.tar > libusb-win32-device-bin-0.1.12.1.tar.gz > m4-1.4.7-MSYS.tar.bz2 > mingw32-make-3.81-20080326-2.tar.gz > MinGW-5.1.4.exe > mingwrt-3.15.1-mingw32.tar.gz > MSYS-1.0.10.exe > msysCORE-1.0.11-2007.01.19-1.tar.bz2 > msysDTK-1.0.1.exe > w32api-3.12-mingw32-dev.tar.gz > > > I'm planning to do a article about building OpenOCD under MinGW and > MSYS, but that won't be around any time soon... Anyway - I'm a complete > noob and somehow I managed to do that, so... it's possible and easy [;
Yes it is not that difficult. Today I tried to build OpenOCD 0.2.0 under MinGW/MSys and it is not that difficult. But I only use J-Link. This is what I have. 1) Basic MinGW installation MinGW-5.1.4.exe binutils-2.19.1-mingw32-bin.tar.gz gcc-core-3.4.5-20060117-3.tar.gz gcc-g++-3.4.5-20060117-3.tar.gz w32api-3.13-mingw32-dev.tar.gz MSYS-1.0.11-rc-1.exe 2) Extra stuff msysDTK-1.0.1.exe autoconf2.5-2.61-1-bin.tar.bz2 automake1.9-1.9.6-2-bin.tar.bz2 bison-2.0-MSYS.tar.gz (not necessary for OpenOCD) libtool1.5-1.5.25a-1-bin.tar.bz2 m4-1.4.7-MSYS.tar.bz2 msys-autoconf-2.59.tar.bz2 msys-automake-1.8.2.tar.bz2 msys-libtool-1.5.tar.bz2 3) Building OpenOCD 0.2.0 with J-Link ./configure --enable-jlink make For the docs, as you said, it is easier to get it from the website than installing texinfo, doxygen, ghostscript, tetex/texlive and Graphviz. ;-) -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
