Page 1 of 1

where could i get more detail about the get-started guide of esp-adf ?

Posted: Wed Apr 25, 2018 9:33 am
by mkseven32
Hi
when i get the esp-adf packet, i try to build the example project . there is a error as shows below

Code: Select all

F:/msys32/home/11022259/esp/esp-adf/esp-idf/make/project.mk:502: 警告:未定义的变量“which git”
WARNING: Missing submodule components/coap/libcoap...
Attempting 'git submodule update --init components/coap/libcoap' in esp-idf root directory...
子模组 'components/coap/libcoap'(https://github.com/obgm/libcoap.git)未对路径 'components/coap/libcoap' 注册
but there is not more info about the get-started guide in github.
where could i get more detail about it?


BR!

Re: where could i get more detail about the get-started guide of esp-adf ?

Posted: Wed Apr 25, 2018 10:00 am
by chegewara

Re: where could i get more detail about the get-started guide of esp-adf ?

Posted: Fri Apr 27, 2018 2:47 am
by ESP_tuanpm
Hi @mksevent32

Please retry to clone ADF project with recursive flag and try compile again:

Code: Select all

git clone --recursive https://github.com/espressif/esp-adf.git