Davici Duo

Hello,

i'am new here and my english is not the best. I hope you can understand my problem.

I have download the Retier 0.92 for DaVinci 2.0A

by compiling there is an error message:

Arduino: 1.5.8 (Windows 8), Board: "Arduino Due (Native USB Port)"

Build options changed, rebuilding all

Verwende die Bibliothek SPI im Ordner: C:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\libraries\SPI



C:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/arm-none-eabi-g++ -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -mcpu=cortex-m3 -DF_CPU=84000000L -DARDUINO=158 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -D__SAM3X8E__ -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER="Unknown" -DUSB_PRODUCT="Arduino Due" -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\system/libsam -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\system/CMSIS/CMSIS/Include/ -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\system/CMSIS/Device/ATMEL/ -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\cores\arduino -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\variants\arduino_due_x -IC:\Users\user\Downloads\arduino-1.5.8-windows\arduino-1.5.8\hardware\arduino\sam\libraries\SPI C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\BedLeveling.cpp -o C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\BedLeveling.cpp.o

In file included from C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\Repetier.h:572:0,
                 from C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\BedLeveling.cpp:107:
C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\HAL.h: In static member function 'static void HAL::serialSetBaudrate(long int)':
C:\Users\user\AppData\Local\Temp\build554591408863347287.tmp\HAL.h:684:14: error: 'class UARTClass' has no member named 'setInterruptPriority'
       Serial.setInterruptPriority(1);
              ^
Fehler beim Übersetzen

Can you help me? Where is the error? Or do you have an funktionally?

regards


Comments

  • I think you have selected the wrong hardware in Arduino IDE. You selected an Arduino Duo board. Don't have that printer but quite sure that it is AVR based, so most likely you need Arduino Mega 2560 as board in IDE.
    You see this also in MOTHERBOARD on selected board. Due uses 4xx as board number.
Sign In or Register to comment.