linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "narendra sisodiya" <narendra.sisodiya@gmail.com>
To: linuxppc-embedded@ozlabs.org
Subject: sys/termios.h not found
Date: Sun, 18 May 2008 10:35:38 +0530	[thread overview]
Message-ID: <e3fb97f30805172205x65346af9n783e3348c21b18f9@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1573 bytes --]

                 reply	other threads:[~2008-05-18  5:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3fb97f30805172205x65346af9n783e3348c21b18f9@mail.gmail.com \
    --to=narendra.sisodiya@gmail.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).