STM32F746GDISCO, STM32CubeIDE, Warnrings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 5:53 AM
I have such a warning. Why?
Invalid project path: Include path not found (C:\Users\48502\STM32CubeIDE\workspace_1.4.0\start\FATFS\App). start pathentry Path Entry Problem
Andrzej
- Labels:
-
STM32CubeIDE
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 7:42 AM
Does that path exist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 8:53 AM
I don't use FATFS. I don't have it turned on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-02 6:51 AM
Look in your include paths for the project, is this path listed? If it is not relevant, just remove it from include paths to get rid of the warning..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-02 6:56 AM
There are some bugs related to removal of include paths in CubeMX/CubeIDE. I am guessing that you once had FatFS enabled, and then disabled the module. When enabled MX added this include paths for you. Then later when disabled it was not properly removed... If assumption correct, then this is a known issue and ticket exists.
My previous reply should be sufficient to solve this problem, but it can happen again when enabling/disabling middleware components in MX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-02 7:16 AM
OK
