|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - D for OpenMoko development?
I'm thinking about writing a task manager application to run on both PCs and on the FreeRunner phone running OpenMoko. http://www.openmoko.com/ The openmoko environment is based on GTK, so the plan is the write the UI in GTK using D. The freerunner phone on which OpenMoko runs uses an ARM chip, so I'm assuming I'd need to use the GCC version of D. Anyway, my question is how feasable is this going to be? I haven't done development for a phone like this before, nor have I used D extensively. So I'd kind of like some feedback before I invest a whole lot of time. If anyone has some experience with cross compiling for another processor/environment, or anything else re this that would be enlightening, I'd like to know. Thanks! May 02 2008
Ansible wrote:I'm thinking about writing a task manager application to run on both PCs and on the FreeRunner phone running OpenMoko. http://www.openmoko.com/ The openmoko environment is based on GTK, so the plan is the write the UI in GTK using D. The freerunner phone on which OpenMoko runs uses an ARM chip, so I'm assuming I'd need to use the GCC version of D. Anyway, my question is how feasable is this going to be? I haven't done development for a phone like this before, nor have I used D extensively. So I'd kind of like some feedback before I invest a whole lot of time. If anyone has some experience with cross compiling for another processor/environment, or anything else re this that would be enlightening, I'd like to know. Thanks! May 02 2008
|