MKFirmware / MarlinKimbra

📟 MK 3D Printer Firmware for Arduino
52 stars 39 forks source link

avr/io.h missing #174

Closed jmlcatarino closed 7 years ago

jmlcatarino commented 7 years ago

Hi there, I'm trying to upload this firmware to a Due and it gives me this error : sketch/src/HAL/fastio.h:31:20: fatal error: avr/io.h: No such file or directory

include <avr/io.h>

I can't find any solutions for this error. I was using the earlier version, MK4Due and it gave lot's of errors with LCD settings, by not recognizing several parts of the code, so I'm trying this new version. Using IDE 1.8.3 Thank you in advance

MagoKimbra commented 7 years ago

This Firmware is old and only for 8 bit processor... Look https://github.com/MKFirmware/MK4duo

jmlcatarino commented 7 years ago

I thought it was the newer version. I went to your site and got the idea that it was newer than MK4duo. :) Thanks anyway and a special thanks for the firmware.