cancel
Showing results for 
Search instead for 
Did you mean: 

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?

BMcKe.2
Associate II

I have attached a picture of the compiled code.

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

Try to rebuild the source index.

Are you on Windows 10 version 2004? (19041 or newer?)

View solution in original post

2 REPLIES 2
Pavel A.
Evangelist III

Try to rebuild the source index.

Are you on Windows 10 version 2004? (19041 or newer?)

Rebuilding worked!

Thanks very much!

(I am on Windows 10 version 2004 19041.508)