[ECOS] Native file access under eCos synthetic

Dominique Henry de Villeneuve d.devilleneuve@ri.silicomp.fr
Fri Dec 7 03:14:00 GMT 2001


Andrew Lunn wrote:
> 
> On Fri, Nov 16, 2001 at 11:41:08AM +0100, Dominique Henry de Villeneuve wrote:
> > Hi,
> >
> > I need to perform some basic operations on native files.
> > Is there already a way to do this?
> > I use an eCos configuration with linux target and elix template.
> >
> > thanks,
> > Dominique
> 
> Yes, its possible. You need to use the cyg_hal_sys_* functions in
> hal/synth/i386linux/current/src/syscall-i386-linux-1.0.S.
> 
> This gives you access to kernel system calls. Be careful not to do any
> blocking calls.
> 
>          Andrew

Thanks, it works fine.
Now i need to get the full pathname of a file.

I call for that cyg_hal_sys_getcwd() declared in <cyg/hal/hal_io.h>: 
  externC char * cyg_hal_sys_getcwd(char * buf, size_t size);

I have a problem at link-edit. 
The symbol is unresolved.
It is not found in libtarget.a either.

Thanks,
Dominique



More information about the Ecos-discuss mailing list