View Single Post
Old 02-26-2017, 07:09 AM   #82 (permalink)
ntoobe
EcoModding Lurker
 
Join Date: Jun 2015
Location: EU
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
Hi!

I'm getting bunch of compilation errors with the new code.
Am I doing something wrong?

******


Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Mini, ATmega328"

Build options changed, rebuilding all

mpguino_194_20170210_ninom:1026: error: 'PINK3' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void __vector_5()':
mpguino_194_20170210_ninom:1017: error: 'PINK' was not declared in this scope
mpguino_194_20170210_ninom.ino:5636:6: note: in expansion of macro 'PINx'
mpguino_194_20170210_ninom.ino: In function 'void initADC(uint8_t)':
mpguino_194_20170210_ninom:6003: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void shutdownADC()':
mpguino_194_20170210_ninom:6035: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void TWI::init()':
mpguino_194_20170210_ninom:6457: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void TWI::shutdown()':
mpguino_194_20170210_ninom:6485: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void doGoDeepSleep()':
mpguino_194_20170210_ninom:11299: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom.ino: In function 'void initGuino()':
mpguino_194_20170210_ninom:1005: error: 'INT5' was not declared in this scope
mpguino_194_20170210_ninom.ino:12853:19: note: in expansion of macro 'FI_EN_INT_O'
mpguino_194_20170210_ninom:1006: error: 'INT4' was not declared in this scope
mpguino_194_20170210_ninom.ino:12853:40: note: in expansion of macro 'FI_EN_INT_C'
mpguino_194_20170210_ninom:1007: error: 'EICRB' was not declared in this scope
mpguino_194_20170210_ninom.ino:12855:2: note: in expansion of macro 'EICRx'
mpguino_194_20170210_ninom:1008: error: 'ISC51' was not declared in this scope
mpguino_194_20170210_ninom.ino:12855:18: note: in expansion of macro 'FI_ISC_OH'
mpguino_194_20170210_ninom:1009: error: 'ISC50' was not declared in this scope
mpguino_194_20170210_ninom.ino:12855:37: note: in expansion of macro 'FI_ISC_OL'
mpguino_194_20170210_ninom:1010: error: 'ISC41' was not declared in this scope
mpguino_194_20170210_ninom.ino:12855:56: note: in expansion of macro 'FI_ISC_CH'
mpguino_194_20170210_ninom:1011: error: 'ISC40' was not declared in this scope
mpguino_194_20170210_ninom.ino:12855:75: note: in expansion of macro 'FI_ISC_CL'
mpguino_194_20170210_ninom:1012: error: 'INTF5' was not declared in this scope
mpguino_194_20170210_ninom.ino:12858:17: note: in expansion of macro 'FI_FL_INT_O'
mpguino_194_20170210_ninom:1013: error: 'INTF4' was not declared in this scope
mpguino_194_20170210_ninom.ino:12858:38: note: in expansion of macro 'FI_FL_INT_C'
mpguino_194_20170210_ninom.ino: In function 'int main()':
mpguino_194_20170210_ninom:13443: error: 'PRR0' was not declared in this scope
mpguino_194_20170210_ninom:13476: error: 'DIDR2' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRR1' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRTIM5' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRTIM4' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRTIM3' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRUSART3' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRUSART2' was not declared in this scope
mpguino_194_20170210_ninom:13491: error: 'PRUSART1' was not declared in this scope
mpguino_194_20170210_ninom:1017: error: 'PINK' was not declared in this scope
mpguino_194_20170210_ninom.ino:13616:18: note: in expansion of macro 'PINx'
'PINK3' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
__________________
Sorry, new users are not permitted to post links in their signatures.
  Reply With Quote