undefined reference to `fstorage' in nrf52840

Dear Team,

                 I am not able to resolve the undefined reference to `fstorage' in nrf52840 ...

                  please help me

Parents
  • Hi Nishant,

    Even if you have added the header files, any relevant paths and related files should also be included and the module should be enabled in the sdk_config.h. Kindly go through the link I shared.

    Also, check if you have you have added the .c file into SRC_FILES in the Makefile? This could be the problem if you have already added all the relevant files, but still have an error.

    Regards,

    Swathy

Reply
  • Hi Nishant,

    Even if you have added the header files, any relevant paths and related files should also be included and the module should be enabled in the sdk_config.h. Kindly go through the link I shared.

    Also, check if you have you have added the .c file into SRC_FILES in the Makefile? This could be the problem if you have already added all the relevant files, but still have an error.

    Regards,

    Swathy

Children
No Data
Related