2021-04-05 02:21 PM
Hi all,
I made a project using VSCode but I need to transfer it to CubeIDE, but it is not recognized by cubeIDE so I can't open it, is there any method of migrating from VScode to CubeIDE rather than create from the beginning.
Thanks
Solved! Go to Solution.
2021-04-07 03:50 AM
See the post by mattias norlander (ST Employee) of March 4, 2021 at 3:30 PM in the previously-mentioned thread - that tells you how to import a makefile project and get debugging to work.
2021-04-05 03:20 PM
CubeIDE 1.6.0 can import a makefile project; can VSCode export a makefile ?
2021-04-06 11:47 PM
Even if you can do this, you will lost many functions in CubeIDE, I recommend to create new project,
2021-04-07 03:16 AM
I tried it actually it imported the files,
but even it couldn't find the main.h, I included all files and sources from the settings (paths and symbols ), but still unable to detect "main.h", and lots of features are missing.
2021-04-07 03:21 AM
yes i realised that lots of functions are missing,
but the problem is this project was created by someone else and i had to add some features. File system created by the earlier person is custom method. therefore the it will take while to rearrange. and i am new to STM32.
2021-04-07 03:23 AM
What functions, exactly, do you think you will "lose" in CubeIDE?
2021-04-07 03:30 AM
"it couldn't find the main.h"
What do you mean by that?
You can add a folder to the project as shown in this thread:
This stupid forum doesn't allow linking to a specific post within a thread, so here's the detail:
Add a 'Folder' - not a 'Source Folder' - and used the 'Advanced' options to point to the source files location:
Which gives
"lots of features are missing"
What features, exactly?
2021-04-07 03:39 AM
Maybe just stick with VSCode, then?
2021-04-07 03:41 AM
Importing makefile project, will not have STM32 project nature, debuging will be very hard.
2021-04-07 03:50 AM
See the post by mattias norlander (ST Employee) of March 4, 2021 at 3:30 PM in the previously-mentioned thread - that tells you how to import a makefile project and get debugging to work.