Can't compile firmware (Sanguinololu v1.3)
I have been using Marlin firmware on my printer and I thought that I should give a try Repetier firmware also, but it looks like I can't compile this configuration that I made with configuration tool. I have used same arduino IDE successfully to compile and program Marlin firmware.
Card that I use is Sanguinololu v1.3 with RepRapDiscount Smart Controller.
Configuration file: http://kaji.fi/Configuration.h
I get following error:
Arduino: 1.0.6 (Windows 7), Board: "Sanguino W/ ATmega1284p 16mhz"
Printer.cpp: In static member function 'static void Printer::setup()':
Printer.cpp:699: error: 'DIO49_DDR' was not declared in this scope
Printer.cpp:699: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:700: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:700: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:700: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:700: error: 'DIO49_PIN' was not declared in this scope
Comments