Part Number: LAUNCHXL-CC26X2R1
Dear,
When I import the SPIFFS example from TI resource explorer, it works.
When in my existing cc26x2r project, I include the two lines for spiffs
#include <third_party/spiffs/spiffs.h>
#include <third_party/spiffs/SPIFFSNVS.h>
and build, it compiles, but at the linking phase, it fails:
undefined first referenced
symbol in file
--------- ----------------
SPIFFSNVS_close <whole-program>
SPIFFSNVS_config <whole-program>
SPIFFS_close <whole-program>
SPIFFS_errno <whole-program>
SPIFFS_format <whole-program>
SPIFFS_mount <whole-program>
SPIFFS_open <whole-program>
SPIFFS_read <whole-program>
SPIFFS_unmount <whole-program>
SPIFFS_write <whole-program>
Is there any setting I am missing? Maybe in eclipse?
Thanks