bernhard escreveu:
> Hi! I have a 'newbie' question...
>
> Is there a way to have gcc run native on a arm device?
It has been done before:
http://pocketgcc.sourceforge.net/
I never saw their sources, but I guess it was based on Voxware's
toolchain. With some work, it should be possible to have
As usually happens, you write a report, send it, then find something :-)
The offending statement was indeed wrong, the variables weren't ints (as
the %d would expect) but doubles. Changing the format into %f fixes the
crash.
Next question now is why I none of the tools available help me in
detect
I'll put this in another thread, apologies if this bothers anyone.
I explained that my application crashes without error messages under
certain conditions (when I ask it to provide reports about stock
evolution over several periods).
The app source contains logging statements, and I just added so
Hi! I have a 'newbie' question...
Is there a way to have gcc run native on a arm device?
I was able to build a gcc toolchain (mingw32ce and cegcc) on my
MacOSX to do cross-compiling, since i would like to have Python and
PyGame running on my mobile device. But unfortunately Python needs to
e