CeGCC cross compiler for PocketPC

The CeGCC project implements cross-development tools for Windows CE (PocketPC). You can develop on a PC, and create apps that run on a PDA or a WinCE cell phone.

We're aiming at providing a consistent and working set of development tools that generate code for Windows CE devices such as PDA's and smart phones. Our intended development platforms are the cygwin environment and GNU/Linux systems.

We have two products :

Both toolsets allow you to develop on a PC, and create apps that run on a PDA or a WinCE cell phone.

What's the meaning of arm-wince-cegcc and arm-wince-mingw32ce ? They both describe the target platform : we're building for an ARM processor, running the wince (Windows CE) operating system. In the cegcc case, there's a portability layer; in the mingw32ce case there isn't.

Combine this with our development platforms, and you get four choices :

GNU/Linux host Cygwin host
arm-wince-mingw32ce Develop on Linux, create Windows CE native apps Develop on Cygwin, create Windows CE native apps
arm-wince-cegcc Develop on Linux, port *nix sources to Windows CE Develop on Cygwin, port *nix sources to Windows CE

Our project is based on a collection of (mostly GNU) software : GCC, binutils, newlib, GDB, ... . This project is free software - read all about that and on the GNU website.

Information

Getting it

Support

You can contact us via the mailing list.

Powered by Sourceforge.net Valid HTML 4.01 Transitional