ESP-IDF "internal networking example" comiling error
Posted: Fri Nov 23, 2018 6:41 pm
Hi, I was trying to compile the example program under esp-idf/examples/mesh/internal_communication/
But if I try to compile, I receive the following error:
Thanks
But if I try to compile, I receive the following error:
- LD /home/sandhan/Documents/Projects/ESP-Projects/mesh/internal_communication/build/internal_communication.elf
- /home/sandhan/Documents/Projects/ESP-Projects/mesh/internal_communication/build/esp32/libesp32.a(phy_init.o):(.literal.esp_phy_rf_init+0xc): undefined reference to `esp_wifi_internal_update_mac_time'
- /home/sandhan/Documents/Projects/ESP-Projects/mesh/internal_communication/build/esp32/libesp32.a(phy_init.o): In function `phy_update_wifi_mac_time':
- /home/sandhan/.local/opt/esp/esp-idf/components/esp32/phy_init.c:86: undefined reference to `esp_wifi_internal_update_mac_time'
- collect2: error: ld returned 1 exit status
- /home/sandhan/.local/opt/esp/esp-idf/make/project.mk:452: recipe for target '/home/sandhan/Documents/Projects/ESP-Projects/mesh/internal_communication/build/internal_communication.elf' failed
- make: *** [/home/sandhan/Documents/Projects/ESP-Projects/mesh/internal_communication/build/internal_communication.elf] Error 1