Hello!
I'm a Google Summer of Code student and my task is the port of VLC
media player on Windows CE, and I may have a bunch of libs to provide.
I can already give libiconv.
I'll follow this project with attention!
Regards,
Geoffr
it seriously. I had to
use errno.h, signal.h and locale.h from cegcc.
>
> Another question you can maybe answer: do you know how to create cab file on
> linux ?
With lcab and pocketpc-cab. I didn't try much, as I don't need to
distribute yet, but I think it will work fine.
Geof
Hello!
It looks like STACK_SIZE_PARAM_IS_A_RESERVATION is not in the
winbase.h header. According to
http://msdn.microsoft.com/en-us/library/ms682453.aspx its value must
be 0x0001 (it's not the page information for CreateThread on
wince, but I assume that's the good value, because it works *hem
is much faster than Cygwin.
Good night!
--
Geoffroy Couprie
Index: cegcc/src/scripts/build-mingw32ce.sh
===
--- cegcc/src/scripts/build-mingw32ce.sh (revision 1273)
+++ cegcc/src/scripts/build-mingw32ce.sh (working copy)
@@ -41,6 +41,7 @@
Geoffroy Couprie a écrit :
> Pedro Alves a écrit :
>> On Friday 15 May 2009 01:24:54, Geoffroy Couprie wrote:
>>
>>> Hello!
>>>
>>> Here is a small patch to allow cross-compiling of CeGCC. I run
>>> "build-mingw32ce.sh --host=i586-min
Hello,
it seems I can't build cegcc anymore for linux. Here is the output I get
after running build-mingw32ce.sh:
[...]
arm-mingw32ce-ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o
libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o
libgcc/./_gcov_fork.o libgcc/./_gcov_execl
Hello,
I just saw this thread and I have some thoughts to share: it is really easy
to cross compile cegcc for msys from a linux machine: you have to add
something like --host=i586-mingw32msvc to the configure line, and you must
have cegcc somewhere to build some libs.
Here is my build of CeGCC:
h