Thread
:
Porting compilers and interpreters to Maemo 5
View Single Post
Zas
2011-03-13 , 11:07
Posts: 196 | Thanked: 113 times | Joined on Jun 2010 @ Finland
#
2
You can install gcc, g++, make etc. with apt-get.
I sometimes code some c or c++ on the device so I install everything I need for that with "apt-get install minutils gcc g++ make build-essentials" aswell as sdl devel libs. Before compiling I just have to make sure I have enough space in temp "export TMPDIR=/home/user/MyDocs/tmp".
I think there is a way to chroot into a development image, but I'm not sure plus with this I can get to coding fast and simple.
Quote & Reply
|
Zas
View Public Profile
Send a private message to Zas
Find all posts by Zas