CEGCC build scripts w/ pre-built binary for x86 Linux in Releases
Go to file
Max Kellermann e03d3b2b62 update mingw and w32api 2018-03-21 12:05:04 +01:00
bindist-arm-mingw32ce Add "-arm-mingw32ce" suffixes for build/bindist dirs. 2011-03-17 12:44:33 +02:00
binutils@db72da06b2 update binutils to 2.30 2018-03-21 11:19:26 +01:00
build-arm-mingw32ce remove mingwdll 2018-03-21 11:04:15 +01:00
gcc@cefab51783 update gcc to 7.3.0 2018-03-21 11:19:16 +01:00
mingw@cd5f3e6465 update mingw and w32api 2018-03-21 12:05:04 +01:00
w32api@8e64b608fc update mingw and w32api 2018-03-21 12:05:04 +01:00
.gitmodules submodules moved to GitHub 2018-03-21 11:08:11 +01:00
NEWS upgrade gcc to 4.5.3 2011-10-12 10:11:15 +02:00
README Add "-arm-mingw32ce" suffixes for build/bindist dirs. 2011-03-17 12:44:33 +02:00

README

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.)