This repository provides an easy and cleanup way to build GCCE compilers for SymbianELF.
- A C++ compiler (tested with gcc)
- zlib
- cloog
- libelf
- wget
- tar
- gmp
- mpfr
- mpc
Set the environment variable EKA_TOOLCHAIN
to the folder where the toolchains will be stored (modify your init script like .bashrc):
export EKA_TOOLCHAIN=/opt/eka2/gcc
Type ./build-gcce.sh
to build the toolchain.
- GNU Bintuils for Symbianelf
- GCC for Symbianelf
While GCC and Bintuils does support the Symbian platform (arm-none-symbianelf), it is currently unaware what patches did CodeSourcery version of GCC does have that current GCC does not have.
Future investigation is needed in order to bring support for last GCC and Binutils.