This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linker Problem



Dear all,

we develop a program which uses the Bluetooth using the SItara AM335x Starter Kit.

We get the following error message:

undefined reference to `sdp_close'
collect2: ld returned 1 exit status

The include file associated with the Bluetooth are:


#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include <bluetooth/rfcomm.h>

Thanks in advance.

Dr. Yehuda Singer