ffxx68 / Sharp_ce140f_emul

13 stars 2 forks source link

Missing "SDFileSystem.h #3

Closed Taki-B closed 1 year ago

Taki-B commented 1 year ago

I just tried to compile the emulator firmware but the compiler complains because a header file is missing:

#5: cannot open source input file "SDFileSystem.h": No such file or directory
"/src/commands.cpp", line 2: Error:  #5: cannot open source input file "SDFileSystem.h": No such file or directory
  #include "SDFileSystem.h"
Taki-B commented 1 year ago

After importing the project via github in mbed it worked as expected.