cegcc/mingw32ce

cegcc is a cross compiler for Windows CE.

I have forked cegcc to apply a few important updates for the XCSoar project.

This fork features:

Download

Binary Tarball

Binaries for Debian Buster [amd64]: mingw32ce-mk-2020-03-23-amd64.tar.xz

Debian Repository

To install on Debian Buster, add the following line to your /etc/apt/sources.list:

deb https://max.kellermann.name/debian cegcc_buster-default main

Install the Debian package:

apt-get update
apt-get install gcc-arm-mingw32ce

Source code

Building cegcc

The repository cegcc-build contains the script that builds all components.

git clone git://github.com/MaxKellermann/cegcc-build
cd cegcc-build
git submodule update --init
./build.sh --prefix=/where/to/install

There’s a README file with further instructions.