Hello,
I am trying to compile and upload Repetier firmware from my Raspberry pi (2 and 3 models) to arduino mega 2560. I am using Arduino IDE v ersion 2.1.0.5+dsfg2-4.1 on my Pi2 board and on Pi3 it is the latest version. I have installed SdFat library in IDE and all examples in the SdFat are now visible in arduino IDE, but while compiling the repeater firmware throwing error as follows-
/ usr / share / arduino / hardware / tools / avr / bin / avr-g ++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu = atmega2560 -DF_CPU = 16000000L -MMD -DUSB_VID = null -DUSB_PID = null -DARDUINO = 105 -DPROG_TYPES_COMPAT -I / usr / share / arduino / hardware / arduino / cores / arduino -I / usr / share / arduino / hardware / arduino / variants / mega -I / usr / share / arduino / libraries / SPI /tmp/build9023317472017874605.tmp/uilang.cpp -o /tmp/build9023317472017874605.tmp/uilang.cpp.o
In file included from uilang.cpp: 24: 0:
Repetier.h: 629: 29: fatal error: src / SdFat / SdFat.h: No such file or directory
compilation terminated.
Any sugestions/solution are welcome.
Kind regards,
Perk