• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Steps to build from original source:
2
31) apply arm-eabi.patch from Debian bug tracker
4
52) 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
103) Further modifications as change history will show
11
12