04.09.09, 21:58, "Danny Backx" :
> See exchange of messages on the gcc mailing list (archives at
> http://gcc.gnu.org/ml/gcc/ .
> Paul says "You lose". However, that is based on limited information.
> Here are the answers I got, combined :
> By Dave Korn :
> > You should mention that long doub
03.09.09, 21:33, "Dok Sander" :Hi,...Now, I can find libgcc_s_sjlj-1.dll in mingw32ce/bin and libstdc++-6.dll in arm-mingw32ce/lib. I transfer the dlls to my device and I get a different error message(instead of the obscure "The file cannot be opened") : "The file is not a valid Pocket PC applicati
> > > Danny Backx wrote:
> > Very interesting stuff. Oddly enough, my iPAQ 214 contains a PXA 310
> > which should have this :-)
> > I'm not sure whether this is a cegcc issue, I've just asked for info on
> > the gcc mailing list.
> > Danny
> It should, here's the test code with ms compiler:
>
> > Danny Backx wrote:
> > iwmmxt is the xscale cpu that has wmmx instruction set support (which
> > resembles mmx from i386). Initially I thought that -mcpu=xscale is
> > enough but then I found out that I had to use -mcpu=iwmmxt. I have some
> > code that uses wmmx and I'm trying to compile it