Re: [Cegcc-devel] libcwd will most likely fail on international characters

2008-09-11 Thread Danny Backx
On Thu, 2008-09-11 at 11:25 -0700, Pawel Veselov wrote: > Hi, > > I was looking at the libcwd... There is a XCEGetCurrentDirectoryA() > function. It picks the current directory, that is stored in wide > chars, determines its length (in wide chars), and then converts wide > chars to multibyte. Then

[Cegcc-devel] current compiler optimization alert

2008-09-11 Thread Pawel Veselov
Hi, I've been playing around with compiling PHP and such. With default compilation flags, (O3 is it?) the Zend would just SIGSEGV at random locations. O0 cleared all the problems. So, may be, switching to a newer gcc has certain weight. Thanks, Pawel. -- With best of best regards Pawel S. Ves

[Cegcc-devel] libcwd will most likely fail on international characters

2008-09-11 Thread Pawel Veselov
Hi, I was looking at the libcwd... There is a XCEGetCurrentDirectoryA() function. It picks the current directory, that is stored in wide chars, determines its length (in wide chars), and then converts wide chars to multibyte. Then the wide char length is used as a terminator for the length of the

[Cegcc-devel] vim 7 on wince with cegcc and mingw

2008-09-11 Thread misi e
Hello, would like to see vim 7 running on wince. Anyone any idea how to bake migwce and cegcc (and their includes + libs) to cover the dependencies of vim? Regards Misi - This SF.Net email is sponsored by the Moblin Your Move

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

2008-09-11 Thread forumer
There is an incompatibility between cegcc generated code and PE loader in recent Windows Mobile 6.1. We are investingating on this. See post with title : [Cegcc-devel] xxx is not a valid Pocket PC application if SizeOfImage>1 Workaround is to change a key in registry : You can add a DWORD re

Re: [Cegcc-devel] Problem with using GDB

2008-09-11 Thread Sébastien Lorquet
erm, at some point you will want to run gdb-server on you real target, and connect your pda to your pc via tcpip, so that gdb will be able to upload your binary and run it remotely. This is done via "target remote". I know that gdb-wince is able to use activesync to upload the binary to your targe