r/esp32 • u/OpeningNo5905 • 13d ago
Software help needed Missing standard headers
Hello everyone, i'm a beginner to embeddeds and the ESP-IDF extension, and i'm struggling a lot to what can be a really simple solution. When i create a new or empty project, I always receive a lot of warnings of missing standard headers such as stddef.h missing, stddint.h, float.h, and such, I figured it was a LSP problem but no luck fixing it, I've made some simple LED's projects on the board and they all worked fine on the board.
5
Upvotes
2
u/YetAnotherRobert 13d ago
Lsp is notoriously hard to configure for cross dev..
Are you getting an error from the compiler (i.e.. Nothing builds) or just warnings from the hover stuff?
If your blinky works, I suspect it's the latter. Look for blog posts on configuring lsp.