Wookiee said:
I'm sure that this is possible. I remember that it has come up before.
Something like Eclipse should be possible. You might want to consider how comfortable it is to program with a small screen, and a thumb board. Although it might help for testing and then chasing those last bugs.
Well you can add whatever open source GUI coding front-ends you desire if your prepared to compile them up or wait for packages to turn up
.
I have mulled the idea of shipping a basic GCC compiler and supporting tools in the image.
Those tools have been in the test images for some time now and assuming they don't get pushed out on size grounds I am coming round to the idea of keeping them in the shipping images
.
Not sure I would want to compile locally but I know a lot of people do want to so I am trying to aim to please.
For the record and as an academic test I installed GIT, pulled down some code from one of my GIT repositories to the Pandora, ./configure'd it and compiled it on the device and then ran the resulting app. All worked fine. Dynamic linking to installed libs etc. - Just as you would expect. If people really want to go all 'native' on the Pandora I am not going to stop them :lol:.
Nice. Thanks alot.