In the new STM32CubeIDE, the Eclipse buttons for Build, Rebuild (hammers) and Debug (a bug) are not shown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-08 02:49 AM
How can I get these icons to appear?
I imported a project from Atollic TS.
Thanks,
Mechi
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-15 03:18 AM
I believe I just answered you privately instead but I'll post the same here in case anyone is facing the same issue:
"Make sure you are in the C/C++ Perspective (top right) and if you still don't see it, try to go to "Window -> Perspective -> Reset perspective...". If that doesn't work I suspect something might have gone wrong with the installation, maybe?
As to the right click of the project, right under "Import" and "Export" should be "Build Project", which serves the same purpose as the "hammer" button does."
And to add to that, right under the "Build Project" is the "Clean Project".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-09 02:43 AM
We have a different toolbar in CubeIDE in comparison to TrueSTUDIO but the Build and Debug buttons should be showing by default.
The rebuild button is gone, though. You need to right click on your project and select "Clean Project" instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-13 10:15 PM
This is how my toolbar looks.
I can only build using the right-click on my project and choosing Build-all.
I think that the makefile or the build targets haven't been setup correctly.
I'd appreciate any ideas...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-13 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-15 03:18 AM
I believe I just answered you privately instead but I'll post the same here in case anyone is facing the same issue:
"Make sure you are in the C/C++ Perspective (top right) and if you still don't see it, try to go to "Window -> Perspective -> Reset perspective...". If that doesn't work I suspect something might have gone wrong with the installation, maybe?
As to the right click of the project, right under "Import" and "Export" should be "Build Project", which serves the same purpose as the "hammer" button does."
And to add to that, right under the "Build Project" is the "Clean Project".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-16 01:22 AM
Resetting the perspective worked!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-16 01:24 AM
OK - I see the hammer, but I haven't built a "Build target" - where are the instructions for building a "Build Target" so that the hammer will know what to build?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-16 01:47 AM
I changed the Builder to Internal (it was external) - uses the same gcc compiler - and now the "hammer" builds the project!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-07-16 04:06 AM
I'm not sure I understand the problem. The hammer icon is supposed to build the project. Do you have another use case in mind and if so, what is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-25 06:06 AM
Additional info:
Had the same problem after updating to 1.16.0.
Resetting the perspective did not help in the first place.
I had to close and reopen the perspective after resetting the perspective.
After that the hammer is displayed again.