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
This code is no longer supported by ESP-IDF ver 4.xx as Espressif have moved to a CMAKE structure.
Same issue here CC build/heap/heap_caps_init.o /home/dolphin/esp/esp-idf/components/heap/heap_caps_init.c: In function 'heap_caps_add_region_with_caps': /home/dolphin/esp/esp-idf/components/heap/heap_caps_init.c:230:44: error: the comparison will always evaluate as 'true' for the address of 'registered_heaps_write_lock' will never be NULL [-Werror=address] MULTI_HEAP_LOCK(®istered_heaps_write_lock); ^~ /home/dolphin/esp/esp-idf/components/heap/heap_caps_init.c:232:45: error: the comparison will always evaluate as 'true' for the address of 'registered_heaps_write_lock' will never be NULL [-Werror=address] MULTI_HEAP_UNLOCK(®istered_heaps_write_lock); ^~ cc1: some warnings being treated as errors /home/dolphin/esp/esp-idf/make/component_wrapper.mk:291: recipe for target 'heap_caps_init.o' failed make[1]: *** [heap_caps_init.o] Error 1 /home/dolphin/esp/esp-idf/make/project.mk:642: recipe for target 'component-heap-build' failed make: *** [component-heap-build] Error 2
This code is no longer supported by ESP-IDF ver 4.xx as Espressif have moved to a CMAKE structure.
Is it possible you could update the build?
The text was updated successfully, but these errors were encountered: