Just A Question About Programming


Borgi

Still Fresh
Joined
Jun 22, 2005
Messages
16
hey guys, is there any possible way, to do some proramming on gp2x?!
i mean, i would like to practice programing, and that would be fine if i could do this anywhere.
so you know what i mean.

any suggesation?!

ty for the attention
 
hey guys, is there any possible way, to do some proramming on gp2x?!
i mean, i would like to practice programing, and that would be fine if i could do this anywhere.
so you know what i mean.

any suggesation?!

ty for the attention

With the size of the screen and without a keyboard it'd be pretty difficult and very time consuming - i'm sure there are text editors out there though, which you could simply load your source code into to work on.

As for full development enviroments, I don't know of any for the GP2X itself.
 
Last edited by a moderator:
isn there any keyboard which compatible with gp2x? :$
that woud be fine like ericcson keyboard for gp32 :$
i think a scrren size mustn't be a problem :)
 
I wrote some bash scripts in vi with STerm. That's as far as I go.
 
hey guys, is there any possible way, to do some proramming on gp2x?!
i mean, i would like to practice programing, and that would be fine if i could do this anywhere.
so you know what i mean.

any suggesation?!

ty for the attention

With the size of the screen and without a keyboard it'd be pretty difficult and very time consuming - i'm sure there are text editors out there though, which you could simply load your source code into to work on.

As for full development enviroments, I don't know of any for the GP2X itself.

Haven't seen any working keyboard connections yet.
Pushing the joypad to type would make texting on a
cellphone seem like heaven. Current musings seem
to be about usb keyboards and that implies a
breakout box for usb hosting. Another, simpler
possibility would be a serial port keyboard plugged
into the EXT port but I've seen no mention of that.

Screen width is limited to about 50 characters and
source code tends to get wider than that quickly.
Of course, if you want to write in assembler then it
should fit horizontally without much problem.

Screen height implies about 15 lines of text, so it is
certainly doable.

Using telnet over the USB port and running vi shows
that the cpu is more than fast enough to handle
text editing.

Conclusion: we need a working keyboard.
 
Last edited by a moderator:
The CPU is certainly fast enough -- remember, we used to code before there was 200Mz ;) For what its worth, I ran a mail server and web server on 200MHz for 10 years (died when lightning killed it awhil eback) -- it served very well excepr for the interpreted stuff like Python .. but compiling on it was fine and such, and the GP2X is similar specs to that poor beastie. (But even more so, I coded in a unix shop in 1994 with machines not much more powerful than a GP2X :p)

The real constraints are as above -- keyboard and display, but both can be externalized with enough evil trickery.

jeff
 
Back
Top