Re: [Cegcc-devel] Work for WM 6.1 committed

2009-12-07 Thread Danny Backx
On Sun, 2009-12-06 at 15:24 +0100, Pascal Georges wrote: > I tried to build several exe with this release and I get the following > error during linking : > arm-cegcc-g++ -pipe -DWIN32 -Wcast-align -fno-exceptions -fno-rtti [..] > It used to work with version 0.55. I'm afraid I didn't look at arm-

Re: [Cegcc-devel] Work for WM 6.1 committed

2009-12-07 Thread Danny Backx
On Mon, 2009-12-07 at 14:47 +0100, Andre Heinecke wrote: > i've built the new SVN version and the good news is: mingwm10.dll now loads > on > my Windows Mobile 6.5 device. Which it did not before your fix. Great, thanks. > Bad news: libgcc_sjlj-1.dll and libstdc++-6.dll still fail with the > e

Re: [Cegcc-devel] Work for WM 6.1 committed

2009-12-07 Thread Andre Heinecke
Hi, i've built the new SVN version and the good news is: mingwm10.dll now loads on my Windows Mobile 6.5 device. Which it did not before your fix. Bad news: libgcc_sjlj-1.dll and libstdc++-6.dll still fail with the error: "not a valid win32 application" (i guess it should be not a valid ppc appl

Re: [Cegcc-devel] Work for WM 6.1 committed

2009-12-06 Thread Pascal Georges
Hi, I tried to build several exe with this release and I get the following error during linking : arm-cegcc-g++ -pipe -DWIN32 -Wcast-align -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -fomit-frame-pointer -lm -s -o fruit_21.exe attack.o board.o book.o eval.o fen.o hash.o list.o main.o material.

[Cegcc-devel] Work for WM 6.1 committed

2009-12-06 Thread Danny Backx
I just committed my current work for Windows Mobile 6.1 . This builds on work by Kai Tietz for "v2 pseudo relocation", this is some magic stuff we need to get DLLs to work. I've managed to get this to build sample programs with DLLs, and *on the WM 6.1 emulator* they appear to run. I don't have