You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to experiment with this version of the Bouffalo tools. I noticed that on Windows and Linux, that there are header files that are not being found/recognized in the Platform IO IDE. For example FreeRTOS.h, string,h, stdio.h and stddef.h which was a dependency of FreeRTOS.h.
This wasn't a show stopper as the test module compiled, more of an annoyance. I don't like warnings during compiles either.
When I investigated further, I found that Platform IO was complaining about paths that were in the list but were listed as "Cannot find..." Along with a number of paths that were simply not there.
I don't know how all the magic works with Platform IO and the various extensions, but I manually added a number of paths manually and it is not complaining. Is there some way to do this more automatically? To me that means less error prone and time consuming.
The text was updated successfully, but these errors were encountered:
vin1953
changed the title
Platform IO paths to includes not complete
Platform IO paths to include files are not complete in Intellisense
Jul 16, 2023
Well, now that I "fixed it"? I can't get the error back. Plus I don't see my edits or changes to the C/C++ configuration, nor do I see any squiggly error indicators in the source file. I have attached the .json file compressed, and I selected and saved the lines from the problems panel as plain text.
I hope it's useful.
I started to experiment with this version of the Bouffalo tools. I noticed that on Windows and Linux, that there are header files that are not being found/recognized in the Platform IO IDE. For example FreeRTOS.h, string,h, stdio.h and stddef.h which was a dependency of FreeRTOS.h.
This wasn't a show stopper as the test module compiled, more of an annoyance. I don't like warnings during compiles either.
When I investigated further, I found that Platform IO was complaining about paths that were in the list but were listed as "Cannot find..." Along with a number of paths that were simply not there.
I don't know how all the magic works with Platform IO and the various extensions, but I manually added a number of paths manually and it is not complaining. Is there some way to do this more automatically? To me that means less error prone and time consuming.
The text was updated successfully, but these errors were encountered: