Re: [Cegcc-devel] problem in prologue and environ

2008-09-18 Thread Pawel Veselov
And, the patch ! :) On Thu, Sep 18, 2008 at 4:29 PM, Pawel Veselov <[EMAIL PROTECTED]> wrote: > Hi! > > I'm attaching the patch that allegedly takes care of these problems. > The main changes are: > > - prevent initializing the environment variables from the shared block twice > - fix the initiali

Re: [Cegcc-devel] problem in prologue and environ

2008-09-18 Thread Pawel Veselov
Hi! I'm attaching the patch that allegedly takes care of these problems. The main changes are: - prevent initializing the environment variables from the shared block twice - fix the initialization of the environment variables from the shared block - change the function names in shared.c to match

[Cegcc-devel] source file format

2008-09-18 Thread Pawel Veselov
Hi, could some one may be please run svn ps svn:eol-style native on all text files in there? :) Kinda awkward having CRLF files for unix dev platform :) Thanks! Pawel. -- With best of best regards Pawel S. Veselov - This

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc:[1172] trunk/cegcc/src/mingw

2008-09-18 Thread Pedro Alves
On Thursday 18 September 2008 20:23:31, Danny Backx wrote: > Hmm, maybe I was confused : __COREDLL__ is always defined in > arm-mingw32ce, I somehow thought it was not. > I see you're backed it out. Thanks. Yes, __COREDLL__ (for coredll.dll, obviously) is always defined by the mingw32ce compile

Re: [Cegcc-devel] gdb 6.8 success

2008-09-18 Thread Pedro Alves
On Thursday 18 September 2008 07:23:43, Vincent Torri wrote: > about gdb, would it be posible that someone put in the wiki a small > tutorial about using gdb with a wince device ? Definitily. I've been saying for years that we should move into a mindset of documenting things in the wiki. I'm a

Re: [Cegcc-devel] Fwd: arm-wince-cegcc on Windows Mobile 6.1

2008-09-18 Thread Pedro Alves
On Thursday 18 September 2008 09:37:21, [EMAIL PROTECTED] wrote: > If you want to test and have Visual Studio you can download a WM6.1 > emulator ROM and tried the sample code I have attached. Thanks a lot of the info! I'm going to digest this, and try it out on Device Emulator. Good excuse to t

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc:[1172] trunk/cegcc/src/mingw

2008-09-18 Thread Danny Backx
On Thu, 2008-09-18 at 00:11 +0100, Pedro Alves wrote: > > Don't define getenv and system. > > > Modified: trunk/cegcc/src/mingw/include/stdlib.h > > === > > --- trunk/cegcc/src/mingw/include/stdlib.h 2008-09-04 18:28:26 UTC (rev > >

Re: [Cegcc-devel] Updating the webpages from the svn sources

2008-09-18 Thread Danny Backx
On Thu, 2008-09-18 at 00:16 +0100, Pedro Alves wrote: > I seem to have forgotten. > > What was the magic button we had to push to update the webpages from the > svn copy? Was it a cron job in your account, or was it a manual process? > I've made a change to the frontpage a few days ago, and it

Re: [Cegcc-devel] Fwd: arm-wince-cegcc on Windows Mobile 6.1

2008-09-18 Thread Vincent R .
> So how do we do that ? Is this what > >> You can add a DWORD registry entry in >> [HKEY_LOCAL_MACHINE\System\Loader\LoadModuleLow] with >> key=YourDllName.dll and value=1 > > (from your earlier messages) really means ? > > Danny > Yes it is!! -

Re: [Cegcc-devel] Fwd: arm-wince-cegcc on Windows Mobile 6.1

2008-09-18 Thread Danny Backx
On Thu, 2008-09-18 at 10:37 +0200, [EMAIL PROTECTED] wrote: > The workaround for this issue seems to declare the DLL in registry to > tell the OS not to load the DLL in high memory. So how do we do that ? Is this what > You can add a DWORD registry entry in > [HKEY_LOCAL_MACHINE\System\Loader\Lo

[Cegcc-devel] problem with libtool and mingw32ce

2008-09-18 Thread Vincent Torri
Hey, I have a problem with libtool and mingw32ce. I've posted a mail in the libtool ML, but i also mention ti here: http://lists.gnu.org/archive/html/libtool/2008-09/msg00013.html If someone has an idea about the problem, please tell me :) thank you Vincent Torri ---

Re: [Cegcc-devel] Fwd: arm-wince-cegcc on Windows Mobile 6.1

2008-09-18 Thread forumer
Hi Pedro, a few weeks ago a cegcc user called Jerome Decoodt posted on this ML to report that a DLL compiled with cegcc (or mingw32ce) couldn't be loaded if its size was bigger that 64 KB on WM6.1. I have tested on a WM6.1 device and actually when I tried to load a sample DLL here is what I se