Re: [Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Johnny Willemsen
Hi, > > It seems -Wl,--stack=0x800 works: > > SizeOfStackReserve 0800 > > SizeOfStackCommit 1000 > > SizeOfHeapReserve 0010 > > SizeOfHeapCommit1000 > > > > The question is more how this is used, do we really get a 2Mb st

Re: [Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Dave Korn
Danny Backx wrote: > I am not sure whether the compiler/linker influence this. It is in the hands of the linker. > Or if they do, then maybe the magic numbers in the exe files cause it, > and these can usually be influenced. Yes, the linker handles it by setting the parameters in the PE head

Re: [Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Dave Korn
Johnny Willemsen wrote: > Hi, > > It seems -Wl,--stack=0x800 works: > SizeOfStackReserve 0800 > SizeOfStackCommit 1000 > SizeOfHeapReserve 0010 > SizeOfHeapCommit1000 > > The question is more how this is used, do we real

Re: [Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Johnny Willemsen
Hi, It seems -Wl,--stack=0x800 works: SizeOfStackReserve 0800 SizeOfStackCommit 1000 SizeOfHeapReserve 0010 SizeOfHeapCommit1000 The question is more how this is used, do we really get a 2Mb stack. Johnny > I am not s

[Cegcc-devel] mingw32ce 0.55 for cygwin

2009-05-25 Thread InfoMail InfoMail
Is there a version of the new mingw32ce (based on gcc 4.4.x) available for cygwin? Could someone please upload such builds on the official sf.net website ? Thanks in advance. -- Register Now for Creativity and Technology

Re: [Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Danny Backx
I am not sure whether the compiler/linker influence this. Or if they do, then maybe the magic numbers in the exe files cause it, and these can usually be influenced. I'm referring to the stuff objdump -x prints out at the beginning, see below for an ARM example. Danny f.exe: file fo

Re: [Cegcc-devel] Imaging, pimstore and specific lib

2009-05-25 Thread Danny Backx
If you have stuff that you can submit, please do so. You know what the rules are (e.g. don't reverse engineer Microsoft products, but you can use MSDN material + experiments). Danny On Mon, 2009-05-25 at 11:16 +0200, Vincent R. wrote: > Hi, > > Will there be some support for pim(pimstor

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-25 Thread Danny Backx
Haven't figured out the extent of the problem yet, part or all of it may be double alignment. Here is (first) ARM output, then linux output. pavilion: {1254} rsh ipaq /temp/f Yow 16.00 2.00 -0.00 a 00 00 00 00 00 00 30 40 00 00 00 00 00 00 00 00 b 00 00 00 00 00 00 00 40

[Cegcc-devel] Default stack size for x86?

2009-05-25 Thread Johnny Willemsen
Hi What is the default stack size for the main thread when I compile with CEGCC x86? With MSVC I think it is 1MB. The reason I ask is that I have some tests that seem to end because of a stack overflow. Danny, for example tests/Bug_1890_Regression_Test.cpp. We allocate a fairly large object on t

[Cegcc-devel] Imaging, pimstore and specific lib

2009-05-25 Thread Vincent R.
Hi, Will there be some support for pim(pimstore.h) and imaging(imaging.h) API one day ? Without it you cannot really do interesting stuff on Windows Mobile because you cannot access contacts, tasks, sms, ... -- Registe

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-25 Thread Vincent R.
On Fri, 22 May 2009 17:12:08 +0200, Danny Backx wrote: > Floating point doesn't work. Does anyone know how this is supposed to ? > > Danny > Hi, How do you know it doesn't work ? What is your testcase ? -- Regis