Skip to content

Instantly share code, notes, and snippets.

@kelchm
Created January 12, 2016 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelchm/cf9b033c97744176c185 to your computer and use it in GitHub Desktop.
Save kelchm/cf9b033c97744176c185 to your computer and use it in GitHub Desktop.
/home/kelchm/Development/Android/android-ndk-r10e/build/tools/make-standalone-toolchain.sh --system=linux-x86_64 --toolchain=arm-linux-androideabi-4.9 --platform=android-19 --install-dir=/home/kelchm/Development/Projects/rockbox/build/android-toolchain
WARNING: The shell running this script isn't bash. Although we try to avoid bashism in scripts, things can happen.
Copying prebuilt binaries...
Copying sysroot headers and libraries...
Copying c++ runtime headers and libraries...
Copying files to: /home/kelchm/Development/Projects/rockbox/build/android-toolchain
Cleaning up...
Done.
Using endian little
Using gccchoice 4.6
Using gcctarget arm-linux-androideabi-
Platform set to ibassodx90
Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool, (W)arble codec tool: (Defaults to N)
n
Normal build selected
Building Rockbox as an Application
Using source code root directory: /home/kelchm/Development/Projects/rockbox
Using arm-linux-androideabi-gcc 4.8 (408)
WARNING: Your cross-compiler arm-linux-androideabi-gcc 4.8 is not of the recommended
WARNING: version 4.6!
WARNING: This may cause your build to fail since it may be a version
WARNING: that isn't functional or known to not be the best choice.
WARNING: If you suffer from build problems, you know that this is
WARNING: a likely source for them...
Using arm-linux-androideabi-ld 1.11
Found and uses ccache (/usr/bin/ccache)
Automatically selected arch: arm (ver 5)
Created Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment