User Tools

Site Tools


android_system_overview

This is an old revision of the document!


android overview

make build env

download platform source

tool-chain

$ cd ... platform/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
$ ./arm-eabi-gcc -v
Using built-in specs.
Target: arm-eabi
Configured with: /home/jingyu/projects/gcc/android-toolchain/gcc-4.4.0/configure 
--prefix=/usr/local 
--target=arm-eabi 
--host=i686-pc-linux-gnu 
--build=i686-pc-linux-gnu 
--enable-languages=c,c++ 
--with-gmp=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install 
--with-mpfr=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install 
--disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared 
--with-float=soft --with-fpu=vfp --with-arch=armv5te 
--enable-target-optspace --with-abi=aapcs 
--with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-arch=armv5te 
--with-sysroot=/home/jingyu/projects/gcc/toolchain_build/cupcake_rel_root 
--with-gmp-version=4.2.4 
--with-mpfr-version=2.4.1 
--with-gdb-version=6.6 
--program-transform-name='s,^,arm-eabi-,'
Thread model: single
gcc version 4.4.0 (GCC) 
android_system_overview.1254834809.txt.gz · Last modified: 2013/08/03 05:04 (external edit)