loboris/ESP32_spiffs_example

compilation trouble

shirish47 opened this issue · 3 comments

I configured with make menuconfig then executed make flash
it was compiling then I got

...
AR libmdns.a
CC micro-ecc/uECC.o
AR libmicro-ecc.a
AR libmkspiffs.a
usage: mkdir [-pv] [-m mode] directory ...
make[1]: *** [build] Error 64

what do I do for this?

Hi, if you update your esp-idf installation from Github it should work fine

thank you very much I did and it worked.