This seemed out of place in all of the development forums. Is anyone out there developing software for the Zaurus in XCode? I am thinking of writing a simple text only application. I don't want to deal with the complexities of a GUI and the screen on the SL-5600 is too small for everything this has to do if I want to maintain a good design. I was thinking of writing it on the Mac, then, when everything works, compile it directly on the Z, hopefully using the same version of gcc. This is my plan if I can't find a way to make XCode generate ARM machine code with elf headers to run on my Z, which is running Watapon ROM. I'll be using C++ if that matters to anyone.
If anyone cares, the reason I want to use XCode is that it is the only IDE that I've ever liked. Before XCode, I did all of my coding in vi. It also contains the most user friendly debugger that I've ever seen. The only problem is that when it makes a terminal application, it generates PPC code for Darwin.