i m working on a project in which i am using stm32f411 nucleo board. in which i face error Description Resource Path Location Type fatal error: ff.h: No such file or directory fatfs.h /New Folder/Inc line 56 C/C++ Problem
In file included from C:/Users/firmware/Desktop/uc4/New Folder/Inc/file_functions.h:10:0, from C:/Users/firmware/Desktop/uc4/New Folder/Inc/target_init.h:30, from C:/Users/firmware/Desktop/uc4/New Folder/Inc/Test_functions.h:20, from C:/Users/firmware/Desktop/uc4/New Folder/Inc/UC_Packet_Process.h:20, from C:/Users/firmware/Desktop/uc4/New Folder/Inc/system.h:15, from C:/Users/firmware/Desktop/uc4/New Folder/Inc/Analog_Light.h:15, from ../Src/Analog_Light.c:9: C:/Users/firmware/Desktop/uc4/New Folder/Inc/fatfs.h:56:10: fatal error: ff.h: No such file or directory #include "ff.h"
but the file ff.h is present at location middleware/third_party/FatFs/src
i m using eclipse plese anyone tell me as soon as possible what i can do