On Wed, Apr 16, 2014 at 12:24:16AM +0000, Kent Brinkley wrote:
> Retrieving 0.8.0-rc2 fails due errors in jimtcl:

Both this jimtcl error and your earlier ulink error are because you're
apparently using mingw and not mingw-w64.

Citing an earlier mail from Spencer:
"
I sometimes build under cygwin (native and cross) but use mingw64
rather than the older mingw. Either install mingw64-x86_64-gcc for
64bit binary and mingw64-i686-gcc for 32bit.

then configure and make as normal
./configure --build=i686-pc-cygwin --host=x86_64-w64-mingw32 ...
make
"

Switching jimtcl to the latest released version that doesn't depend on
isascii will happen after the OpenOCD release, but the point is that
mingw doesn't want to conform to C99 because they want to use MS CRT
as is, so we can't really count on being able to build anything at all
with plain mingw.

HTH
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[email protected]

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to