cancel
Showing results for 
Search instead for 
Did you mean: 

discrepancy between the code in editor and the build process

thv
Associate

thv_0-1717421063873.png

Here I am developing basic GPIO driver, As shown in the above image i am encountering error while in editor window but in console while it showing like 0 error(for this image shown below)

thv_1-1717421215860.png

please, can any one help me out to resolve this issue?

1 REPLY 1
Andrew Neil
Evangelist III

Looks like the editor's index is out-of-step - so it's not seeing the GPIOx definitions.

Try rebuilding the index:

AndrewNeil_0-1717421853438.png

 

EDIT:

Note that it's not a discrepancy between the code in the editor, and the code that the compiler seems - they are identical.

 

#RebuildIndex