![]() |
2011-03-13
, 11:07
|
|
Posts: 196 |
Thanked: 113 times |
Joined on Jun 2010
@ Finland
|
#2
|
![]() |
2011-03-13
, 11:20
|
Posts: 122 |
Thanked: 73 times |
Joined on Jan 2010
@ Turku, Finland
|
#3
|
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.
![]() |
2011-03-19
, 20:58
|
|
Posts: 162 |
Thanked: 64 times |
Joined on Mar 2011
|
#4
|
deb http://repository.maemo.org fremantle/sdk free non-free
The Following User Says Thank You to JadeH For This Useful Post: | ||
![]() |
2011-03-19
, 21:15
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#5
|
While learning a new programming language, I have often been very happy to be able to try things out directly on my phone; when I don't have another computer available. There are still a lack of ports of some compilers and/or interpreters. The ones I am myself interested in include:
- GCC (for C)
- (MIT/GNU) Scheme
- (GNU) Forth
- Scala
I would like to know what the interest for different compilers and interpreters are. Are anyone interested in porting some of these? I could probably try to port some myself as well.My questions are: