Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Johnny Willemsen
Hi, > You're right. > > Update from SVN again, you should find that config.gcc was just changed > to reference src/gcc/gcc/config/i386/mingw32ce.h which defines a lot of > stuff. > > Apologies. Not a problem, I was just writing an email that it had to be something in this directory. Going to co

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Danny Backx
NDER_CE is not defined > > Johnny > > > -Original Message- > > From: Johnny Willemsen [mailto:jwillem...@remedy.nl] > > Sent: dinsdag 14 april 2009 20:51 > > To: danny.ba...@scarlet.be; 'Marcel Smit' > > Cc: 'CeGCC Development List' >

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Johnny Willemsen
Hi, It looks like UNDER_CE is not defined Johnny > -Original Message- > From: Johnny Willemsen [mailto:jwillem...@remedy.nl] > Sent: dinsdag 14 april 2009 20:51 > To: danny.ba...@scarlet.be; 'Marcel Smit' > Cc: 'CeGCC Development List' > Subject: R

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Johnny Willemsen
lto:danny.ba...@scarlet.be] > Sent: dinsdag 14 april 2009 17:53 > To: Marcel Smit > Cc: CeGCC Development List > Subject: Re: [Cegcc-devel] cegcc on x86 progress > > Don't have that problem, on my system that's in ei386pe.o . Are you > sure > that everything has been ni

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Danny Backx
Don't have that problem, on my system that's in ei386pe.o . Are you sure that everything has been nicely rebuilt ? This should not happen... Below is what I currently see. The "cannot find" is due to a missing underscore. I haven't figured out where the image_base should come from. Insights welco

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Marcel Smit
Hi, I've updated my source tree with your patch. While compiling ce gcc (using the build-x86.sh script), I run into the following error: libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o .libs/ld-new.exe ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldcto r.o ld

[Cegcc-devel] cegcc on x86 progress

2009-04-11 Thread Danny Backx
I spent a bit of time on this today. The gcc bootstrap works, most of the src/mingw is also done. I need someone to verify whether this works, and also I need to know how CE on x86 deals with underscores. (Is a C function foo() really symbol "foo" or is it "_foo" ?) That's the next issue to solve