I am trying to compile a sample code using SDK:
Build Date: 2018-01-17, Board: LPCXpresso54608
OS: Windows, Toolchain: MCUXpresso IDE
Components: FreeRTOS, mbedtls, FatFS, lwIP, emWin, USB stack, QCA400x WiFi
SDK Version: KSDK 2.3.0 (2017-11-16)
On MCUXpresso IDE v10.1.1 [Build 606] [2018-01-02] .
Here, All compilation works fine unless I select FatFS as part of project.
Once fatFS selected compilation fails for :
../fatfs/fatfs_source/fsl_sdspi_disk.c:39:22: fatal error: fsl_dspi.h: No such file or directory
#include "fsl_dspi.h"
^
compilation terminated.
make: *** [fatfs/fatfs_source/fsl_sdspi_disk.o] Error 1
make: *** Waiting for unfinished jobs....