mooring / cctools-gcc-for-terminal-IDE-on-Android

terminal IDE another full gcc and build-essential tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCTOOLS's gcc for Terminal IDE on Android

Terminal IDE App gives you the ability to run shell in its env

The build-in gcc toolchain which is installed by install_gcc is as good as I known but with some library version old or lib missing.

So I do a stupid thing to adopt the cctools's build tool-chain to Terminal IDE on Android

Step

  1. copy all of those folders and files to your android diveces
  2. open Terminal IDE , and press install System button on the first page if you not installed yet
  3. press the Terminal IDE button step into the shell envieronment
  4. in shell, mv all of the folders/files above to the shell $HOME folder
  5. cd install_gcc && sh install.sh && cd ..
  6. cd install_build_essential && sh install.sh && cd ..
  7. mv hello.tgz the projects folder
  8. go to the projects folder, uncompress the hello.tgz by tar xf hello.tgz
  9. cd hello and make
  10. run your first hellowolrd program by ./hello

Comments

install gcc first , build_essential is optional, common tools is optional too for detail , please read Depends tree.pdf for detail or view it as Image

Requirement

install the Terminal IDE first Google Play Address

Screenshot

On MI Pad

About

terminal IDE another full gcc and build-essential tools


Languages

Language:Shell 100.0%