|
Can't figure out where to put Azteeg Sanguino addons so they're recognized by Arduino 1.6.12 October 12, 2016 02:12PM |
Registered: 15 years ago Posts: 411 |
In file included from sketch/pins_AZTEEG_X1.h:30:0,
from sketch/pins.h:87,
from sketch/MarlinConfig.h:33,
from ~/Documents/3D_printing/Sketchbooks/Marlin-1.1.0-RC7-Azteeg-Blue-MendelMax/Marlin-1.1.0-RC7-Azteeg-Blue-MendelMax.ino:37:
pins_SANGUINOLOLU_11.h:28: error: #error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
^
exit status 1
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) #error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu." #endif
|
Re: Can't figure out where to put Azteeg Sanguino addons so they're recognized by Arduino 1.6.12 October 13, 2016 02:50AM |
Admin Registered: 15 years ago Posts: 7,337 |
|
Re: Can't figure out where to put Azteeg Sanguino addons so they're recognized by Arduino 1.6.12 October 13, 2016 09:36AM |
Registered: 15 years ago Posts: 411 |
Quote
Dust
I just replicated your install without #6, got the same error. (missed something obvious)
The issue is that you need to select the correct processor, you have a ATmega644 selected
This is invalid, it needs to be a ATmega644p or ATmega1284p
(ATmega 1284P on v1.5, ATmega 644P on v1.0 on a Azteeg X1)