Ck100-toolchains
From Cool-Idea
Toolchain/Cross compilers
- gcc 2.95.3
- For compiling u-boot only
- gcc 3.4.5 + glibc 2.3.6
- For compiling CK100's applications/modules
- arm-linux toolchain
Install Toolchain
- The toolchains are installed in the directory: /usr/local/arm/
- Untar the toolchain with sudo
# sudo tar -xvf 2.95.3.tar -C / # sudo tar -xvf gcc-3.4.5-glibc-2.3.6.tar -C /
