On some of the programs I compile using STM32CubeIDE with GCC compiler, I get warning question marks against some of the IDE generated code - indicating that a ';' is missing from the end of the statement. But the ';' is present. Why is this so?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-25 3:47 PM
I have attached a picture of the compiled code.
Solved! Go to Solution.
Labels:
- Labels:
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 3:20 PM
Try to rebuild the source index.
Are you on Windows 10 version 2004? (19041 or newer?)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 3:20 PM
Try to rebuild the source index.
Are you on Windows 10 version 2004? (19041 or newer?)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-26 3:39 PM
Rebuilding worked!
Thanks very much!
(I am on Windows 10 version 2004 19041.508)
