Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Sébastien Lorquet
I got the gcc 4.1 version of the whole arm-mingw32ce-gcc toolchain cross compiled from linux, you just need to add the proper HOST in the build scripts, and have a mingw version of gmp/mpfr. This one also cross builds fine from linux. The resulting toolchain worked fine. however gcc 4.4 fails and

Re: [Cegcc-devel] Producing a cegcc binutils/gcc patchset, after all

2010-12-16 Thread Paul Sokolovsky
Hello, On Thu, 16 Dec 2010 07:17:27 +0100 (CET) Vincent Torri wrote: > > > On Thu, 16 Dec 2010, Paul Sokolovsky wrote: > > > Hello, > > > > Well, ok, should have read the list archive a bit more ;-). Pedro > > Alves' cleanup: > > http://article.gmane.org/gmane.comp.gnu.cegcc.devel/2839 > > >

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Stefan Partheymüller
Thanks Vincent, I managed to get rid of the whole cygwin, unfortunately I have to keep all the cygwin-DLL files. Compiling only works in 3 steps: converting the C / C++ Code into Assembler Code (.S), assembling the Assembler Code and generate an Object (.o) file and finally link the Object f

Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin)

2010-12-16 Thread Stefan Partheymüller
So, could you please upload the cross build somhow. You compiled it under Linux, but it was a cross build, so I can also use it under Windows? > I got the gcc 4.1 version of the whole arm-mingw32ce-gcc > toolchain cross > compiled from linux, you just need to add the proper HOST in the

Re: [Cegcc-devel] Producing a cegcc binutils/gcc patchset, after all

2010-12-16 Thread Danny Backx
The src/gcc-4.4.0 tree contains stuff which I believe to work, except when you target WinCE > 6.1 and try to build e.g. C++ DLLs. The toolset does still produce working results, in my experience, for WinCE 6.5 if you avoid such DLLs. And it works for C++ if WinCE <= 6.1. But this is from memory,

[Cegcc-devel] Some cegcc issues, was: Re: Producing a cegcc binutils/gcc patchset, after all

2010-12-16 Thread Paul Sokolovsky
Hello, On Thu, 16 Dec 2010 17:25:57 +0100 Danny Backx wrote: > The src/gcc-4.4.0 tree contains stuff which I believe to work, except > when you target WinCE > 6.1 and try to build e.g. C++ DLLs. > > The toolset does still produce working results, in my experience, for > WinCE 6.5 if you avoid s