ESP32_Explorer icon indicating copy to clipboard operation
ESP32_Explorer copied to clipboard

Errors when I try to flash ESP32_Explorer.

Open snikul opened this issue 5 years ago • 5 comments

CXX build/main/main.o C:/msys32/home/Megauser/esp/ESP32_Explorer/main/main.cpp:1:20: fatal error: Memory.h: No such file or directory compilation terminated. make[1]: *** [/home/Megauser/esp/esp-idf/make/component_wrapper.mk:286: main.o] Error 1 make: *** [C:/msys32/home/Megauser/esp/esp-idf/make/project.mk:505: component-main-build] Error 2 Could someone explain reasons, pl.

snikul avatar Oct 14 '18 12:10 snikul

Because you have to change cpp_utils from this folder: https://github.com/nkolban/ESP32_Explorer/tree/master/components with files from this folder: https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils

But i have to warn you that even if you do that still this project may generate whole bunch of errors because it is pretty much outdated. Files you will copy and arduino-esp32 has been change since last time someone compiled this project. Anyway good luck.

chegewara avatar Oct 14 '18 12:10 chegewara

Thank you, Che! Yes, I see new errors during "make all". So I stop trying following your friendly advice. Regards.

snikul avatar Oct 14 '18 16:10 snikul

Im nor saying you should stop, im just saying you can spend some time trying to fix all errors. Maybe its something easy to fix or maybe it requires more effort. If you have logs i can take a look at it.

chegewara avatar Oct 14 '18 16:10 chegewara

Hi Che! I had the idea to use the project for practical use with my esp32 fast. Not for development. I am not so advanced with esp32 yet. My best Regards.

вс, 14 окт. 2018 г. в 19:07, chegewara [email protected]:

Im nor saying you should stop, im just saying you can spend some time trying to fix all errors. Maybe its something easy to fix or maybe it requires more effort. If you have logs i can take a look at it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nkolban/ESP32_Explorer/issues/32#issuecomment-429638703, or mute the thread https://github.com/notifications/unsubscribe-auth/AMoNoBubOZjINIgQlZ858RTLECE_t7f2ks5uk2FHgaJpZM4XbHAt .

snikul avatar Oct 14 '18 16:10 snikul

Ok, that was very nice project to learn many esp32 functions, because is enumerating and shows info about all running tasks, i have learned about I2C and most important about ble, but most of the work did @nkolban.

chegewara avatar Oct 14 '18 16:10 chegewara