On 14-Dec-2007, at 11:59 , Jacek M. Holeczek wrote:

> Hi,
> in general, one can find several free GNU toolchains for the ARM CPU.
> I was wondering if one could "re-use" these toolchains for WinCE
> programming. If yes then, the MinGW32CE project could just  
> concentrate on
> developing the libraries, not the toolchain itself. Moreover, one  
> could
> get different versions of compilers (and "binutils") to try, for free.
>
> 1. Some days ago I have found that the openSUSE 10.3 distributes two
> packages: "cross-arm-gcc-icecream-backend" (gcc/g++ 4.2.1) and
> "cross-arm-binutils-2.17.50".
> The supported targets are (from "objdump"): elf32-littlearm, elf32- 
> bigarm,
> elf32-little, elf32-big, srec, symbolsrec, tekhex, binary, ihex.
> The supported architectures are (from "objdump"): arm, armv2, armv2a,
> armv3, armv3m, armv4, armv4t, armv5, armv5t, armv5te, xscale, ep9312,
> iwmmxt, iwmmxt2.
> The "generic" web page is: http://en.opensuse.org/Icecream
>
> 2. There is also the "GNU ARM toolchain": http://www.gnuarm.org/

Aha!
Now I think I start to understand why I had a lot of problems  
building ffmpeg with cegcc: the assembly files didn't compile. So  
apparently the ffmpeg developers used a different gcc-based toolchain  
which has an assembler with a different syntax.

I had the same problem again when building for the iPod/iPhone: here  
the assembler also gave me errors, but they were completely different  
from the errors I got when building for CE. So after reading this  
message I wonder whether the assemblers come from completely  
different heritage...

Is anyone else having similar problems? And, even better, did anyone  
find solutions?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to