A problem in Migrating from VScode to CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-05 2: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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3: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.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-05 3:20 PM
CubeIDE 1.6.0 can import a makefile project; can VSCode export a makefile ?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3:23 AM
What functions, exactly, do you think you will "lose" in CubeIDE?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3:30 AM
"it couldn't find the main.h"
What do you mean by that?
- The editor couldn't find it for editing?
- The code browser couldn't find it for browsing?
- The compiler couldn't find it for building?
- other??
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?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3:39 AM
Maybe just stick with VSCode, then?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3:41 AM
Importing makefile project, will not have STM32 project nature, debuging will be very hard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 3: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.
A complex system designed from scratch never works and cannot be patched up to make it work.
