Re: [Cegcc-devel] error executing gcc

2007-12-24 Thread Jack Jansen
- --- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.n

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

2007-12-16 Thread Jack Jansen
On 15-Dec-2007, at 03:01 , Pedro Alves wrote: 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 h

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

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

Re: [Cegcc-devel] Structure packing and long long type.

2007-11-15 Thread Jack Jansen
On 15-nov-2007, at 12:00, Jack Jansen wrote: > I'm not near the machine right now, but I wouldn't be surprised if a > simple > printf("%lld %d %lld", (long long)42, 43, 44); > shows the problem. Make that printf("%lld %d %lld", (long long)42

Re: [Cegcc-devel] Structure packing and long long type.

2007-11-15 Thread Jack Jansen
t now, but I wouldn't be surprised if a simple printf("%lld %d %lld", (long long)42, 43, 44); shows the problem. -- Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack If I can't dance I don't want to be part

Re: [Cegcc-devel] File is not a valid Windows CE application.

2007-10-24 Thread Jack Jansen
tput of Dependency Walker 100% correct, in stead of 98% as it is now: if something is available on your windows desktop machine but not on Windows Mobile it won't complain. Does anyone know of a way to make Dependency Walker do this? -- Jack Jansen, <[EMAIL PROTECTED]>, http:/

[Cegcc-devel] Alignment errors with -march=armv5te, iwmmxt

2007-10-02 Thread Jack Jansen
the symbol table, so I'm off in never-never land. Hence the question: has anyone else built for armv5te or xscale, with or without success? -- Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack If I can't dance I do

Re: [Cegcc-devel] Structure packing and long long type

2007-09-11 Thread Jack Jansen
nked them into our Ambulant multimedia playback engine (built with VS2005) and it has succeeded in playing back the first frame of a video (from local file). After that I run out of memory, but until proven differently I'll assume that's my problem:-) -- Jack Jansen, <[EMAIL PROT

Re: [Cegcc-devel] Structure packing and long long type

2007-09-10 Thread Jack Jansen
options (for other platforms) that mean things like "strictly adhere to the ABI for ", something like that would be good. That is, assuming there's a reason for the 4-byte alignment in stead of 8-byte alignment. Here's my original message, as google-bait: From: Jack Jans