termios.h for arm-elf-gcc?

Philip Blundell pb@nexus.co.uk
Sun Jan 20 08:08:00 GMT 2002


On Sat, 2002-01-19 at 19:25, Arvind Krishnaswamy wrote:
> Hi,
> termios.h under include is
> --
> #ifdef __cplusplus
> extern "C" {
> #endif
> #include <sys/termios.h>
> #ifdef __cplusplus
> }
> #endif
> --
> 
> But sys/termios.h does not exist. What am I missing?

You need to take this up with whoever provides your termios.h.  (GCC
doesn't.)

p.



More information about the Gcc mailing list