sys/termios.h not found

narendra sisodiya narendra.sisodiya at gmail.com
Sun May 18 15:05:38 EST 2008


First of all sorry for cross posting this question but i am not getting
answer anywhere. May you can help me,


Dear Sir, I am trying to complie some bluwtooh libraries,

my code has a line which says

# include<termios.h>

which is located at C:\EDK\gnu\microblaze\nt\microblaze\sys-include and its
content is



#ifdef __cplusplus
extern "C" {
#endif
#include <sys/termios.h>
#ifdef __cplusplus
}
#endif

I checked that -- sys directory  which is
C:\EDK\gnu\microblaze\nt\microblaze\sys-include\sys

but this do not contain any file named  termios.h

due to this  i am getting a error in compilation

In file included from lwbt-src/uartif.c:15:
/cygdrive/c/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze/3.4.1/../../../../microblaze/sys-include/termios.h:4:25:
sys/termios.h: No such file or directory

 may you help me,

I am also getting a error like

lwbt-src/uartif.c:30: error: storage size of 'oldtio' isn't known
lwbt-src/uartif.c:30: error: storage size of 'newtio' isn't known

 bacause my uartif.c file has

struct termios oldtio, newtio;

 and it is unable to detect the class termios





Thanks n Regards

-- 
Narendra Sisodiya MTech, IIT Delhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20080518/9aa1b375/attachment.htm>


More information about the Linuxppc-embedded mailing list