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.

WL1835MOD: WL1835MODGB: Bluetooth sample application compiling

Part Number: WL1835MOD


Hi,

I would like to compile BT sample application LinuxIBeacon and LinuxSPPLE_PM source. Below is the proj-defs.mak


DEVICE = wl18xx
#DEVICE = cc256x

CFLAGS += -D$(DEVICE)
#CFLAGS += -DSHARED_TRANSPORT
CFLAGS += -O2
#CFLAGS += -g
#CFLAGS += -Wall

LDFLAGS +=

# L2CAP ERTM Support
ERTM=y

KERNEL_TYPE=threaded
#KERNEL_TYPE=nonthreaded

AUD=y
AVCTP=n
AVRCP=n
CSCP=n
GAV=n
FTP=y
HDP=n
HDS=n
HFP=1_6
HID=n
HID_HOST=n
MAP=n
OPP=n
PAN=n
PBAP=n
SPPLE=y
ISPP=n
TIP=n
GSTREAMER=n
PLATFORM_MANAGER=y

The error I face is 

make: *** No rule to make target '/BluetopiaPM/lib/libBTPM_S.a', needed by '/BluetopiaPM/bin/SS1BTPM'. Stop.

Can someone help me on how to compile the iBeacon and SPP-BLE applications?

Regards,

Fariya