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
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
> >
>
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
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
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,
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