9 years, 1 month ago.

SDFileSystem error when compiling with gcc

When I export my mbed programm to GCC ARM Embedded, SDFileSystem seems to make some problems:

In file included from ./mbed/FileSystemLike.h:23:0, from ./SDFileSystem/FATFileSystem/FATFileSystem.h:25, from ./SDFileSystem/SDFileSystem.h:26, from main.cpp:33: ./mbed/DirHandle.h:29:1: error: expected ',' or ';' before 'struct' struct dirent { ^

Question relating to:

Be the first to answer this question.