Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Installation of MingW

Posted on 2007-11-15 22:19  moris  阅读(149)  评论(0)    收藏  举报

For compile the source of ESM, I have to setup the compile platform for ESM:

1. download following pack for MingW:

binutils-2.17.50-20060824-1.tar.gz

gcc-core-3.4.5-20060117-1.tar.gz

gcc-g++-3.4.5-20060117-1.tar.gz

gcc-objc-3.4.5-20060117-1.tar.gz

mingw32-make-3.81-2.tar.gz

mingw-runtime-3.13.tar.gz

w32api-3.10.tar.gz

2.download MinGW-5.1.3.exe

3.download MSYS-1.0.10.exe

4.install MSYS-1.0.10.exe , but the famous error occured, "Couldn't reserve space for cygwin's heap", I fix this error by download the MSYS-1.0.11-20070729.tar.bz2 and update the 1.0.10

5.install MingW.

6. that is all