2023-08-23 01:54 AM
Hello,
I've updated my STM32CubeIDE to the latest version (1.13.1) and verified that some annoying bugs are still there. I'm curious is there a dedicated place where to report them?
I'm talking about really a basic functionality which should be working like:
- project import -- from different workspace, project which works well, result of import is not well, IDE complains about invalid path in project ("Invalid project path: Include path not found...")
- project rename -- on an attempt to rename project inside the project explorer, exception is raised with a detail "null argument".
Thanks,
Karel
2023-08-23 02:58 AM - edited 2023-08-23 03:42 AM
Hello @kgardas ,
1)If you check Project Properties -> C/C++ Build -> Settings -> Tool Settings -> MCU GCC Compiler -> Include Paths
, you can find every path that the IDE includes.
If your path does not exist there, you can simply add it.
2) In your system's file explorer, find your workspace and open your project folder. Find the folder named "STM32CubeIDE" and open that. There should be a file named ".project". With a separate text editor, open that file.
Now, while you still have your file explorer open, click on the .project file you just edited. CubeIDE will create a new project and copy all the files over from the original project.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-01 08:40 AM
Hello Foued,
ad (1), you cannot add path as the path itself is missing in the project import. E.g. copying of directory structure is buggy
ad (2), there is no ".project" file, the only close to that is ".mxproject".
If you like to duplicate behavior I see here, it's not complicated at all, please do:
- open IDE with some new workspace
- in explorer, right click and invoke New -> STM32Project.
- in STM32 Project wizard, switch to 'Example Selector'
- choose 'g4' in 'MCU / MPU" in "Series" field
- choose 'Nucleo-32' in Board -> Type
- select 'TIM_PWMOutput' in example list in the central part of the wizard window.
- click on Next and then again on Next and then on Finish
The example is created, just build it and clean it and then:
- switch to different clean workspace
- in project explorer select 'Import projects...'
- select 'General' and then 'Existing Projects into Workspace'
- click on Next
- select root directory of the previous workspace
- in project list select 'TIM_PWMOutput' project
- click on 'Copy projects into workspace' to have the project copied
- click on 'Finish' button
- on question 'Overwrite .settings in folder TIM_PWMOutput' -- select 'Yes'
Now, when you look externally and compare both workspaces and both projects contents, you will see that copied project is missing header files in 'Drivers' directory. At least, I've not investigated what is missing more...
So this is IMHO import bug which can't be simply fixed by tweaking include paths -- unless you tweak them in a way to use previous workspace project --- which is not the right thing to do here.
Please let me know if you have any issue duplicating this bug.
Thanks!
Karel
2024-10-11 07:40 AM
Why hasn't anyone actually answered the OP's original question: "Where to report CubeIDE bugs?"
2024-10-11 08:03 AM
Hello @AMacd.1 ,
You can post your issue in the Community with the appropriate topics "STM32CubeIDE, Bugs", or report it in the ST Online Support.