Cannot compile Repetier with full graphics support
HI all
When compiling Repetier (latest version) in Arudino IDE 1.0.6.I am compliting for a Melzi 2.0 board.
I get the following error:
SET_INPUT(SDCARDDETECT);
Printer.cpp: In static member function 'static void Printer::setup()':
Printer.cpp:832: error: 'DIO49_DDR' was not declared in this scope
Printer.cpp:832: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:833: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:833: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:833: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:833: error: 'DIO49_PIN' was not declared in this scope
I am a bit stuck as to where to go from here.
If I set #define FEATURE_CONTROLLER 0 from 11 it compiles and works fine (with no LCD/controller support)
Any help would be much appreciated.
Thanks
When compiling Repetier (latest version) in Arudino IDE 1.0.6.I am compliting for a Melzi 2.0 board.
I get the following error:
SET_INPUT(SDCARDDETECT);
Printer.cpp: In static member function 'static void Printer::setup()':
Printer.cpp:832: error: 'DIO49_DDR' was not declared in this scope
Printer.cpp:832: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:833: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:833: error: 'DIO49_PIN' was not declared in this scope
Printer.cpp:833: error: 'DIO49_WPORT' was not declared in this scope
Printer.cpp:833: error: 'DIO49_PIN' was not declared in this scope
I am a bit stuck as to where to go from here.
If I set #define FEATURE_CONTROLLER 0 from 11 it compiles and works fine (with no LCD/controller support)
Any help would be much appreciated.
Thanks
Comments