This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Building a windows CE x86 target
- From: Ian Lance Taylor <iant at google dot com>
- To: "Tory Bjorklund" <toryb at runestone dot net>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Mon, 23 Feb 2009 13:04:54 -0800
- Subject: Re: Building a windows CE x86 target
- References: <00ad01c995c0$e300cdf0$a90269d0$@net>
"Tory Bjorklund" <toryb@runestone.net> writes:
> I am currently working on an application that generates C++ code that
> targets Windows CE 5.0 and 6.0 with an Intel x86 processor. The code is
> built on a standard windows XP box and the executable is transferred to the
> target. We are currently using Visual Studio 2008 but I am looking for a
> different compiler.
>
> I'm looking for a little direction to get started with GCC on this. Any
> ideas or direction would be appreciated.
http://cygwin.com/
http://mingw.org/
Ian