Compile bash for Android

Source: Internet
Author: User

1. Get the bash Source:

$ Wget-C http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz

$ Tar zxvf bash-4.1.tar.gz

 

2. Download the arm toolkit, e.g. sourcery
G ++ lite 2008q1-126Arm
GNU
/Linux

$ Wget-C

Http://www.codesourcery.com/sgpp/lite/arm/portal/package2549/public/arm-none-linux-gnueabi/arm-2008q1-126-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2

Note: using the newest toolchain compile bash-4.1 failed, use
This toolchain 4.2.3 compiled OK.

 

 

3. Configure the bash

$ CD bash-4.1

$./Configure-host = arm-Linux -- enable-static-link -- without-Bash-malloc cc =/yourpath/arm-2008q1/bin/ARM-None-Linux-gnueabi-gcc

 

 

4. Compile the bash

$ Make

$ Arm-None-Linux-gnueabi-strip bash

$ File bash

Bash: Elf 32-bit LSB executable, arm, Version 1 (sysv), statically linked, for GNU/Linux 2.6.14, stripped

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.