Advertisement
jon123456

Error

Mar 9th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. In file included from /home/laptop/Arduino/libraries/MySensors/MySensors.h:64:0,
  6. from /home/laptop/Pulpit/Projekt smart-dom/Oświetlenie/binary-relay-scene-controler/binary-relay-scene-controler.ino:32:
  7. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp: In function 'void clearPendingInterrupt(uint8_t)':
  8. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:70:2: error: 'EIFR' was not declared in this scope
  9. EIFR = _BV(interrupt);
  10. ^
  11. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp: In function 'void hwPowerDown(uint8_t)':
  12. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:89:20: error: 'WDTCSR' was not declared in this scope
  13. uint8_t WDTsave = WDTCSR;
  14. ^
  15. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:93:19: error: 'WDCE' was not declared in this scope
  16. WDTCSR |= (1 << WDCE) | (1 << WDIE);
  17. ^
  18. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:93:33: error: 'WDIE' was not declared in this scope
  19. WDTCSR |= (1 << WDCE) | (1 << WDIE);
  20. ^
  21. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:114:18: error: 'WDCE' was not declared in this scope
  22. WDTCSR |= (1 << WDCE) | (1 << WDE);
  23. ^
  24. In file included from /opt/arduino-1.8.5/hardware/tools/avr/avr/include/avr/io.h:99:0,
  25. from /opt/arduino-1.8.5/hardware/tools/avr/avr/include/avr/pgmspace.h:90,
  26. from /home/laptop/.arduino15/packages/MightyCore/hardware/avr/1.0.8/cores/MightyCore/Arduino.h:28,
  27. from sketch/binary-relay-scene-controler.ino.cpp:1:
  28. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp: In function 'bool hwUniqueID(uint8_t (*)[16])':
  29. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:246:26: error: 'SIGRD' was not declared in this scope
  30. *((uint8_t*)uniqueID) = boot_signature_byte_get(0x00);
  31. ^
  32. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:247:30: error: 'SIGRD' was not declared in this scope
  33. *((uint8_t*)uniqueID + 1) = boot_signature_byte_get(0x02);
  34. ^
  35. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:248:30: error: 'SIGRD' was not declared in this scope
  36. *((uint8_t*)uniqueID + 2) = boot_signature_byte_get(0x04);
  37. ^
  38. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:249:30: error: 'SIGRD' was not declared in this scope
  39. *((uint8_t*)uniqueID + 3) = boot_signature_byte_get(0x01); //OSCCAL
  40. ^
  41. In file included from /home/laptop/Arduino/libraries/MySensors/MySensors.h:64:0,
  42. from /home/laptop/Pulpit/Projekt smart-dom/Oświetlenie/binary-relay-scene-controler/binary-relay-scene-controler.ino:32:
  43. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp: In function 'uint16_t hwCPUFrequency()':
  44. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:282:2: error: 'TIFR1' was not declared in this scope
  45. TIFR1 = 0xFF;
  46. ^
  47. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:285:2: error: 'TCCR1C' was not declared in this scope
  48. TCCR1C = 0;
  49. ^
  50. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:287:20: error: 'WDTCSR' was not declared in this scope
  51. uint8_t WDTsave = WDTCSR;
  52. ^
  53. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:290:18: error: 'WDIE' was not declared in this scope
  54. WDTCSR |= (1 << WDIE);
  55. ^
  56. In file included from /opt/arduino-1.8.5/hardware/tools/avr/avr/include/avr/io.h:99:0,
  57. from /opt/arduino-1.8.5/hardware/tools/avr/avr/include/avr/pgmspace.h:90,
  58. from /home/laptop/.arduino15/packages/MightyCore/hardware/avr/1.0.8/cores/MightyCore/Arduino.h:28,
  59. from sketch/binary-relay-scene-controler.ino.cpp:1:
  60. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:295:29: error: 'WDIF' was not declared in this scope
  61. while (bit_is_clear(WDTCSR,WDIF)) {};
  62. ^
  63. In file included from /home/laptop/Arduino/libraries/MySensors/MySensors.h:64:0,
  64. from /home/laptop/Pulpit/Projekt smart-dom/Oświetlenie/binary-relay-scene-controler/binary-relay-scene-controler.ino:32:
  65. /home/laptop/Arduino/libraries/MySensors/hal/architecture/AVR/MyHwAVR.cpp:300:18: error: 'WDCE' was not declared in this scope
  66. WDTCSR |= (1 << WDCE) | (1 << WDE);
  67. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement