sigrok-fwextract-kingst-la2016: concentrate RCC flags in one spot
[sigrok-util.git] / cross-compile / android / README
blobba6b12085958765cbe5c7987c5deec05c3ea6f92
1 -------------------------------------------------------------------------------
2 README
3 -------------------------------------------------------------------------------
5 This is a small script for cross-compiling sigrok and its dependencies
6 for Android systems.
9 Status
10 ------
12 Working.
15 Requirements
16 ------------
18  - bash
19  - gawk
20  - gcc
21  - make
22  - git
23  - pkg-config (>= 0.22)
24  - gettext
25  - ant
26  - Android NDK (tested: r10e)
27    - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9)
28  - Android SDK (tested: r24.4.1)
29  - On 64bit hosts, you also need some i386 packages. E.g. on Debian/Ubuntu:
30      $ dpkg --add-architecture i386
31      $ apt-get update
32      $ apt-get install libstdc++6:i386 zlib1g:i386
35 Toolchain setup
36 ---------------
38 You can use the script to install and setup the Android NDK,
39 SDK, and the respective standalone toolchain:
41  $ ./sigrok-cross-android prepare
43 This will install everything into $HOME/android.
46 Building
47 --------
49  $ ./sigrok-cross-android
51 Per default it expects the Android cross toolchain in:
53  $HOME/android/android-arm-toolchain
55 Per default it will install the cross-compiled packages in:
57  $HOME/sr_android
59 Please edit the script if you want to change any settings.