Danny Backx wrote: > Pedro, > > It's great that you're adding these things to the tools/ directory. Keep > up the good work ! >
I've got the GNUWINCE's ush ported to mingw32ce and running here. If busybox turns out too much work I'll import ush instead. > Here are two small changes I needed to compile rshd on linux. > Please go ahead, thanks. Here, I copied the .h and the .a into $prefix/arm-wince-mingw32ce/{include|lib}, but with your patch if we're building next to PipeLib it will use it, else it will still find the installed one. (This will probably change if/when these tools change to autoconf). Just one thing. Please stop spreading the myth about the "needed for linux". This has nothing to do with Linux vs Cygwin. Cheers, Pedro Alves > > dannypc: {194} svn diff > Index: rshd.c > =================================================================== > --- rshd.c (revision 942) > +++ rshd.c (working copy) > @@ -31,7 +31,6 @@ > > #include <windows.h> > #include <winsock2.h> > -#include <pkfuncs.h> > > #include <PipeLib.h> > > Index: Makefile > =================================================================== > --- Makefile (revision 942) > +++ Makefile (working copy) > @@ -1,6 +1,6 @@ > TARGET=arm-wince-mingw32ce > -LDFLAGS=-lws2 -lPipeLib > -CFLAGS=-O0 -g3 > +LDFLAGS=-lws2 -L../PipeLib/PipeLib -lPipeLib > +CFLAGS=-O0 -g3 -I../PipeLib/PipeLib > WARNFLAGS=-Wall -Wextra > > INCLUDES= > dannypc: {195} > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel