Re: [Cegcc-devel] Where can I find standard c functions?

2007-08-23 Thread Danny Backx
On Wed, 2007-08-22 at 23:36 +0200, mkalkal wrote: > In order to compile the app I had to modify mingw headers: > > --- /opt/mingw32ce/arm-wince-mingw32ce/include/aygshell.h~ > 2007-08-17 23:00:36.0 +0200 > +++ /opt/mingw32ce/arm-wince-mingw32ce/include/aygshell.h > 2007-08-17

[Cegcc-devel] tools/rcp problem

2007-08-23 Thread Danny Backx
Pedro, The rcp you ported doesn't work for me when I try rcp mio:/temp/rshd-log.txt . The reason is that the remote rcp (the one on the PDA) is compiled with the mingw32ce toolset, and the libcwd library. That library offers chdir() and getcwd() but calls to functions like _open() don't have in

Re: [Cegcc-devel] tools/rcp problem

2007-08-23 Thread Danny Backx
On Thu, 2007-08-23 at 17:20 +0200, Danny Backx wrote: > Pedro, > > The rcp you ported doesn't work for me when I try > rcp mio:/temp/rshd-log.txt . > > The reason is that the remote rcp (the one on the PDA) is compiled with > the mingw32ce toolset, and the libcwd library. That library offers >

Re: [Cegcc-devel] tools/rcp problem

2007-08-23 Thread Pedro Alves
Danny Backx escreveu: > On Thu, 2007-08-23 at 17:20 +0200, Danny Backx wrote: >> Pedro, >> >> The rcp you ported doesn't work for me when I try >> rcp mio:/temp/rshd-log.txt . >> ? It works here. Why shouldn't it? You're passing an absolute path to the device. The '.' is the local path. Wron

Re: [Cegcc-devel] tools/rcp problem

2007-08-23 Thread Danny Backx
On Thu, 2007-08-23 at 20:57 +0100, Pedro Alves wrote: > >> The rcp you ported doesn't work for me when I try > >> rcp mio:/temp/rshd-log.txt . > >> > > ? > It works here. Why shouldn't it? You're passing an absolute path > to the device. The '.' is the local path. Wrong example, or am I > mi