Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Pedro Alves
A Thursday 19 June 2008 05:19:31, Pedro Alves escreveu: > A Wednesday 18 June 2008 17:13:23, Mosfet wrote: > > I saw that amongst modifications you are modifying > > src\gcc\gcc\config\arm\ieee754-df.S > > src\gcc\gcc\config\arm\ieee754-sf.S > > src\gcc\gcc\config\arm\lib1funcs.asm > > > > and your

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Pedro Alves
A Wednesday 18 June 2008 17:13:23, Mosfet wrote: > I saw that amongst modifications you are modifying > src\gcc\gcc\config\arm\ieee754-df.S > src\gcc\gcc\config\arm\ieee754-sf.S > src\gcc\gcc\config\arm\lib1funcs.asm > > and your are replacing every beq LSYM(Lad_s) by beq LSYM(ad_s) > I

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Mosfet
No I am referring to the gcc directory. I mean when I do a diff between a gcc 4.1.0 and your cegcc (which has for origin also a 4.1.0 from what I know) I can see that everytime there is something like LSYM(Lad_s) you remove the L. I was just curious to know why you are doing this. On

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Danny Backx
The gcc-4.3.0 directory is not stable, and I'm not supporting it right now. Is this what you're referring to ? Danny On Wed, 2008-06-18 at 18:13 +0200, Mosfet wrote: > I saw that amongst modifications you are modifying > > > > src\gcc\gcc\config\arm\ieee754-df.S > > src\gcc\gcc\confi

[Cegcc-devel] Some explanations

2008-06-18 Thread Mosfet
I saw that amongst modifications you are modifying src\gcc\gcc\config\arm\ieee754-df.S src\gcc\gcc\config\arm\ieee754-sf.S src\gcc\gcc\config\arm\lib1funcs.asm and your are replacing everybeq LSYM(Lad_s) by beq LSYM(ad_s) What does it mean ? --

Re: [Cegcc-devel] GDB : compilation error

2008-06-18 Thread Pedro Alves
A Wednesday 18 June 2008 11:13:40, Mosfet wrote: > > When trying to compile src from SVN trunk I get the following error with > > GDB The GDB in our tree is very broken -- it was a very ugly/crud hack. I've contributed a proper Windows CE gdbserver/gdb port upstream over a year now. Unfortunatell

[Cegcc-devel] trouble in creating dll files

2008-06-18 Thread philips philips
Hi all, I'm having trouble creating DLL files. I used the arm-wince-mingw32ce-gcc ( cygwin-cegcc-mingw32ce-0.51.0-1.tar.gz.)to compile the dll for target os wince 5.2. the cfla

[Cegcc-devel] GDB : compilation error

2008-06-18 Thread Mosfet
Hi, When trying to compile src from SVN trunk I get the following error with GDB *** BFD does not support target arm-unknown-mingw32ce. *** Look in bfd/config.bfd for supported targets. make[1]: *** [configure-bfd] Erreur 1 make[1]: quittant le répertoire « /mnt/compil/repos_vincent/src