Still can not compile v0.91 Repetier Firmware
I have not been able to compile V0.91 firmware. I created a new configuration using http://www.repetier.com/firmware/v091/index.html I selected the Melzi board and I selected the Pibot Display/Controller extension with 20 x 4 characters. I downloaded the complete firmware. I unzipped the firmware. Using IDE 1.0.5 r2 I receive the following compile errors:
In file included from /Repetier.h:271,
from ui.cpp:20:
/ui.h: In function 'void ui_init_keys()':
ui.h:913: error: 'DIO42_DDR' was not declared in this scope
ui.h:913: error: 'DIO42_PIN' was not declared in this scope
ui.h:913: error: 'DIO42_WPORT' was not declared in this scope
ui.h:913: error: 'DIO42_PIN' was not declared in this scope
ui.h:913: error: 'DIO42_WPORT' was not declared in this scope
ui.h:913: error: 'DIO42_PIN' was not declared in this scope
/ui.h: In function 'void ui_check_keys(int&)':
ui.h:920: error: 'DIO42_RPORT' was not declared in this scope
ui.h:920: error: 'DIO42_PIN' was not declared in this scope
I have made no changes to any of the files. The port 42 is hard coded in ui.h although there is not a port 42 on the Melzi board.
Please any help appreciated
Comments