SdFat erorr due to computer crash

Hello Guys,

I really need your help here.

I had the SdFat lib working fine and my computer crashed during work now I cant run the sketch again, I get the error
"Compilation terminated

exit status 1"

If I exclude the #include <SdFat.h> I have no problems but I need it.

I uninstalled and re-installed the Adriano software and included the SdFat.h file again but without any change.

Any Idea?

Thanks,
Yossi

my sketch start like this

  1. #include<SPI.h>
  2. #include <SdFat.h>

If I enter an empty line between them it compiles if I delete the empty line I get the error back again.

Don't understands this phenomena