+=======================================================+
| MinGW Adapter for RiC and RiCpp 7.4 on Windows |
+=======================================================+
Steps to build a model for MinGW on Windows:
===============================================
1) Download and launch MinGW- Installer to install MinGW
http://prdownloads.sourceforge.net/ming ... -5.1.3.exe
Make sure that MinGW base Tools, g++ and MinGW Make is checked
Install MinGW to C:\mingw !!!!
2) The MinGW package does not include core utils like rm (=remove, needed for example to perform a rebuild in Rhapsody) or cp (=copy, needed during Framework Compilation) nor a debugger.
In order to have a full support download and install:
MSYS:
http://prdownloads.sf.net/mingw/MSYS-1. ... e?download
Install it to c:\mingw\msys (not c:\mingw\msys\1.0)
Run post install process -if you want- by pointing to your MinGW install path (c:/mingw) – ignore the recommendation message and the end of the process
3) Extract the zip file Rhapsody74MinGWShare.zip onto your Rhapsody installation folder
(if you have installed mingw into a different folder then c:\mingw you have to adapt the files MinGWMake.bat MinGWRun.bat, Rebuild_MinGW_Libraries.bat)
4) From the "LangC" and "LangCpp" folders launch:
Rebuild_MinGW_Libraries.bat to build the OXF framework libraries for RiC and RiCpp
5) You can now build C and C++ model in Rhapsody for the "MinGW" environment