2007-03-01 14:29:09

by Meenakshi Seeballack

[permalink] [raw]
Subject: [Bluez-devel] Help: missing Bluetooth header file

Hello,
I am new to the linux world and I have installed Eclipse, with CDT.
I am running the simplescan code off this website
http://people.csail.mit.edu/albert/bluez-intro/c401.html and I am getting
these errors:
simplescan.c:6:33: error: bluetooth/bluetooth.h: No such file or directory
simplescan.c:7:27: error: bluetooth/hci.h: No such file or directory
simplescan.c:8:31: error: bluetooth/hci_lib.h: No such file or directory
simplescan.c: In function 'main':
simplescan.c:12: error: 'inquiry_info' undeclared (first use in this
function)
simplescan.c:12: error: (Each undeclared identifier is reported only once
simplescan.c:12: error: for each function it appears in.)
simplescan.c:12: error: 'ii' undeclared (first use in this function)
simplescan.c:28: error: 'IREQ_CACHE_FLUSH' undeclared (first use in this
function)
simplescan.c:29: error: expected expression before ')' token
simplescan.c:36: warning: incompatible implicit declaration of built-in
function 'memset'
simplescan.c:39: warning: incompatible implicit declaration of built-in
function 'strcpy'
simplescan.c:46:2: warning: no newline at end of file

I can see these header files:
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/bluetooth.h
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/hci.h
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/hci_core.h
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/l2cap.h
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/rfcomm.h
/usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/sco.h

Where is the hci_lib.h header file? Can anyone please assist me?
Meena


Attachments:
(No filename) (1.61 kB)
(No filename) (1.96 kB)
(No filename) (345.00 B)
(No filename) (164.00 B)
Download all attachments

2007-03-01 14:36:22

by Vikas Sinha

[permalink] [raw]
Subject: Re: [Bluez-devel] Help: missing Bluetooth header file

Did you have bluez stack in your machine. What version of kernel you are
using.
you need to provide linking -lbluetooth during compilation.

On 3/1/07, Meenakshi Seeballack <[email protected]> wrote:
>
> Hello,
> I am new to the linux world and I have installed Eclipse, with CDT.
> I am running the simplescan code off this website http://people.csail.mit.edu/albert/bluez-intro/c401.html
> and I am getting these errors:
> simplescan.c:6:33: error: bluetooth/bluetooth.h: No such file or directory
> simplescan.c :7:27: error: bluetooth/hci.h: No such file or directory
> simplescan.c:8:31: error: bluetooth/hci_lib.h: No such file or directory
> simplescan.c : In function 'main':
> simplescan.c:12: error: 'inquiry_info' undeclared (first use in this
> function)
> simplescan.c:12: error: (Each undeclared identifier is reported only once
> simplescan.c:12: error: for each function it appears in.)
> simplescan.c:12: error: 'ii' undeclared (first use in this function)
> simplescan.c:28: error: 'IREQ_CACHE_FLUSH' undeclared (first use in this
> function)
> simplescan.c:29: error: expected expression before ')' token
> simplescan.c:36: warning: incompatible implicit declaration of built-in
> function 'memset'
> simplescan.c:39: warning: incompatible implicit declaration of built-in
> function 'strcpy'
> simplescan.c:46:2: warning: no newline at end of file
>
> I can see these header files:
> /usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/bluetooth.h
> /usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/hci.h
> /usr/src/kernels/2.6.19-1.2911.fc6-i686 /include/net/bluetooth/hci_core.h
> /usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/l2cap.h
> /usr/src/kernels/2.6.19-1.2911.fc6-i686/include/net/bluetooth/rfcomm.h
> /usr/src/kernels/2.6.19-1.2911.fc6-i686 /include/net/bluetooth/sco.h
>
> Where is the hci_lib.h header file? Can anyone please assist me?
> Meena
>
>
>
>
>
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
>


--
Impossible
itself contain
I M Possible

Vikas


Attachments:
(No filename) (2.46 kB)
(No filename) (3.61 kB)
(No filename) (345.00 B)
(No filename) (164.00 B)
Download all attachments