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

2010-03-03 Thread Danny Backx
On Tue, 2010-03-02 at 18:29 +0100, Danny Backx wrote: > On Sun, 2010-02-28 at 14:16 +0100, Danny Backx wrote: > > On Sun, 2010-02-28 at 08:33 +0100, Danny Backx wrote: > > > I'll try to get at this with a better test program :-) > > > > > > If anyone has any, please don't hesitate to send it. > >

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

2010-03-02 Thread Danny Backx
On Sun, 2010-02-28 at 14:16 +0100, Danny Backx wrote: > On Sun, 2010-02-28 at 08:33 +0100, Danny Backx wrote: > > I'll try to get at this with a better test program :-) > > > > If anyone has any, please don't hesitate to send it. > > Simple test attached. I think I finally got this sorted out. I

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

2010-02-28 Thread Danny Backx
On Sun, 2010-02-28 at 08:33 +0100, Danny Backx wrote: > I'll try to get at this with a better test program :-) > > If anyone has any, please don't hesitate to send it. Simple test attached. Danny pavilion: {111} make arm-mingw32ce-gcc -c -o t.o t.c arm-mingw32ce-gcc -c -o l.o l.

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

2010-02-27 Thread Danny Backx
On Mon, 2010-01-18 at 16:26 +0100, David Sveningsson wrote: > The callstack I get is similar but not quite the same: > > (gdb) bt > #0 0x004442bb in coff_write_relocs (abfd=0x196ff20) at > /home/ext/temp/cegcc/src/binutils/bfd/coffcode.h:2651 > #1 coff_write_object_contents (abfd=0x196f

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

2010-01-21 Thread Danny Backx
On Mon, 2010-01-18 at 16:26 +0100, David Sveningsson wrote: > (gdb) bt > #0 0x004442bb in coff_write_relocs (abfd=0x196ff20) at > /home/ext/temp/cegcc/src/binutils/bfd/coffcode.h:2651 > #1 coff_write_object_contents (abfd=0x196ff20) at > /home/ext/temp/cegcc/src/binutils/bfd/coffcode.h:

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

2010-01-18 Thread Danny Backx
On Mon, 2010-01-18 at 16:26 +0100, David Sveningsson wrote: > The callstack I get is similar but not quite the same: > > (gdb) bt > #0 0x004442bb in coff_write_relocs (abfd=0x196ff20) at > /home/ext/temp/cegcc/src/binutils/bfd/coffcode.h:2651 > #1 coff_write_object_contents (abfd=0x196f

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/dsputil_arm.S:711: Error: selected processor does not >>

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

2010-01-18 Thread David Sveningsson
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/dsputil_arm.S:711: Error: selected processor does not >> support `bx lr' > > IIRC, you need to configure ffmpe

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

2010-01-17 Thread Martin Storsjö
On Sun, 17 Jan 2010, Danny Backx wrote: > Note I also stumbled on an assembler I cannot solve immediately. Can > you ? > > libavcodec/arm/dsputil_arm.S:711: Error: selected processor does not > support `bx lr' IIRC, you need to configure ffmpeg with --cpu=armv4t for this arm assembly to be supp

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

2010-01-17 Thread Danny Backx
On Sat, 2010-01-16 at 17:34 +0100, Danny Backx wrote: > On Fri, 2010-01-15 at 13:35 +0100, David Sveningsson wrote: > > 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 usi

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

2010-01-16 Thread Danny Backx
On Fri, 2010-01-15 at 13:35 +0100, David Sveningsson wrote: > 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 >

[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