Re: [Openocd-development] Status of building using Mingw64?

2011-07-05 Thread Rodrigo Rosa
thanks for the bins i downloaded: http://code.google.com/p/picusb/downloads/detail?name=libftdi-0.19_mingw32.zipcan=2q= http://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.4.0/libusb-win32-bin-1.2.4.0.zip/download and ran the following configure: ./configure

Re: [Openocd-development] Status of building using Mingw64?

2011-07-05 Thread Xiaofan Chen
On Wed, Jul 6, 2011 at 8:16 AM, Rodrigo Rosa rodrigorosa...@gmail.com wrote: thanks for the bins i downloaded: http://code.google.com/p/picusb/downloads/detail?name=libftdi-0.19_mingw32.zipcan=2q=

Re: [Openocd-development] Status of building using Mingw64?

2011-07-01 Thread Xiaofan Chen
On Fri, Jul 1, 2011 at 2:17 PM, Xiaofan Chen xiaof...@gmail.com wrote: On Fri, Jul 1, 2011 at 7:20 AM, Rodrigo Rosa rodrigorosa...@gmail.com wrote: i tried cross compiling for win32, since it's what i actually needed: do i have to compile libusb and libftdi with mingw before doing any openocd

Re: [Openocd-development] Status of building using Mingw64?

2011-06-30 Thread Rodrigo Rosa
i tried cross compiling for win32, since it's what i actually needed: ./configure --enable-mantainer-mode --build=i686-pc-linux-gnu --host=i586-mingw32msvc that works fine. i need libftdi, so i'm trying ./configure --enable-mantainer-mode --enable-ft2232_libftdi --build=i686-pc-linux-gnu

Re: [Openocd-development] Status of building using Mingw64?

2011-06-28 Thread Steve Bennett
On 28/06/2011, at 9:26 AM, Rodrigo Rosa wrote: i tried ./configure --enable-mantainer-mode --enable-ft2232-libftdi --host=x86_64-w64-mingw32 CFLAGS=-D__MINGW32__ and i got a bit further, now i'm stuck with this: . . . jim-eventloop.o jim-eventloop.c jim-eventloop.c:53:21: error:

Re: [Openocd-development] Status of building using Mingw64?

2011-06-28 Thread Xiaofan Chen
On Tue, Jun 28, 2011 at 2:25 PM, Steve Bennett ste...@workware.net.au wrote: If you like, you can try the following two patches. To do this, you will need to first update jimtcl to the master branch. I have compile tested this, but I don't have anything to run it on. Just a minor thing.

Re: [Openocd-development] Status of building using Mingw64?

2011-06-28 Thread Steve Bennett
On 28/06/2011, at 5:14 PM, Xiaofan Chen wrote: On Tue, Jun 28, 2011 at 2:25 PM, Steve Bennett ste...@workware.net.au wrote: If you like, you can try the following two patches. To do this, you will need to first update jimtcl to the master branch. I have compile tested this, but I don't have

Re: [Openocd-development] Status of building using Mingw64?

2011-06-27 Thread Rodrigo Rosa
and I think my msys is quite out of date. Have reverted to building on Linux. Thanks. - Original Message - From: Freddie Chopin freddie_cho...@op.pl To: openocd-development@lists.berlios.de Sent: Monday, June 13, 2011 4:22 PM Subject: Re: [Openocd-development] Status of building

Re: [Openocd-development] Status of building using Mingw64?

2011-06-27 Thread Steve Bennett
to building on Linux. Thanks. - Original Message - From: Freddie Chopin freddie_cho...@op.pl To: openocd-development@lists.berlios.de Sent: Monday, June 13, 2011 4:22 PM Subject: Re: [Openocd-development] Status of building using Mingw64? OpenOCD versions from my website

Re: [Openocd-development] Status of building using Mingw64?

2011-06-27 Thread Rodrigo Rosa
. Thanks. - Original Message - From: Freddie Chopin freddie_cho...@op.pl To: openocd-development@lists.berlios.de Sent: Monday, June 13, 2011 4:22 PM Subject: Re: [Openocd-development] Status of building using Mingw64? OpenOCD versions from my website ( www.freddiechopin.info ) - 32

Re: [Openocd-development] Status of building using Mingw64?

2011-06-27 Thread Steve Bennett
To: openocd-development@lists.berlios.de Sent: Monday, June 13, 2011 4:22 PM Subject: Re: [Openocd-development] Status of building using Mingw64? OpenOCD versions from my website ( www.freddiechopin.info ) - 32- and 64-bit, the most recent one is a week old - are built with this compiler

Re: [Openocd-development] Status of building using Mingw64?

2011-06-27 Thread Xiaofan Chen
On Tue, Jun 28, 2011 at 4:33 AM, Rodrigo Rosa rodrigorosa...@gmail.com wrote: i'm trying to cross compile for win XP, with the following config: ./configure --enable-mantainer-mode  --enable-ft2232-libftdi --host=x86_64-w64-mingw32 If you want to do it under XP, I recommend to use Cygwin

[Openocd-development] Status of building using Mingw64?

2011-06-13 Thread Liam Redmond (Rock Software)
Hi, It's been a long time since I built openocd (0.3.0), I used to build with mingw64 and it worked fine, I've tried today to get the latest and build it under the same environment I used before and I get some errors. So I have a couple of questions... The fist problem I get is in the Jim

Re: [Openocd-development] Status of building using Mingw64?

2011-06-13 Thread Xiaofan Chen
On Mon, Jun 13, 2011 at 8:45 PM, Liam Redmond (Rock Software) liamredm...@rock-software.com wrote: 1) Anyone else attempting to build using mingw64 and have any gems of wisdom? 2) Is it possible to build without Jim so I can come back to this problem another day? Perhaps I need to do a lot

Re: [Openocd-development] Status of building using Mingw64?

2011-06-13 Thread Liam Redmond (Rock Software)
Probably you want to update your MinGW-w64 installation. Under Windows, TDM64 is the preferred one to use or you can use Cygwin's MinGW-w64 cross compiler. Probably. My GCC is 4.5.0. I suspect this is the issue since you are reporting gcc version 4.5.2 (GCC). I got past the original issue

Re: [Openocd-development] Status of building using Mingw64?

2011-06-13 Thread Freddie Chopin
OpenOCD versions from my website ( www.freddiechopin.info ) - 32- and 64-bit, the most recent one is a week old - are built with this compiler, but with the most recent version (GCC 4.7.0) and on Linux, as I found that easier than using Cygwin or MSYS directly in Windows. 4\/3!!

Re: [Openocd-development] Status of building using Mingw64?

2011-06-13 Thread Liam Redmond (Rock Software)
] Status of building using Mingw64? OpenOCD versions from my website ( www.freddiechopin.info ) - 32- and 64-bit, the most recent one is a week old - are built with this compiler, but with the most recent version (GCC 4.7.0) and on Linux, as I found that easier than using Cygwin or MSYS directly