Adding folders to Include Directories are showing up empty. How do I fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 9:24 AM
Trying to get started with a Nucleo board and STM32CubeIDE. I added directories via Paths and Symbols under Includes, however, the folders/directories (STM32C0xx Include, CMSIS Include, HAL Driver Inc) show as empty in the IDE. How can I fix this?
- Labels:
-
STM32C0 Series
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 9:45 AM
With Paths you can add any folder(s), those are not neccessarily project folders. Just info for the compiler/linker command line.
Where is the project/folder structure from?
If you start with a new STM32 project using STM32CubeMX, you should get a clean project and folder tree.
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 11:13 AM
I would like to see the .h files that are in the STM32C0xx/Include folder listed in the IDE. Currently, it is showing as an empty folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 3:57 PM
If you mean the item "Test/Inc" under Includes - it doesn't expand likely because of Eclipse bug. I've tried several variants but could not make it expand. Just another bug, not a big deal.
The files should be visible under the 3rd folder, "Inc".
Of course you can fix this if you are motivated enough. Eclipse is open source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-23 12:28 AM
Hello
About the items "Test/Inc" under Includes, It can not be expanded until that folder is added to the include paths from the "Proprieties/C/C++ Build/MCU GCC Compiler/Include paths"
Kind regards,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-23 7:08 AM
Pavel, I think it is as you say; it is likely an eclipse bug.
Thank you.
