On Wed, Apr 16, 2014 at 11:44 AM, Paul Fertser <[email protected]> wrote:
> 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.

Just wondering what is the official stand from the OpenOCD project
with regard to MinGW.org toolchain support. It may not be as popular
as a cross-compiler under Linux distros compared to MinGW-w64
(many Linux distros change to MinGW-w64 now), but under Windows,
it is definitely much more popular than MinGW-w64.

http://sourceforge.net/projects/mingw/files/
Weekly downloads: > half a million

http://sourceforge.net/projects/mingw-w64/files/
Weekly downloads: < 10,000

One of the reasons why MinGW-w64 is not that popular
under Windows is that they have not provide a proper installer.

If it is decided that MinGW.org is not officially supported by
OpenOCD project, then it is better to state this explicitly.

-- 
Xiaofan

------------------------------------------------------------------------------
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