Re: [Cegcc-devel] xxx is not a valid Pocket PC application if SizeOfImage>10000

2008-09-24 Thread Pedro Alves
On Wednesday 24 September 2008 17:29:51, Jérôme Decoodt wrote: > Did you try to delete the IAT entry in PE Explorer? No, I didn't. -- Pedro Alves - This SF.Net email is sponsored by the Moblin Your Move Developer's challe

Re: [Cegcc-devel] xxx is not a valid Pocket PC application if SizeOfImage>10000

2008-09-24 Thread Jérôme Decoodt
Hello, > > > (each points at its own section, which means there's a gap between > > > them. Plus, .idata comes after .edata, while MSFT puts it the > > > other way around. I don't think this is invalid according > > > to the PE specification, but you never know what assumptions MSFT > > > is mak

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
On Wed, 24 Sep 2008 13:43:07 +0100, Pedro Alves <[EMAIL PROTECTED]> wrote: > On Wednesday 24 September 2008 08:54:12, Vincent R. wrote: >> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so > we >> have to create it : >> >> # On Cygwin it seems that symbolic link /lib/cpp is n

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Sébastien Lorquet
A mingw build is very interesting for me too. I hope we'll overcome these problems. sebastien - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mobl

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Pedro Alves
On Wednesday 24 September 2008 09:01:02, Vincent Torri wrote: > I wanted to compile cegcc and mingw32 with mingw / msys and i find some > problems (mainly you use absolute paths, which make msys unhappy. It is > happier with relative paths) > > if you want, i can try to provide a patch Please, go

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Pedro Alves
On Wednesday 24 September 2008 08:54:12, Vincent R. wrote: > Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we > have to create it : > > # On Cygwin it seems that symbolic link /lib/cpp is not always available > # We try to create it. > if [[ $(uname) = CYGWIN* && ! -e /lib/

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent Torri
Hey, > I've reorganized a bit build-mingw32ce.sh, and in the process, done > something that I'd been meaning to do for a long time. > > I've converted the build-cegcc.sh build script to be similar > to build-mingw32ce.sh. Besides consistency, I wanted to do this > so cegcc also uses w32api --- i

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
Hi, Thanks for this because I also wanted to unify script logic but wanting is not doing ;-) Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we have to create it : # On Cygwin it seems that symbolic link /lib/cpp is not always available # We try to create it. if [[ $(uname