CYBT-213043-MESH with MTB2.1

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

cross mob
lock attach
Attachments are accessible only for community members.
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi

When I use the CYBT-213043-MESH kit to ImportiMesh-Demo with Modus toolbox 2.1, the following error occurs.

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

Log file(s) for this session are stored at: C:\Users\134546\AppData\Local\Temp\Logs8785476616825426378

Opening project creator from C:/ModusToolbox/tools_2.1/project-creator/project-creator

Importing Mesh-Demo-213043MESH.color_light (1/11) ...

Error creating Eclipse launch configurations: makefile:243: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:244: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:245: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.dimmer (2/11) ...

Error creating Eclipse launch configurations: makefile:260: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:261: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:262: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.dimmer_self_config (3/11) ...

Error creating Eclipse launch configurations: makefile:276: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:277: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:278: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.embedded_provisioner (4/11) ...

Error creating Eclipse launch configurations: makefile:283: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:284: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:285: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.light_dimmable (5/11) ...

Error creating Eclipse launch configurations: makefile:268: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:269: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:270: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.light_smart (6/11) ...

Error creating Eclipse launch configurations: makefile:255: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:256: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:257: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.low_power_led (7/11) ...

Error creating Eclipse launch configurations: makefile:248: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:249: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:250: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.on_off_switch (8/11) ...

Error creating Eclipse launch configurations: makefile:257: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:258: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:259: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.sensor_motion (9/11) ...

Error creating Eclipse launch configurations: makefile:247: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:248: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:249: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.sensor_temperature (10/11) ...

Error creating Eclipse launch configurations: makefile:253: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:254: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:255: *** Missing prerequisite wiced_btsdk project.  Stop.

Importing Mesh-Demo-213043MESH.switch_smart (11/11) ...

Error creating Eclipse launch configurations: makefile:255: BTSDK application projects require the wiced_btsdk project as a prerequisite.

makefile:256: Please create the wiced_btsdk project via New Application wizard in the IDE or via git clone for CLI.

makefile:257: *** Missing prerequisite wiced_btsdk project.  Stop.

Done.

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

I am using Modus for PSoC6 has been OK.

I will attach the log when I select the Demo sample in Project Creator. Please give any advice to solve this.

Thanks,

Kenshow

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Are you trying to import a local copy of the application?

You may need to modify the path in the makefile after importing the application, since the import will not maintain the path hierarchy. You will see an error about the wiced_btsdk not being available.

  • To fix this, the CY_SHARED_PATH and CY_SHARED_PATH_ABS will need to be modified to point to the correct wiced_btsdk folder.

If the application is on the same folder level of wiced_btsdk, you can use the following paths. Otherwise you will have to modify it  appropriately.

          CY_SHARED_PATH=$(CY_APP_PATH)/../wiced_btsdk

          CY_SHARED_PATH_ABS=$(CURDIR)/../wiced_btsdk

After updating the makefile, click the Generate Launches for <application> in the Quick Panel to get the Launches populated.

  • Please make sure that you have not modified wiced_btsdk name. The name must NOT be changed.

Thanks,

-Dheeraj

View solution in original post

2 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Are you trying to import a local copy of the application?

You may need to modify the path in the makefile after importing the application, since the import will not maintain the path hierarchy. You will see an error about the wiced_btsdk not being available.

  • To fix this, the CY_SHARED_PATH and CY_SHARED_PATH_ABS will need to be modified to point to the correct wiced_btsdk folder.

If the application is on the same folder level of wiced_btsdk, you can use the following paths. Otherwise you will have to modify it  appropriately.

          CY_SHARED_PATH=$(CY_APP_PATH)/../wiced_btsdk

          CY_SHARED_PATH_ABS=$(CURDIR)/../wiced_btsdk

After updating the makefile, click the Generate Launches for <application> in the Quick Panel to get the Launches populated.

  • Please make sure that you have not modified wiced_btsdk name. The name must NOT be changed.

Thanks,

-Dheeraj

Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Dheeraj,

Thanks for your reply and useful information.

This was a network issue in my office.

I changed the network environment and it worked.

Thanks,

Kenshow