mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-11-01 07:48:03 +09:00
CEGCC build scripts w/ pre-built binary for x86 Linux in Releases
bindist-arm-mingw32ce | ||
binutils@bd54c60dd5 | ||
build-arm-mingw32ce | ||
gcc-4.4.0@c3fd528e89 | ||
mingw@0d9e81454b | ||
mingwdll@f86a66cb30 | ||
w32api@93015a9c12 | ||
.gitmodules | ||
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.)