Import a project from MTB 2.0 to MTB 2.1

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

cross mob
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

When creating a new project / application, there was an import button in MTB 2.0 which allowed me to import projects as a base project. I could change the project name and modify it from there.  The only thing that I need to do was to change the path in the makefile that pointed to the wiced_btsdk

# Path (absolute or relative) to the bt-sdk folder (at repo root)

CY_SHARED_PATH=$(CY_APP_PATH)/../wiced_btsdk

The import button is gone.  How do I import an MTB 2.0 project to MTB 2.1?

Thanks,
Mike Roberts

0 Likes
1 Solution
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

I went back to the Eclipse Survival Guide and followed the import project and that worked

Eclipse IDE Survival Guide – KBA225399

f you have a folder that contains an Eclipse project, you can use File > Import > General > Existing projects into workspace; point to the root directory that contains the project(s) you want to import.

View solution in original post

0 Likes
1 Reply
MiRo_263836
Level 5
Level 5
100 replies posted 50 likes received 50 replies posted

I went back to the Eclipse Survival Guide and followed the import project and that worked

Eclipse IDE Survival Guide – KBA225399

f you have a folder that contains an Eclipse project, you can use File > Import > General > Existing projects into workspace; point to the root directory that contains the project(s) you want to import.

0 Likes