[OpenOCD-devel] JimTCL: isascii missing in Mingw32

2013-10-06 Thread Jörg Fischer
Hi, latest git master does not build on current MingW32 due to missing isascii() reference in jimtcl. Older MingW32 gcc versions seem to work fine, so I missed this one until I updated my MingW installation recently. A patch is already in the jimtcl git, so there is an easy workaround: cd

Re: [OpenOCD-devel] OpenOCD on MX51

2013-10-06 Thread Bojan M .
Hi, I am observing the same problems with iMX51 and openocd version 0.7.0. Was there any progress on this? I am using iMX51evk board. Any help will be appriciated! regards, Bojan M. -- October Webinars: Code for

Re: [OpenOCD-devel] OpenOCD on MX51

2013-10-06 Thread Paul Fertser
On Sun, Oct 06, 2013 at 04:16:42PM +, Bojan M. wrote: I am observing the same problems with iMX51 and openocd version 0.7.0. Was there any progress on this? I am using iMX51evk board. Any help will be appriciated! First thing, try current git HEAD and report the debug log (run openocd with

Re: [OpenOCD-devel] JimTCL: isascii missing in Mingw32

2013-10-06 Thread Nader
Hi, Thanks for the tip, i just stumbled on the same error, and updating jimtcl fixed it. Cheers. On Sun, Oct 6, 2013 at 5:47 AM, Jörg Fischer tur...@gmx.de wrote: Hi, latest git master does not build on current MingW32 due to missing isascii() reference in jimtcl. Older MingW32 gcc

Re: [OpenOCD-devel] JimTCL: isascii missing in Mingw32

2013-10-06 Thread Peter Stuge
Jörg Fischer wrote: A patch is already in the jimtcl git, so there is an easy workaround: cd jimtcl git checkout master .. I don't know how to update the submodule reference in OpenOCD, so can a git expert provide a patch please? cd .. git add jimtcl git commit -sm Update jimtcl to

Re: [OpenOCD-devel] JimTCL: isascii missing in Mingw32

2013-10-06 Thread Xiaofan Chen
On Sun, Oct 6, 2013 at 8:47 PM, Jörg Fischer tur...@gmx.de wrote: Hi, latest git master does not build on current MingW32 due to missing isascii() reference in jimtcl. Older MingW32 gcc versions seem to work fine, so I missed this one until I updated my MingW installation recently. Which

Re: [OpenOCD-devel] OpenOCD v0.7 and error not sector-aligned

2013-10-06 Thread Nader
Hi Guys, I was able to compile the latest dirty version, and just a feedback, the errors still there for my case . I am willing to try anything you throw on me ... :) Another test, if I generate a .bin file with my application 1MB and use stlink utility to program the device, it downloads