GithubHelp home page GithubHelp logo

liuponghei / androideabi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yath/android_prebuilts_gcc_linux-x86-32_arm_arm-linux-androideabi-4.6

0.0 2.0 0.0 17.6 MB

linux x86 32-bit arm-androideabi-4.6 toolchain

License: GNU General Public License v2.0

Logos 0.51% XC 0.49% XS 0.48% C 94.72% C++ 3.69% Objective-C 0.11%

androideabi's Introduction

Linux/x86 32-bit gcc/binutils for arm-linux-androideabi-4.6

Usage
=====
- Put
  <project
    name="yath/android_prebuilts_gcc_linux-x86-32_arm_arm-linux-androideabi-4.6"
    path="prebuilts/gcc/linux-x86-32/arm/arm-linux-androideabi-4.6" />
 to your .repo/local_manifest.xml

- Make sure I89ed0f00eda1a0bebbc35f39af4bbf0e97f6fade from CyanogenMod is
  applied to your build/ directory (see http://review.cyanogenmod.com/19152).


Building
========
A=$ANDROID_BUILD_TOP
TC=/tmp/toolchain-source
cd $A/ndk/build/tools
./download-toolchain-sources.sh $TC
cd $TC
git clone https://android.googlesource.com/toolchain/mpc # this one is missing from download-toolchain-sources.sh
# fix SOURCES to reflect mpc
cd $A/ndk/build/tools
# set DEFAULT_BINUTILS_VERSION=2.21 in dev-defaults.sh - binutils 2.19 don't support the 'orn' instruction and
# you will get an assembler error when compiling
./gen-platforms.sh --minimal
./build-gcc.sh $TC $A/ndk arm-linux-androideabi-4.6
# find your output in $A/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86

androideabi's People

Contributors

yath avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.