Welcome! Log In Create A New Profile

Advanced

Repetier Firmware install error - Please help

Posted by Mils24 
Repetier Firmware install error - Please help
March 14, 2015 11:10AM
Hello

I am new to 3D printing and I recently received my Kickstarter Delta printer. I have received a new firmware file from the KS creator and I am having some issues getting it installed - I have emailed him about it but with no reply to date so Ive came here.

The printer is running a Arduino Due 32ARM board with RADDS shield and Repetier firmware. I am connecting to the Arduino board using the Programming port and I have the correct board and port selected in the Arduino IDE software. It uploads until about half way and then stops.

This is the error log details, can someone help and tell me where I am going wrong:

Arduino: 1.6.0 (Mac OS X), Board: "Arduino Due for Repetier (Programming port)"

/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:303:55: error: no matching function for call to 'UARTClass::UARTClass(Uart*, IRQn, int, RingBuffer*)'
UARTClass Serial(UART, UART_IRQn, ID_UART, &rx_buffer1);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:303:55: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.h:38:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:19:
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/UARTClass.h:45:5: note: UARTClass::UARTClass(Uart*, IRQn_Type, uint32_t, RingBuffer*, RingBuffer*)
UARTClass(Uart* pUart, IRQn_Type dwIrq, uint32_t dwId, RingBuffer* pRx_buffer, RingBuffer* pTx_buffer);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/UARTClass.h:45:5: note: candidate expects 5 arguments, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/UARTClass.h:35:7: note: UARTClass::UARTClass(const UARTClass&)
class UARTClass : public HardwareSerial
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/UARTClass.h:35:7: note: candidate expects 1 argument, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:321:63: error: no matching function for call to 'USARTClass::USARTClass(Usart*, IRQn, int, RingBuffer*)'
USARTClass Serial1(USART0, USART0_IRQn, ID_USART0, &rx_buffer2);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:321:63: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.h:39:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:19:
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: USARTClass::USARTClass(Usart*, IRQn_Type, uint32_t, RingBuffer*, RingBuffer*)
USARTClass(Usart* pUsart, IRQn_Type dwIrq, uint32_t dwId, RingBuffer* pRx_buffer, RingBuffer* pTx_buffer);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: candidate expects 5 arguments, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: USARTClass::USARTClass(const USARTClass&)
class USARTClass : public UARTClass
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: candidate expects 1 argument, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:324:63: error: no matching function for call to 'USARTClass::USARTClass(Usart*, IRQn, int, RingBuffer*)'
USARTClass Serial2(USART1, USART1_IRQn, ID_USART1, &rx_buffer3);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:324:63: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.h:39:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:19:
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: USARTClass::USARTClass(Usart*, IRQn_Type, uint32_t, RingBuffer*, RingBuffer*)
USARTClass(Usart* pUsart, IRQn_Type dwIrq, uint32_t dwId, RingBuffer* pRx_buffer, RingBuffer* pTx_buffer);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: candidate expects 5 arguments, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: USARTClass::USARTClass(const USARTClass&)
class USARTClass : public UARTClass
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: candidate expects 1 argument, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:327:63: error: no matching function for call to 'USARTClass::USARTClass(Usart*, IRQn, int, RingBuffer*)'
USARTClass Serial3(USART3, USART3_IRQn, ID_USART3, &rx_buffer4);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:327:63: note: candidates are:
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.h:39:0,
from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/variants/arduino_due_repetier/variant.cpp:19:
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: USARTClass::USARTClass(Usart*, IRQn_Type, uint32_t, RingBuffer*, RingBuffer*)
USARTClass(Usart* pUsart, IRQn_Type dwIrq, uint32_t dwId, RingBuffer* pRx_buffer, RingBuffer* pTx_buffer);
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:108:5: note: candidate expects 5 arguments, 4 provided
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: USARTClass::USARTClass(const USARTClass&)
class USARTClass : public UARTClass
^
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/USARTClass.h:66:7: note: candidate expects 1 argument, 4 provided
Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.


Many thanks for any help
Sorry, only registered users may post in this forum.

Click here to login