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