Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-IDF now using CMAKE code no longer works #95

Open
daverathbone opened this issue Apr 26, 2021 · 2 comments
Open

ESP-IDF now using CMAKE code no longer works #95

daverathbone opened this issue Apr 26, 2021 · 2 comments

Comments

@daverathbone
Copy link

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?

@nhancaheo
Copy link

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(&registered_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(&registered_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

@sineer
Copy link

sineer commented Nov 1, 2021

This fork works!

https://github.com/jeremyjh/ESP32_TFT_library

Working on my TTGO-T1 display out-of-the-box w/ IDF 4.3.0 and platformio...

Thanks @jeremijh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants