This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cannot find header files


Arvind Krishnaswamy wrote:
> 
> I've built a cross-gcc for the ARM using newlib. I'm having problems
> compiling
> certain programs. The header files used by these programs does not seem to
> be present in newlib. eg.
> 
> url.c:47:23: sys/socket.h: No such file or directory
> 
> similar errors for dirent.h, sys/ioctl.h, net/route.h etc.
> 
> How do I fix this?
> 
> I'm on a redhat linux machine.
> 
> Thanks,
> -Arvind
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx

Arvind,

  Newlib is not POSIX-compliant.  The headers mentioned above and 
the functions they prototype are not part of generic newlib.

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]