Search found 1 match
- Fri Jun 14, 2024 11:22 am
- Forum: ESP-IDF
- Topic: Linker does not find functions from the libspiffs.a library file
- Replies: 0
- Views: 301
Linker does not find functions from the libspiffs.a library file
We want to store the OTA AWS certificates into the flash of ESP32E board. We have used SPIFFS for that purpose in the main.c file of our project. For some reason, the linker does not find those functions. What could cause that issue? We checked that those functions are inside of libspiffs.a library ...