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 was attempting to run the example "fan" project. I notice the Makefile has line include $(IDF_PATH)/make/project.mk. This fails as I am using ESP IDF v5.0 which does not seem to have a $IDF_PATH/make/ directory. Should my v5.0 installation work? Is there a suggested workaround for working with ESP IDF v5.0?
The text was updated successfully, but these errors were encountered:
@vihanb ESP IDF v5.0 does not support "make", but uses cmake instead. So the file to check is CMakeLists.txt, which would be same for v4.x as well as v5.x. However, there could be other compilation errors as v5.0 has some breaking changes. We will fix those soon since idf v5.0 has now been officially released.
I was attempting to run the example "fan" project. I notice the Makefile has line
include $(IDF_PATH)/make/project.mk
. This fails as I am using ESP IDF v5.0 which does not seem to have a$IDF_PATH/make/
directory. Should my v5.0 installation work? Is there a suggested workaround for working with ESP IDF v5.0?The text was updated successfully, but these errors were encountered: