On 23.04.2007, at 23:00, Pedro Alves wrote:
> 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
> to
bernhard wrote:
On 23.04.2007, at 23:00, Pedro Alves wrote:
bernhard wrote:
I was able to build a gcc toolchain (mingw32ce and cegcc) on my
MacOSX to do cross-compiling,
Interesting, so you were able to build it. For the archives, could
you explain what was going wrong before, a
Danny Backx escreveu:
> 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.
>
Probably the %s format got a broken s
Pedro Alves wrote:
Hi all,
The new gdb support based on gdbserver is now installed
into gdb cvs head at http://sourceware.org/gdb/
To build it, you will need a little patch, so configure
accepts the arm-wince-mingw32ce target. I'm waiting
for autoconf folks to accept the mingw32ce target name,
On Wed, 2007-04-25 at 19:21 +0100, Pedro Alves wrote:
> Danny Backx escreveu:
> > Next question now is why I none of the tools available help me in
> > detecting the problem. I've tried to reproduce this in a small program,
> > haven't succeeded yet.
>
>
> Try using the gcc format attribute on yo