2023-10-18 09:53 AM
Hello,
After after installing version Version: 1.13.1 (I have before the 1.8.0). I can open my Projet and compile with no errors. But when I'm in Debug mode I can't see my code but I have this message :
What does that mean ? The source file I can see :
Do you know how to proceed ?
Thank you for your helps.
Regards
2023-10-18 02:20 PM
The error mentions path with "workspace_1.8.0" in the path, whereas your IDE image says "workspace_1.13.1" in the path. Where are the files REALLY located?
2023-10-18 11:45 PM - edited 2023-10-19 12:48 AM
The file is located in the in the workspace_1.13.1 :
I think for the first time I created this project under version 1.18.0 and when I make a copy to put in the 1.13.1 directory it still sees the dependency initially created. So how to how to open under workspace_1.13.1 ?
2023-10-19 04:27 AM
Hi,
can you import the old (1.8) project?
An if it not work:
look at the ".launch" file with the editor and replace all "1.8.0" with "1.13.1"
HTH
Padawan
2023-10-19 05:21 AM - edited 2023-10-19 05:40 AM
Hi,
What do you mean import the old projet ? I suppose under STMCubeIDE (1.13.1) I import the old projet probably ? I encounter this screen
So what should I select please ? Thank you for your answer. I can guess your message at the bottom right of the screen I can select this directory
And I can see the projet like this picture :
I can compile without errors but always the same screen when I'm in DEBUG mode :
I also modified the .launch file to 1.13.1 but I still have the same error.
2023-10-19 06:19 AM - edited 2023-10-19 06:20 AM
Take a look at
Use the "searchProject" or better "Browse" to your
"debug" and there select the .elf file.
it seems that there is an old path in the config....
hth
Padawan
to get the right elf file.
2023-10-19 06:24 AM - edited 2023-10-19 06:26 AM
What happen if you click on "locate the file"? Can you see your .s File?
hth
Padawan
2023-10-19 06:32 AM
Hi,
Always the same error :
I can see always the path workspace_1.8.0/SGTL_5000_v00/Debug.....
2023-10-19 06:44 AM
When I click on locate the file :
I can see this picture :
And bottom right I have this message :
And effectively in this directory :
I have nothing.
2023-10-19 06:51 AM
I think you have to search your .s file in the startupfolder bleow debug.
if there more than 1 .s file delete them.
Another tip
May be it helps.
May be a reboot can help.
May be save your work (zip) cleanup (delete the workspace) unpack you work in a dir on the dDesktop and import his dir by "Open Projects from File system".
it gets darker, The last stm32cubeIDE is 1.13.2...
padawan