Where is the makefile generated by CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:25 AM
When I build a project I noticed that the command `make -j9 all` is run, which suggests me that there is Makefile somewhere, but it is not in my project folder.
Does anybody know where I can find it?
I am working with a Nucleo-F446RE.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:33 AM
Ok. I found them in ./Debug and ./Release, depending on how you build your project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:27 AM
Found!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:32 AM
For the benefit of others who may come along with the same question, please describe where you found it.
And mark that as the Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:33 AM
Ok. I found them in ./Debug and ./Release, depending on how you build your project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:36 AM
... however, when going into any of these two folders and running make all you get errors like
arm-none-eabi-gcc: command not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:40 AM
Probably because the IDE runs the makefile from its own internal "shell" - so you'd have to replicate that to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:41 AM
Any idea on how to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:54 AM
None at all!
Are you on Windows or Linux?
I think the IDE uses a Linux-like "shell"...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:55 AM
I found this :
and setting in project :
seems not lying here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-23 8:56 AM
I am on macos. Yes, I also think so. Is there any way to open an interactive "cube shell" on CubeIDE?
