Error compiling Repetier-Firmware 0.92.7 (twi.c)
Greetings.
I generated a configuration.h file using the online configuration tool and downloaded the entire firmware. When loading it on Arduino 1.6.7 (both portable and instalable versions) the program gives the following error when verifying the code:
I've found twi.c in the "libraries" subfolder under repetier firmware and tried copying it to the arduino/libraries folder. I also tried using the "include zip or folder library" option that arduino has but that didn't work. I don't know what I'm doing wrong, any help on this?
Thanks
I generated a configuration.h file using the online configuration tool and downloaded the entire firmware. When loading it on Arduino 1.6.7 (both portable and instalable versions) the program gives the following error when verifying the code:
Arduino:1.6.7 (Windows 10), Placa:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
sketch\libraries\twi.c:1:17: fatal error: twi.c: No such file or directory
#include <twi.c>
^
compilation terminated.
exit status 1
Compilation Error
sketch\libraries\twi.c:1:17: fatal error: twi.c: No such file or directory
#include <twi.c>
^
compilation terminated.
exit status 1
Compilation Error
I've found twi.c in the "libraries" subfolder under repetier firmware and tried copying it to the arduino/libraries folder. I also tried using the "include zip or folder library" option that arduino has but that didn't work. I don't know what I'm doing wrong, any help on this?
Thanks
Comments
Thank you very much, I will report the result asap