[Cegcc-devel] Patches for cegcc on osx-powerpc (again, now cleaner)

2009-04-15 Thread Ismail Khatib
Hi there! First of all sorry for the form of my last email, I was in a kind of strange mood that day. I just realized that I sent an uncommented patch as an attachment in a html-mail to this list without telling what it does and why I needed to patch cegcc (my bad). :( So, again here it

Re: [Cegcc-devel] GCC_NO_EXECUTABLES error

2009-04-15 Thread Johnny Willemsen
Hi, There are some differences between the ARM and x86 checks: checking if /home/build/ACE/cegcc/cegcc/src/scripts/arm/gcc/./gcc/xgcc static flag -static works... yes checking if /home/build/ACE/cegcc/cegcc/src/scripts/i386/gcc/./gcc/xgcc static flag -static works... no checking command to parse

Re: [Cegcc-devel] __image_base__ update

2009-04-15 Thread Johnny Willemsen
Hi, > The cygwin people also use _image_base, see > http://www.cygwin.com/ml/cygwin-developers/2009-01/msg00014.html With the following construct it doesn't link with ARM. Would it be possible to have 2 pseudo-reloc.c files, one for ARM and one for x86, or have ifdeffed code? extern char _image_

[Cegcc-devel] One step further

2009-04-15 Thread Johnny Willemsen
Hi, With the change for the image_base I got a little bit further. I have now this error. This seems to be in coredll, shouldn't that be linked in? Johnny a - ulp.o i386-mingw32ce-ranlib libmingwex.a make[1]: Leaving directory `/home/johnny/cegcc/src/scripts/x86/mingw/mingwex' i386-mingw32ce-dll

Re: [Cegcc-devel] __image_base__ update

2009-04-15 Thread Johnny Willemsen
Hi, When I check the history of /src/mingw/pseudo-reloc.c I see that version 345 also just has one underscore. Is this file really used for arm, the function name is _pei386_runtime_relocator. Johnny > I am looking why mingw doesn't link with x86. > > I think the issue is in > cegcc/src/mingw/

[Cegcc-devel] Can windres handle rc files in utf-8 encoding?

2009-04-15 Thread Eric House
I'm trying to localize my app, built with cegcc. A translator has provided a Polish version of the .rc file encoded in UTF8. arm-mingw32ce-windres compiles it without complaint, but many of the characters in the strings and menu items in the resulting .dll display as garbage. (The same file in Fr

Re: [Cegcc-devel] __image_base__ update

2009-04-15 Thread Johnny Willemsen
Hi The cygwin people also use _image_base, see http://www.cygwin.com/ml/cygwin-developers/2009-01/msg00014.html Johnny > I am looking why mingw doesn't link with x86. > > I think the issue is in > cegcc/src/mingw/pseudo-reloc.c > > This file has a comment that it is ported to wince arm, but wh

[Cegcc-devel] __image_base__ update

2009-04-15 Thread Johnny Willemsen
Hi, I am looking why mingw doesn't link with x86. I think the issue is in cegcc/src/mingw/pseudo-reloc.c This file has a comment that it is ported to wince arm, but when I check Cegcc/src/newlib/newlib/libc/sys/wince/pseudo-reloc_t.c Then the extern is different Where the mingw version has:

Re: [Cegcc-devel] Reading CE error dumps ?

2009-04-15 Thread Danny Backx
The dumps are generated, with the right settings, as \windows\system\dumpfiles See e.g. http://www.windowsfordevices.com/articles/AT7568439504.html Since I asked the question, I found more info on MSDN. See http://msdn.microsoft.com/en-us/library/ms939649.aspx and related. I've assembled some

Re: [Cegcc-devel] Problem with kfuncs.h

2009-04-15 Thread Johnny Willemsen
Hi, > Check again :-( Yes, that worked. I am now having the same issue you reported as last one. Johnny ./libmingw32.a(pseudo-reloc.o): In function `_pei386_runtime_relocator': /home/build/ACE/cegcc/cegcc/src/mingw/pseudo-reloc.c:36: undefined reference to `___image_base__' collect2: ld returne

Re: [Cegcc-devel] Problem with kfuncs.h

2009-04-15 Thread Johnny Willemsen
Hi, > Check again :-( Will do. Johnny -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/ww

Re: [Cegcc-devel] Problem with kfuncs.h

2009-04-15 Thread Danny Backx
Check again :-( Danny On Wed, 2009-04-15 at 11:55 +0200, Johnny Willemsen wrote: > Hi, > > When building svn head I got the following errors. > > Johnny > > In file included from > /home/johnny/cegcc/src/gcc/gcc/../../w32api/include/winbas > e.h:2611, > from > /home/j

Re: [Cegcc-devel] Reading CE error dumps ?

2009-04-15 Thread Vincent R.
On Wed, 15 Apr 2009 11:31:15 +0200, Danny Backx wrote: > Does anyone know how to decode the error dumps generated by a crashed > application on CE ? > > Danny What is the file extension and format of you dump ? Could you send it ? Thanks --

[Cegcc-devel] Problem with kfuncs.h

2009-04-15 Thread Johnny Willemsen
Hi, When building svn head I got the following errors. Johnny In file included from /home/johnny/cegcc/src/gcc/gcc/../../w32api/include/winbas e.h:2611, from /home/johnny/cegcc/src/gcc/gcc/../../w32api/include/window s.h:51, from /home/johnny/cegcc/src/gcc/gcc/

[Cegcc-devel] Reading CE error dumps ?

2009-04-15 Thread Danny Backx
Does anyone know how to decode the error dumps generated by a crashed application on CE ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- This SF.net email is sponsored by: High