Re: [Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Pedro Alves
Jack Jansen wrote: > 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. > Of cours

Re: [Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Jack Jansen
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 lib

[Cegcc-devel] [Mingw32ce] Issues when casting char* => uint32_t* and using the [] operator

2007-12-14 Thread Ivan Vucica
Accidentally clicked on Reply in place of Reply to All. My bad. On Dec 14, 2007 12:39 AM, Pedro Alves <[EMAIL PROTECTED]> wrote: > Ivan Vucica wrote: > > > In that sad case, I'll leave the code as it is. > > > > Now that's silly. You've been told the compiler is not > at fault here. Which I acce

Re: [Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Pedro Alves
Jacek M. Holeczek wrote: > Hi, > I'm not that much in the "cross-business", but ... > > > No. Sorry. The whole toolchain is targeted at producing > > Windows CE PE binaries. You'll always need gcc and binutils > > built with --target=mingw32ce/cegcc/pe. And, we have important > > (...) > > You

Re: [Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Jacek M. Holeczek
Hi, I'm not that much in the "cross-business", but ... > No. Sorry. The whole toolchain is targeted at producing > Windows CE PE binaries. You'll always need gcc and binutils > built with --target=mingw32ce/cegcc/pe. And, we have important > (...) > You wont be able to use any of those, becaus

Re: [Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Pedro Alves
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.

[Cegcc-devel] usage of "external" cross-arm utilities

2007-12-14 Thread Jacek M. Holeczek
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