Rules for Project from makefile?
So there is the menu option :
File > New > Makefile Project with Existing Code
With this structure:
Top----+----Folder----+---- makefile
|
+---- other files & folders
|
+----workspaceIt doesn't work: after filling-in all the fields, then pressing 'Finish' in the import dialogue, nothing happens at all - no messages, and no project is created.
(Both CubeIDE v1.6.1 and v1.7.0)
But with this structure:
Top----+----Folder----+---- makefile
| |
| +---- other files & folders
|
+----workspaceIt works.
So: what are the rules about where the workspace folder is allowed to be relative to the makefile?
Are there any other restrictions about any other file locations?