On Mon, 2009-10-05 at 06:04 +0200, Vincent R. wrote: > On Sun, 4 Oct 2009 21:06:50 +0200, mobi phil <m...@mobiphil.com> wrote: > > I think everybody shares the same problem: development on wince is > > difficult > > due to the fact, that we do not have a working console with at least *X > > pipes. Did anybody think about how to implement that? Maybe stupid > > question: > > writing a driver and map celib to it etc? What about pty devices?
In my mind, your question translates into two pieces of software : - a terminal emulator - a shell (like /bin/ksh or cmd.exe) The PocketConsole / PocketCmd pair can do this for you, but the cmd part is a port of ReactOS's cmd. No unix-like shell, so (I suppose) no pipes. I've not used those any more lately. The solution I do use lately is 1. gdb+gdbserver 2. rsh (to my PDA) or telnet (to the eBox) to launch applications The rsh or telnet solutions could benefit from a ksh too. Does anyone have porting experience for one of the *nix shells ? > > Another problem is that the rapi libraries do not work well, at least on > > ubuntu, so even basic functions like rapi cp, ls etc are not available > for > > me... any help? I've been using rsh and rcp to my iPAQ and a mounted filesystem to the eBox. > I would say that development is sometimes difficult on wince when you try > to port some open > source software using posix functions but you can find some compatibility > libraries. > Actually you have severaal choices : > > 1) Use and old version of cegcc that implements posix functions > 2) Use a compatibility lib with mingw32ce, you can find for instance evil > from efl project or try google. > > About console this is another problem but a few year ago a company > develppped a console driver that > you can find here in binaries form (http://www.walkingrandomly.com/?p=22). > You also have http://www.dejavusoftware.com/pocketty/ > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel