Issue with FS Library: undefined reference to `vtable for fs::FileImpl'
Posted: Fri Aug 18, 2023 4:43 am
Hi
I created My Arduino Project as component in ESP-IDF version 5.1. It was worked. But I just added the FS library in my ESP IDF project.
This is the library link: https://github.com/espressif/arduino-es ... braries/FS
It was showing error like esp-idf/arduino/libarduino.a(vfs_api.cpp.obj):(.literal._ZN11VFSFileImplD2Ev+0x4): undefined reference to `vtable for fs::FileImpl'
But in arduino IDE It was not showing any error. I accessed File with FS library. I need support for using FS library in ESP IDF 5.1.
Please help me to resolve this issue.
Regards
Brindha K
I created My Arduino Project as component in ESP-IDF version 5.1. It was worked. But I just added the FS library in my ESP IDF project.
This is the library link: https://github.com/espressif/arduino-es ... braries/FS
It was showing error like esp-idf/arduino/libarduino.a(vfs_api.cpp.obj):(.literal._ZN11VFSFileImplD2Ev+0x4): undefined reference to `vtable for fs::FileImpl'
But in arduino IDE It was not showing any error. I accessed File with FS library. I need support for using FS library in ESP IDF 5.1.
Please help me to resolve this issue.
Regards
Brindha K