Undefined reference to NVS
Posted: Mon Jun 18, 2018 3:47 pm
Hi guys,
I'm not sure how my project is different from the scan project, but I'm getting an undefined reference error when I try to integrate the scan code into my own project. Any ideas?
Going into the build directory, I see it compiling the NVS library. Am I missing some sort of wifi configuration?
-Nick
I'm not sure how my project is different from the scan project, but I'm getting an undefined reference error when I try to integrate the scan code into my own project. Any ideas?
Going into the build directory, I see it compiling the NVS library. Am I missing some sort of wifi configuration?
Code: Select all
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211.o):(.text.wifi_mode_set+0x0): undefined reference to `g_misc_nvs'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_deinit_process+0x0): undefined reference to `misc_nvs_deinit'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_deinit_process+0x16): undefined reference to `misc_nvs_deinit'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_restore_process+0x0): undefined reference to `misc_nvs_restore'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_restore_process+0x7): undefined reference to `misc_nvs_restore'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_init+0x28): undefined reference to `misc_nvs_init'
/home/nick/esp32_atmo/esp-idf/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o):(.text.wifi_init+0x98): undefined reference to `misc_nvs_init'