[Cegcc-devel] [PATCH] Add support for _wopen in libmingwex

2009-07-24 Thread Martin Storsjö
Hi, The attached patch adds support for the _wopen function in libmingwex. The old static function vopen in mingwex/wince/open.c is split into vwopen, taking a wchar_t string as a parameter, used by the new _wopen wrapper, and a smaller function vopen that does the charset conversion and passes

Re: [Cegcc-devel] [PATCH] Add support for _wopen in libmingwex

2009-07-25 Thread Martin Storsjö
On Sat, 25 Jul 2009, Danny Backx wrote: > On Fri, 2009-07-24 at 16:10 +0300, Martin Storsjö wrote: > > The attached patch adds support for the _wopen function in libmingwex. The > > old static function vopen in mingwex/wince/open.c is split into vwopen, > > taking

[Cegcc-devel] [PATCH] Make defines from errno.h usable

2009-07-27 Thread Martin Storsjö
Hi, Currently, including errno.h when building with mingw32ce yields an error. Even though there isn't any errno variable available on Windows CE, the error codes defined in errno.h may still be of value. E.g. ffmpeg uses them extensively, even though their use of the actual errno variable is

Re: [Cegcc-devel] [PATCH] Make defines from errno.h usable

2009-07-27 Thread Martin Storsjö
On Mon, 27 Jul 2009, Danny Backx wrote: > On Mon, 2009-07-27 at 21:31 +0300, Martin Storsjö wrote: > > Currently, including errno.h when building with mingw32ce yields an error. > > Even though there isn't any errno variable available on Windows CE, the > > error co

[Cegcc-devel] [PATCH] Make conio.h unavailable on mingw32ce

2009-07-27 Thread Martin Storsjö
Hi, conio.h isn't available on official WinCE SDKs, including it therefore should yield an error. It currently doesn't contain any usable functionality anyway. // MartinIndex: mingw/include/conio.h === --- mingw/include/conio.h (re

Re: [Cegcc-devel] anybody successful building smartphone .cab files on linux?

2009-10-01 Thread Martin Storsjö
Hi, On Tue, 29 Sep 2009, Eric House wrote: We've discussed before that the free-software tools for building .cab files on Linux produce files that Smartphone (but not PocketPC) doesn't recognize. But I wonder if anybody's found a way around this. I don't know what has been discussed before,

Re: [Cegcc-devel] anybody successful building smartphone .cab files on linux?

2009-10-01 Thread Martin Storsjö
On Thu, 1 Oct 2009, Eric House wrote: > Thanks! I've installed it as part of my build system, where it at > least works. I may not have a chance to test on Smartphone for a > couple of weeks -- my wife's dragging me and 0 computers off to > Hawai'i tomorrow morning :-) -- but I'll post or write

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