Install
Posted: Sun Jul 24, 2016 4:09 pm
So we are trying to upload the Repetier-Firmware and getting the following error, any help would be greatly appreciated.
Arduino: 1.6.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\HAL.h:77:0,
from sketch\Repetier.h:353,
from C:\RoStock drivers\FirmWare\Firmware-master\Repetier Firmware\Repetier\Repetier.ino:143:
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:39: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:35: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:40: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_PIN" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:66: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:35: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:40: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:39: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:56: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:61: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_PIN" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:66: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:56: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:61: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
exit status 1
pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Arduino: 1.6.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\HAL.h:77:0,
from sketch\Repetier.h:353,
from C:\RoStock drivers\FirmWare\Firmware-master\Repetier Firmware\Repetier\Repetier.ino:143:
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:39: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:35: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:40: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_PIN" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:66: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:35: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:40: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:39: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:56: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:61: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
Configuration.h:614: error: pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_PIN" does not give a valid preprocessing token
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
^
sketch\fastio.h:27:66: note: in definition of macro '_READ'
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
^
sketch\Printer.h:642:56: note: in expansion of macro 'READ'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
sketch\Printer.h:642:61: note: in expansion of macro 'Z_PROBE_PIN'
return (Z_PROBE_ON_HIGH ? READ(Z_PROBE_PIN) : !READ(Z_PROBE_PIN));
^
exit status 1
pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.