[Cegcc-devel] rshd build problem on linux

2007-06-12 Thread Danny Backx
Pedro, It's great that you're adding these things to the tools/ directory. Keep up the good work ! Here are two small changes I needed to compile rshd on linux. Danny dannypc: {194} svn diff Index: rshd.c === --- rshd.c

[Cegcc-devel] No C++ DLL in mingw32ce

2007-06-12 Thread Danny Backx
Pedro, I just did a small experiment, I was wondering why we don't have a C++ DLL in the mingw32ce toolset. Obviously there's a name problem, if you have a DLL in both worlds, then which one will you install on your WinCE device. The experiment I did was to use the Makefile in src/cegcc/libstdc+

[Cegcc-devel] _impure_ptr and __imp__ctype_ unresolved externals

2007-06-12 Thread Alexander Zubko
Hi, All! First of all I want to thank developers for your great work! CeGcc is very useful and helpful. It gave me a reason to learn more about great open-source tools. Now as for my problem. I'm trying to port small part of FFMPEG lib to WinCE and have some troubles with linking with Microsoft

Re: [Cegcc-devel] PipeLib patch

2007-06-12 Thread Danny Backx
Do you mean to do this both to src/mingw/include/std{io,lib}.h and to src/newlib/newlib/libc/include/std{io,lib}.h ? Danny On Mon, 2007-06-11 at 20:46 +0100, Pedro Alves wrote: > Danny Backx wrote: > > Pedro, > > > > I need the patches below to get your sources to compile on Linux. > >

Re: [Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-12 Thread Danny Backx
On Mon, 2007-06-11 at 20:59 +0100, Pedro Alves wrote: > Danny Backx wrote: > > Functions like swprintf are in coredll.dll, and should be described in > > stdlib.h, says http://msdn2.microsoft.com/en-us/library/ms860374.aspx . [..] > > Shouldn't we add these functions to src/w32api/include/stdlib.h