1 Steps to build from original source: 2 3 1) apply arm-eabi.patch from Debian bug tracker 4 5 2) run configure as follows 6 ./configure CFLAGS=-I/android/device/system/kernel_headers/ ./configure --prefix=/data/ --build=arm-unknown-linux-gnu 7 8 (note this uses the desktop gcc and glibc headers) 9 10 3) Further modifications as change history will show 11 12