Re: [Cegcc-devel] native gcc on arm

2007-04-23 Thread Pedro Alves
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

Re: [Cegcc-devel] Mysterious crash in my application

2007-04-23 Thread Danny Backx
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

[Cegcc-devel] Mysterious crash in my application

2007-04-23 Thread Danny Backx
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

[Cegcc-devel] native gcc on arm

2007-04-23 Thread bernhard
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