Re: [Cegcc-devel] help :-( wm61 dll

2010-03-08 Thread David Sveningsson
On 2010-03-08 17:24, Danny Backx wrote: > On Mon, 2010-03-08 at 13:15 +0100, David Sveningsson wrote: >> On 2010-03-05 20:57, Danny Backx wrote: >>> David already helped me to find a really silly error in a previous >>> version. >>> >>> When I try the

Re: [Cegcc-devel] help :-( wm61 dll

2010-03-08 Thread David Sveningsson
On 2010-03-05 20:57, Danny Backx wrote: > David already helped me to find a really silly error in a previous > version. > > When I try the stuff in > http://danny.backx.info/download/cegcc/wm61.tar.gz I get different > results on different devices. > > I would expect the application to report the v

Re: [Cegcc-devel] libavcodec and libswscale linking problem with mingw32ce

2010-01-18 Thread David Sveningsson
On 2010-01-17 09:21, Danny Backx wrote: > I'd still like the answer to that first question, but after bypassing > these issues, I did see evidence of a problem I need to look into. See > the ld crash below. > > arm-mingw32ce-gcc -shared -Wl,--output-def,libswscale/swscale-0.def > -Wl,--out-implib,l

Re: [Cegcc-devel] libavcodec and libswscale linking problem with mingw32ce

2010-01-18 Thread David Sveningsson
On 2010-01-18 13:17, David Sveningsson wrote: > On 2010-01-17 10:06, Martin Storsjö wrote: >> On Sun, 17 Jan 2010, Danny Backx wrote: >> >>> Note I also stumbled on an assembler I cannot solve immediately. Can >>> you ? >>> >>> libavcodec/arm/ds

Re: [Cegcc-devel] libavcodec and libswscale linking problem with mingw32ce

2010-01-18 Thread David Sveningsson
lr' > > IIRC, you need to configure ffmpeg with --cpu=armv4t for this arm assembly > to be supported. > > // Martin It didn't work with --cpu=armv4t either, so I did replace "bx lr" with "mov pc, lr". On 2010-01-16 17:34, Danny Backx wrote: > On Fr

[Cegcc-devel] libavcodec and libswscale linking problem with mingw32ce

2010-01-15 Thread David Sveningsson
Hi, sorry for crossposting this message, I don't know which list is most suitable. I am trying to compile the ffmpeg libraries for use on Windows Mobile 6.1 using minggw32ce that comes with cegcc. I've had some success but the linker always fail with libavcodec and libswscale, even when using