... I'm not sure what should happen, but I found the file in the Terminal-IDE directory tree:
$IDESYSTEM/android-gcc-4.4.0.tar.gz
I also found that terminal-gcc is a bash script. Looking inside, it seemed that the gcc tree should exist in "$ HOME" , which is the installation directory. So I unpacked, then cleared the file above and put the resulting directory tree as a top-level subdirectory.
OK, what do you know? Success.
I went a little further and created soft links to the actual compiler in ~ / bin for gcc and only cc , and suddenly all my previously created "Makefile" scripts used in other projects that I wanted to move started to work fine.
Apparently, although I thought I did everything right, I forgot to run this script:
./system/bin/install_gcc
It extracts tar, just like me, but does not create the links you might need.
Hey, if you're glad I got to you, give him a thumbs up!
source share