2020-03-20 07:28 AM
Using Stm32CubeIDE 1.3.0...
When I Copy and Paste a project in the Project Explorer (and name differently), it does copy the project. I also renamed the CubeMX IOC file to match the new project name. Then I did a Clean and a new Build.
However, when I go to Debug, I get a number.
To verify that the new project is using the new project paths I do a "Close" on the first project, then rename the old project in Windows Explorer.
Builds fine, but when debugging it is complains that it can't find source files.
It is still looking for the source files in the original project.... I changed the source lookup path in the Debug Configurations > Source to look in this project, and it still cannot find the files.
And when checking if there are any files in the new project's Debug folders, they are indeed empty.
Does anyone have an idea how to fix this?
Solved! Go to Solution.
2024-06-29 12:17 PM
Duplicating a Project in STMCubeIDE
Check that everything works in the new project by doing a Build.