[Cegcc-devel] link warning in release build

2010-01-17 Thread Johnny Willemsen
Hi, When trying to compile ACE/TAO using cegcc i386 head I get this warning below, any idea how to resolve this --export-dynamic warning? As you can see we are not using --export-dynamic Johnny rm -f .shobj//libACEXML_Parser.dll.def.old .shobj//libACEXML_Parser.dll.def; i386-mingw32ce-dlltool --

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