CEGCC build scripts w/ pre-built binary for x86 Linux in Releases
Go to file
2011-03-14 20:46:17 +02:00
binutils@bd54c60dd5 Setup submodules. 2011-03-01 07:44:59 +02:00
build Add in-tree default installation directory. 2011-03-13 21:50:58 +02:00
dist Add in-tree default installation directory. 2011-03-13 21:50:58 +02:00
gcc-4.4.0@cd23b1cc69 Setup submodules. 2011-03-01 07:44:59 +02:00
mingw@0d9e81454b Setup submodules. 2011-03-01 07:44:59 +02:00
mingwdll@f86a66cb30 Add submodule for mingwdll 2011-03-02 01:45:46 +02:00
w32api@4d4cb20237 Setup submodules. 2011-03-01 07:44:59 +02:00
.gitmodules Use public read-only repo URLs. 2011-03-14 20:46:17 +02:00
README Add in-tree default installation directory. 2011-03-13 21:50:58 +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
./build-mingw32ce.sh --prefix=/where/to/install

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


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