Closed amoghskulkarni closed 5 years ago
Never mind, sorted the issue. Started writing an app from scratch and it compiles fine without any error. May be hello_world
app which ships with esp-idf
examples directory does something funny in it's config..
I'm new to ESP-IDF and have a very basic understanding of CMake and ESP-IDF's build system. I am getting an error while adding the MPU9250 driver component in a Vanilla ESP-IDF
hello_world
example, and not sure how to proceed. My best guess is that the compiler expects everything to be in C. Here's my error -All errors are about C++ keywords like
class
not being recognized by the compiler. How can I fix this?