Android phone configuration gcc, to implement the mobile phone compiled code

Source: Internet
Author: User

1. Download Gcc.zip

2, the Gcc.zip decompression stored in the/data directory (can also be other directories, see personal habits)

3. Configuring GCC Environment variables
Export GCCHOME=/DATA/GCC (gcc storage path)
Export gccpath= $GCCHOME/bin: $GCCHOME/arm-linux-androideabi/bin: $GCCHOME/libexec/
Export path= $PATH: $GCCHOME: $GCCPATH

You can write this command to the. profile file in etc so that the phone restarts without having to re-execute it, or you can write the command to the initial command in the preferences in the terminal emulator, and each time the terminal emulator is opened, the C and C + + code can be compiled.

As follows:

GCC test.c-o test//Compile

./test//Run

Android phone configuration gcc, to implement the mobile phone compiled code

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.