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 
> error: "not a valid win32 application" (i guess it should be not a valid ppc 
> application)
> So still no Qt applications with cegcc for wimo 6.5 ;)
> I tested by trying to load the libs with LoadLibraryW and on failure pulled 
> the Message with GetLastError().

I've done something similar with the testapi2 program (under tools). I
get error 193 :
% grep 193L /opt/mingw32ce/arm-mingw32ce/include/winerror.h 
#define ERROR_BAD_EXE_FORMAT 193L

which is probably what you're getting too.

I also noted that libgcc_sjlj-1.dll is still broken.

This means I currently have three sensible test cases :
- libgcc_sjlj-1.dll
- libexpat (3 source files, no other dependency than coredll)
- an expanded version of the example in test/shared doesn't work,
  the stripped down version does (this might be due to dependency on
  libgcc_sjlj-1.dll though)

> Is there a way you would like me to test so that i could give a more detailed 
> error report?

I'll try to analyse what's wrong with libexpat. Depending on how deep
you want to go, a second pair of eyes might help. 

  Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to