i get this when i try to compile and flash my ramps
Arduino: 1.0.6 (Windows NT (unknown)), Board: “Arduino Mega 2560 or Mega ADK”
In file included from /SdFile.h:27,
from /cardreader.h:8,
from cardreader.cpp:2:
SdBaseFile.h:38: error: ‘xxstruct’ does not name a type
SdBaseFile.h:199: error: ‘fpos_t’ has not been declared
SdBaseFile.h:203: error: ‘fpos_t’ has not been declared
I am not great at arduino , so i need a little help
and yes , i have downloaded 1,0,6 marlin , that helped a lot on the other faults in the firmware , but i cant get these 2-3 fault to go away
Arduino: 1.6.5 (Windows 8.1), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”
In file included from SdFile.h:27:0,
from cardreader.h:8,
from cardreader.cpp:2:
SdBaseFile.h:38: error: ‘xxstruct’ does not name a type
xxstruct fpos_t {
^
SdBaseFile.h:199: error: ‘fpos_t’ has not been declared
void getpos(fpos_t* pos);
^
SdBaseFile.h:203: error: ‘fpos_t’ has not been declared
void setpos(fpos_t* pos);
^
‘xxstruct’ does not name a type