WICED SDK BLE-WiFi Example issue

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

cross mob
PrKa_4664221
Level 1
Level 1

I am working on one of the demo application provided in the WICED6.2 SDK

Location:  <root>\43xxx_Wi-Fi\build\demo.ble_wifi_introducer-CY8CKIT_062.

Error is :

17:13:58 **** Build of configuration Default for project 43xxx_Wi-Fi ****

"C:\\Users\\inpkakade01\\Documents\\WICED-Studio-6.1\\43xxx_Wi-Fi\\make.exe" demo.ble_wifi_introducer-CY8CKIT_062 download_apps

make: *** No rule to make target 'demo.ble_wifi_introducer-CY8CKIT_062'.  Stop.

Please help me resolve this.

0 Likes
1 Solution
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

You can follow the steps given below just to make sure the building process is correct. I tried to build the project and it was done successfully.

--> Clean

     First, do the clean. This option is there in the Make Target window.

               pastedImage_0.png

--> Modify the Make Target

      Specify the Target Name as: demo.ble_wifi_introducer-CY8CKIT_062

         pastedImage_1.png

Note:--> CY8CKIT_062 should be specified in the VALID_PLATFORMS section in the ble_wifi_introducer.mk

        --> You should have CY8CKIT_062 platform files in the platforms folder in WICED.

               Location : C:\Wiced\wiced software\WICED-Studio-6.4(Your version)\43xxx_Wi-Fi\platforms (by default)

               pastedImage_3.png

--> Build the project.

Please feel free to ask if you run in some errors.

Thanks

View solution in original post

0 Likes
7 Replies
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hi PrKa_4664221

Can you please confirm whether you are using WICED 6.2 or 6.1?

I tried building in WICED 6.2 and it builds without any error. Please clean and try rebuild.

Also double check CY8CKIT_062  is included  in the project make file

VALID_PLATFORMS += BCM943909WCD* \

                   BCM943340WCD1 \

                   BCM9WCD1AUDIO \

                   BCM943438WLPTH_2 \

                   CY8CKIT_062 \

                   CYW9MCU7X9N364 \

                   BCM9WCD2REFAD.CYW943012A0FCREF_3 \

                   CYW9WCD2REFAD2.CYW943012A0FCREF_3 \

                   CYW9WCD760PINSDAD2 \

                   BCM94343WWCD2 \

                   CYW943907WAE* \

                   CYW943012EVB* \

                   CYW943455EVB*

Regards,

Anjana

I am using 6.1 version.

Where to add CY8CKIT_062 in makefile.c

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

You need to add CY8CKIT_062 in the project make file that is ble_wifi_introducer.mk. You have to add in the  VALID_PLATFORMS section of the .mk file.

VALID_PLATFORMS += BCM943909WCD* \

                   BCM943340WCD1 \

                   BCM9WCD1AUDIO \

                   BCM943438WLPTH_2 \

                   CY8CKIT_062 \

                   CYW9MCU7X9N364 \

                   BCM9WCD2REFAD.CYW943012A0FCREF_3 \

                   CYW9WCD2REFAD2.CYW943012A0FCREF_3 \

                   CYW9WCD760PINSDAD2 \

                   BCM94343WWCD2 \

                   CYW943907WAE* \

                   CYW943012EVB* \

                   CYW943455EVB*

Thanks

0 Likes

Yes it is there but still facing same issue.

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

You can follow the steps given below just to make sure the building process is correct. I tried to build the project and it was done successfully.

--> Clean

     First, do the clean. This option is there in the Make Target window.

               pastedImage_0.png

--> Modify the Make Target

      Specify the Target Name as: demo.ble_wifi_introducer-CY8CKIT_062

         pastedImage_1.png

Note:--> CY8CKIT_062 should be specified in the VALID_PLATFORMS section in the ble_wifi_introducer.mk

        --> You should have CY8CKIT_062 platform files in the platforms folder in WICED.

               Location : C:\Wiced\wiced software\WICED-Studio-6.4(Your version)\43xxx_Wi-Fi\platforms (by default)

               pastedImage_3.png

--> Build the project.

Please feel free to ask if you run in some errors.

Thanks

0 Likes

Thank you.
1st i do clean whole 43xx_Wi-Fi project and it get cleared.
Then i try to do clean to ble_wifi_introducer project it give error.
Please check attached image and tell where i am going wrong.

I am confused why this 2 are getting different output.

Clean_Img.png

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

The process of "clean" is pretty simple. You only need to double click the "clean" option in the Make Target window. You don't need to do this twice. You can refer to my previous response to build your project.

Thanks

0 Likes