2011-03-03 19:34:17 +09: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
|
2011-03-17 19:44:33 +09:00
|
|
|
cd build-arm-mingw32ce
|
2011-03-03 19:34:17 +09:00
|
|
|
./build-mingw32ce.sh --prefix=/where/to/install
|
|
|
|
|
2011-03-17 19:44:33 +09:00
|
|
|
If you won't specify --prefix, it will install to cegcc-build/bindist-arm-mingw32ce/ .
|
2011-03-14 04:50:58 +09:00
|
|
|
|
|
|
|
|
2011-03-03 19:34:17 +09:00
|
|
|
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.)
|