Problem with Code from other user.

30 Sep 2012

Hello, i want to use this Code:

https://mbed.org/users/geiineuville/code/WEBserverv4/

but the Compiler stops with missing file.

"cannot open source input file "FATFileSystem.h": No such file or directory" in file "/SDFileSystem.h", Line: 27, Col: 26

The same is in this project.

https://mbed.org/users/YouTahDoug/code/SDFileSys_with_Rename/

I could not believe that the same bug was made by 2 different users.

I think there must be changes in compiler??

please help.

Joerg

01 Oct 2012

Hi Jörg,

The library in the program you mention refers to a legacy library and the reference has not updated quite correctly - the capitalisation of the URL is wrong.

You can fix the problem by importing this library:

Import libraryFatFileSystem

Unsupported version of FatFileSystem, included for compatibility.

Thanks,

Dan