View Single Post
Posts: 13 | Thanked: 0 times | Joined on Feb 2010
#48
Originally Posted by endboss View Post
For compiling small programs it is absolutly sufficient to install gcc [~9MB] and g++ (if needed) [~14MB] only. No build-essential and all that stuff. If you have no other unoptified stuff installed you should have no problems installing those packages. I did that, I have enough space left and for small on device compiling I have all I need.
How have you installed GCC?
I tried this but it doesn't work:
$ sudo gainroot
$ apt-get install gcc

Thanks