View Single Post
Old 01-02-2014, 07:56 PM   #274 (permalink)
NotJimCarrey
EcoModding Lurker
 
Join Date: Jan 2014
Location: Renton, WA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
I'm trying to build this in Arduino IDE 1.0.5 but get these errors:

Code:
mpguino_tav.ino:1025:38: error: ‘PORTF0’ was not declared in this scope
mpguino_tav.ino:1026:34: error: ‘PORTF1’ was not declared in this scope
mpguino_tav.ino:1027:36: error: ‘PORTE6’ was not declared in this scope
mpguino_tav.ino:1031:34: error: ‘PORTF4’ was not declared in this scope
In file included from mpguino_tav.ino:352:0:
mpguino_tav.ino:2972:61: error: variable ‘buttonPressAdrList’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
mpguino_tav.ino: In function ‘void __vector_21()’:
mpguino_tav.ino:3853:32: error: ‘MUX4’ was not declared in this scope
mpguino_tav.ino: In function ‘void LCD::init()’:
mpguino_tav.ino:4374:2: error: ‘DDRE’ was not declared in this scope
mpguino_tav.ino:4375:2: error: ‘DDRF’ was not declared in this scope
mpguino_tav.ino:4376:2: error: ‘PORTF’ was not declared in this scope
mpguino_tav.ino: In function ‘uint8_t LCD::writeNybble(uint8_t, uint8_t)’:
mpguino_tav.ino:4497:3: error: ‘PORTF’ was not declared in this scope
mpguino_tav.ino:4508:3: error: ‘PORTE’ was not declared in this scope
In file included from mpguino_tav.ino:352:0:
mpguino_tav.ino: At global scope:
mpguino_tav.ino:4753:34: error: variable ‘S64programList’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
mpguino_tav.ino: In function ‘int main()’:
mpguino_tav.ino:8026:17: error: ‘ADC7D’ was not declared in this scope
mpguino_tav.ino:8026:32: error: ‘ADC6D’ was not declared in this scope
mpguino_tav.ino:8027:2: error: ‘DIDR2’ was not declared in this scope
mpguino_tav.ino:8027:16: error: ‘ADC10D’ was not declared in this scope
Any ideas what I'm doing wrong?
  Reply With Quote