Project

General

Profile

Actions

Build Environment » History » Revision 4

« Previous | Revision 4/5 (diff) | Next »
Hamish, 2008-06-30 11:45


h1. Build Environment

I am using the MinGW compiler to build this project under windows. I was not able to find a MinGW quick-start guide on their web site and their download page appears instead to provide a lesson in history. Therefore, I have written up the exact steps that I used to get a working build environment here:

Install MinGW (Use the Automated MinGW installer from http://sourceforge.net/project/showfiles.php?group_id=2435)

Add mingw make to the list of components to install

Add C:\MinGW\bin to the system PATH

copy C:\MinGW\bin\mingw32-make.exe to C:\MinGW\bin\make.exe

Install putty

Add putty to the system PATH

I also use the Wine environment under linux to perform build tests - these binaries can behave significantly differently to a pure windows binary, so I need to do final builds on a Windows system. I have also been meaning to install MinGW on linux and start building like that, but since I need a real windows system to test the serial port access routines, I will probably continue building on the windows system for some time.

Updated by Hamish almost 16 years ago · 4 revisions