2021-02-24 07:00 AM
STM32CubeIDE 1.6.0 was released this week on st.com as well as a in-tool update patch.
Caution: The in-tool update does not allow updating drivers and ST-LINK server tool. Full installer is required for this.
What is new in 1.6.0? (only some highlights)
Main issues fixed in STM32CubeIDE 1.6.0
Only a sub-set of the many tickets closed are mentioned in the release note.
Known problems and limitations
Please refer to the release note.
Where do I Obtain CubeIDE 1.6.0?
2021-03-03 02:29 AM
2021-03-03 02:42 AM
Sounds better as not weird trace here. Are you able to import back to such workspace a project from failing workspace (File > Open Project From File System) ? Once import done what about Device configuration Tool behavior ?
2021-03-03 03:19 AM
Your log file only reports Exceptions with git plugin for your project:
!ENTRY org.eclipse.team.core 4 0 2021-03-02 10:19:45.908
!MESSAGE Could not instantiate provider org.eclipse.egit.core.GitProvider for project ***_***-***.
!STACK 1
org.eclipse.team.core.TeamException: Could not instantiate provider org.eclipse.egit.core.GitProvider for project ***_***-***.
at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:200)
at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:267)
at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:542)
at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:96)
at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:102)
at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:101)
at org.eclipse.core.internal.resources.Rules.refreshRule(Rules.java:178)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1547)
at org.eclipse.cdt.internal.core.pdom.PDOMSetupJob.syncronizeProjectSettings(PDOMSetupJob.java:76)
at org.eclipse.cdt.internal.core.pdom.PDOMSetupJob.run(PDOMSetupJob.java:58)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Could you try to disconnect your project from Git in STM32CubeIDE with Right click on the project > Team > Disconnect and try headless-build again.
This could be reverted with Right click on the project > Team > Share Project, and does not have impact on Git repository history.
2021-03-03 03:24 AM
I am actually using the project with SmartGit (advanced Git GUI software) and have never configured the project for Git in CubeIDE.
Might this be the cause of the issue?
2021-03-03 03:49 AM
I'm not SmartGit aware, only using Git bash or eGit on Windows, but the tool could be the cause.
One test you could try is :
2021-03-03 03:56 AM
You must be aware that this is not risks free.
7-2018 toolchain under plugins directory can be garbage collected at any time, depending on P2 willingness. It means that your "Local" toolchain won't exist anymore.
To be sure to keep it safely, install it thanks to the Toolchain Manager as described above.
2021-03-03 04:02 AM
Thanks @Cartu38 OpenDev , looks like I received exactly the same through the update channel.
2021-03-03 04:35 AM
2021-03-03 04:39 AM
I will try to upgrade to the old version, CubeIDE_1.5.1. I will try to upgrade to the old version, 1.5.1. The project has become, and I just need to fix a few things. Time is short. Thank you for trying to help me !!!
2021-03-03 04:51 AM
You're welcome.
Ok project is not building but here according to me more project setup than tool issue or at least vs. first sharing done you're not facing here hanging tool what was a mess (as refresh workspace sounds helping may you have original one corrupted at a point ? ... due to any hard exit of tool or ?°.
Then about project build issue maybe because new workspace not at same level than original one and relying on some external dependencies or ... (may have plenty or issue roots here but all such shoudl be fixable shortly based on your project knowledge looking at build trace).