Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Thank you for your reply. > So either that has to be disabled in jimtcl, or jimtcl needs to include > a special library from mingw32 And can you please let me know how to disable in jimtcl? Thanks > > jimsh.o: In function `printf': > > /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:256: und

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread stian
> jimsh.o: In function `printf': > /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:256: undefined > reference to > `___mingw_vprintf' > jimsh.o: In function `fprintf': > /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:246: undefined > reference to > `___mingw_vfprintf' I did a little goo

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Paul Fertser
On Sat, Feb 01, 2014 at 08:53:24PM +0100, Jahn wrote: > jimsh.o: In function `printf': > /usr/i686-pc-mingw32/sys-root/mingw/include/stdio.h:256: undefined reference > to > `___mingw_vprintf' It looks like you might be mixing cygwin and mingw and so the results are confusing. Please make you do

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Paul, Thanks for the reply ./configure was the success but make command not. See below $ make make all-recursive make[1]: Entering directory `/home/openocd' Making all in jimtcl make[2]: Entering directory `/home/openocd/jimtcl' ccache cc -D_GNU_SOURCE -Wall -I. -g -O2 -c -o jim.o jim.c cc

[OpenOCD-devel] [PATCH]: c61adc7 topic: Fix memory leaks in users of get_reg_features_list()

2014-02-01 Thread gerrit
This is an automated email from Gerrit. Christian Eggers (cegg...@gmx.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1917 -- gerrit commit c61adc736d89327ccd9664ee3380546d447aafc7 Author: Christian Eggers Date: Sat Feb 1 20:02:18 2014 +0100 t

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Paul Fertser
On Sat, Feb 01, 2014 at 08:07:26PM +0100, Jahn wrote: > Do you mean just use > ./configure I do. And share the results if it doesn't work as you expect. > And what is the address Address of what? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercer...@gma

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Paul, Thank you for your reply. Do you mean just use ./configure ? And what is the address > On Sat, Feb 01, 2014 at 07:48:50PM +0100, Jahn wrote: > > I tried few ./configure > > but no success > > Current version doesn't require any parameters, if you have libusb-1.0 > properly installed, al

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Paul Fertser
On Sat, Feb 01, 2014 at 07:48:50PM +0100, Jahn wrote: > I tried few ./configure > but no success Current version doesn't require any parameters, if you have libusb-1.0 properly installed, all the relevant drivers are getting enabled automatically. Why don't you paste the configure output? Also fe

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Paul, thanks for the reply. I tried few ./configure but no success Can you please send me the working ./configure parameters ? Thanks > Hi, > > On Sat, Feb 01, 2014 at 05:22:35PM +0100, Jahn wrote: > > Is there any working tutorial how to compile openOCD for windows? > > I use Cygwin and ftdi

Re: [OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Paul Fertser
Hi, On Sat, Feb 01, 2014 at 05:22:35PM +0100, Jahn wrote: > Is there any working tutorial how to compile openOCD for windows? > I use Cygwin and ftdi driver for my JTAG. Not that I know of, sorry. Compiling with Cygwin should be exactly the same as compiling on any other *nix, see README. -- Be

[OpenOCD-devel] How to compile openOCD for Windows

2014-02-01 Thread Jahn
Is there any working tutorial how to compile openOCD for windows? I use Cygwin and ftdi driver for my JTAG. Thank you -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gi

[OpenOCD-devel] [PATCH]: 9906bde topic: RTOS: Unify whipe-out of thread list

2014-02-01 Thread gerrit
This is an automated email from Gerrit. Christian Eggers (cegg...@gmx.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1916 -- gerrit commit 9906bde0751653f1aa0eb35aacdf6fd37dedeb55 Author: Christian Eggers Date: Sat Feb 1 10:17:17 2014 +0100 t

Re: [OpenOCD-devel] IPv6 support considerations

2014-02-01 Thread Michael Schwingen
On 01.02.2014 08:00, Paul Fertser wrote: > On Fri, Jan 31, 2014 at 10:50:05PM +0100, Michael Schwingen wrote: >> I don't think this would be a good idea. Even with IPv6 gaining >> popularity, I see IPv4 in LAN installations for a long time. > It's really hard to find a PC that's not dual stack nowa