Max Kellermann 9f0fa29dbd remove mingwdll
This was a kludge, and let's get rid of it and use only the regular
GCC libraries.
2018-03-21 11:04:15 +01:00
2018-03-21 11:04:15 +01:00
2012-03-13 21:56:31 +01:00
2011-03-01 07:44:59 +02:00
2011-09-25 12:01:23 +02:00
2012-03-07 10:42:16 +01:00
2011-10-12 10:11:15 +02:00

This is meta-repository to build entire CeGCC toolchain.

Clone this repository using:

git clone git://gitorious.org/cegcc/cegcc-build.git

To build:

cd cegcc-build
git submodule init
git submodule update
cd build-arm-mingw32ce
./build-mingw32ce.sh --prefix=/where/to/install

If you won't specify --prefix, it will install to cegcc-build/bindist-arm-mingw32ce/ .


To update afterwards:

git pull
git submodule update
cd build
./build-mingw32ce.sh --prefix=/where/to/install

(After update, to get 100% clean-room, you may want to rebuild everything from scratch.)
Description
CEGCC build scripts w/ pre-built binary for x86 Linux in Releases
Readme 64 KiB
Languages
Shell 100%