bt_internet_gateway.restful_smart_server build error?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

     my sdk is wiced sdk3.3.1, platform is BCM9WCD2REFAD/BCM943438WLPTH_2, test build the demo app. have some error, can you help me ?

    

     build error info:

----------------

Compiling STM32F4xx_Peripheral_Libraries

Making demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2-FreeRTOS-LwIP.elf

././libraries/drivers/bluetooth/BTE/BTE.FreeRTOS.LwIP.ARM_CM4.release.a(brcm_prm.o): In function `BRCM_PrmInit':

(.text.BRCM_PrmInit+0x90): undefined reference to `wiced_bt_config'

make[1]: *** [build/demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2-FreeRTOS-LwIP/binary/demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2-FreeRTOS-LwIP.elf] Error 1

make: *** [main_app] Error 2

----------------

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Note that the BCM943438 product and associated evaluation platform is not supported here on the Community website.

The BCM43341 Eval Board supported, and the BIG application that ships in SDK 3.3.1 runs on it.

View solution in original post

0 Likes
4 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

BIG - Bluetooth Internet Gateway is presently supported on few hardwares. Do you have a 43438 REFAD board ?

Also it has been tested using threadX and not FreeRTOS.

thnx

vik86

0 Likes
Anonymous
Not applicable

------ only "download run"

Making demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2.elf

././libraries/drivers/bluetooth/BTE/BTE.ThreadX.NetX_Duo.ARM_CM4.release.a(brcm_prm.o): In function `BRCM_PrmInit':

(.text.BRCM_PrmInit+0x90): undefined reference to `wiced_bt_config'

----------

Making demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2-ThreadX-NetX.elf

././libraries/drivers/bluetooth/BTE/BTE.ThreadX.NetX.ARM_CM4.release.a(brcm_prm.o): In function `BRCM_PrmInit':

(.text.BRCM_PrmInit+0x90): undefined reference to `wiced_bt_config'

---------

using ThreadX-NetX, or only download run.  error info are similar.
0 Likes

wqc00788 wrote:

------ only "download run"

Making demo_bt_internet_gateway_restful_smart_server-BCM9WCD2REFAD_BCM943438WLPTH_2.elf

././libraries/drivers/bluetooth/BTE/BTE.ThreadX.NetX_Duo.ARM_CM4.release.a(brcm_prm.o): In function `BRCM_PrmInit':

(.text.BRCM_PrmInit+0x90): undefined reference to `wiced_bt_config'

The error means wiced_bt_config is not defined in your platform code.

I think you can reference platforms/BCM943438WCD1/platform.c to see how other platform works.

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Note that the BCM943438 product and associated evaluation platform is not supported here on the Community website.

The BCM43341 Eval Board supported, and the BIG application that ships in SDK 3.3.1 runs on it.

0 Likes