https://github.com/jkoan/cegcc
https://github.com/jkoan/cegcc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkoan/cegcc
- Owner: jkoan
- Created: 2018-09-03T16:28:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T06:25:47.000Z (over 6 years ago)
- Last Synced: 2025-01-22T12:27:25.785Z (3 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
Awesome Lists containing this project
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/installIf 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.)