Arduino : 1.8.8 (Mac OS X), Carte : "Arduino Due (Programming Port)" ATTENTION : la bibliothèque EEPROM prétend être exécutable sur la (ou les) architecture(s) (avr) et peut être incompatible avec votre carte actuelle qui s'exécute sur (sam). In file included from /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino:42:0: /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h: In member function 'uint8_t EERef::operator*() const': /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h:42:86: error: 'eeprom_read_byte' was not declared in this scope uint8_t operator*() const { return eeprom_read_byte( (uint8_t*) index ); } ^ /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h: In member function 'EERef& EERef::operator=(uint8_t)': /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h:47:91: error: 'eeprom_write_byte' was not declared in this scope EERef &operator=( uint8_t in ) { return eeprom_write_byte( (uint8_t*) index, in ), *this; } ^ In file included from /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino:42:0: /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h: In member function 'uint16_t EEPROMClass::length()': /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/libraries/EEPROM/src/EEPROM.h:127:51: error: 'E2END' was not declared in this scope uint16_t length() { return E2END + 1; } ^ In file included from /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/CMSIS/Device/ATMEL/sam3xa/include/sam3xa.h:44:0, from /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/CMSIS/Device/ATMEL/sam3.h:59, from /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/CMSIS/Device/ATMEL/sam.h:198, from /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/libsam/chip.h:25, from /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/cores/arduino/Arduino.h:42, from sketch/Stilo_3_0.ino.cpp:1: /Users/guillaume/Documents/dev/Arduino/libraries/DS1307new/DS1307new.h: At global scope: /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:502:29: error: expected ')' before '*' token #define RTC ((Rtc *)0x400E1A60U) /**< \brief (RTC ) Base Address */ ^ /Users/guillaume/Documents/dev/Arduino/libraries/DS1307new/DS1307new.h:82:18: note: in expansion of macro 'RTC' extern DS1307new RTC; ^ /Users/guillaume/Library/Arduino15/packages/arduino/hardware/sam/1.6.11/system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h:502:29: error: expected ')' before '*' token #define RTC ((Rtc *)0x400E1A60U) /**< \brief (RTC ) Base Address */ ^ /Users/guillaume/Documents/dev/Arduino/libraries/DS1307new/DS1307new.h:82:18: note: in expansion of macro 'RTC' extern DS1307new RTC; ^ In file included from /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino:47:0: sketch/moon.h: In function 'void moonage()': moon.h:104:20: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) float tmpT = RTC.cdn; ^ sketch/moon.h: In function 'void moonphase(int, int, int)': moon.h:129:7: error: request for member 'fillByYMD' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(py, pm, pd); ^ moon.h:130:14: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) day0 = RTC.cdn -1; ^ moon.h:131:7: error: request for member 'fillByCDN' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByCDN(day0); ^ moon.h:134:14: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) day0 = RTC.cdn +1; ^ moon.h:135:7: error: request for member 'fillByCDN' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByCDN(day0); ^ moon.h:139:14: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) day0 = RTC.cdn +1; ^ moon.h:140:7: error: request for member 'fillByCDN' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByCDN(day0); ^ moon.h:143:7: error: request for member 'fillByYMD' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(py, pm, pd); ^ sketch/moon.h: In function 'void riseset(int, int, boolean)': moon.h:365:14: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) jd = RTC.cdn +1; ^ moon.h:367:14: error: request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) jd = RTC.cdn; ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: At global scope: Stilo_3_0:52:1: error: 'UTouch' does not name a type UTouch myTouch(46,45,44,43,42); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void hlightButton(char*, int, int, int, int)': Stilo_3_0:448:10: error: 'myTouch' was not declared in this scope while (myTouch.dataAvailable()) { ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void hlightUpButton(int, int)': Stilo_3_0:482:10: error: 'myTouch' was not declared in this scope while (myTouch.dataAvailable()) { ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void hlightDownButton(int, int)': Stilo_3_0:495:10: error: 'myTouch' was not declared in this scope while (myTouch.dataAvailable()) { ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void printDate(int, int)': Stilo_3_0:611:26: error: request for member 'dow' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) strcat(chDate, Day[RTC.dow]); ^ Stilo_3_0:613:12: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) itoa(RTC.day, tmpChar, 10); ^ Stilo_3_0:616:26: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) strcat(chDate, Mon[RTC.month]); ^ Stilo_3_0:618:12: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) itoa(RTC.year, tmpChar, 10); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void SaveRTC()': Stilo_3_0:913:8: error: request for member 'stopClock' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.stopClock(); ^ Stilo_3_0:915:8: error: request for member 'fillByYMD' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(tmpRTC.tYear, tmpRTC.tMonth, tmpRTC.tDay); ^ Stilo_3_0:916:8: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(tmpRTC.tHour, tmpRTC.tMinute, 0); ^ Stilo_3_0:917:8: error: request for member 'setTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.setTime(); ^ Stilo_3_0:920:8: error: request for member 'startClock' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.startClock(); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void LED_levels_output()': Stilo_3_0:932:17: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) min_cnt= (RTC.hour*60)+RTC.minute; ^ Stilo_3_0:932:30: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) min_cnt= (RTC.hour*60)+RTC.minute; ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void moon_init()': Stilo_3_0:987:17: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) moonphase(RTC.year, RTC.month, RTC.day); ^ Stilo_3_0:987:27: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) moonphase(RTC.year, RTC.month, RTC.day); ^ Stilo_3_0:987:38: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) moonphase(RTC.year, RTC.month, RTC.day); ^ Stilo_3_0:992:9: error: request for member 'getTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.getTime(); ^ Stilo_3_0:993:16: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tnow = RTC.time2000; ^ Stilo_3_0:995:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(Moon.riseH, Moon.riseM, 0); ^ Stilo_3_0:996:23: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) rise_time = RTC.time2000; ^ Stilo_3_0:998:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(0, 0, 0); ^ Stilo_3_0:999:23: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) rise_time = RTC.time2000; ^ Stilo_3_0:1002:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(Moon.setH, Moon.setM, 0); ^ Stilo_3_0:1003:22: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) set_time = RTC.time2000; ^ Stilo_3_0:1005:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(23, 59, 59); ^ Stilo_3_0:1006:22: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) set_time = RTC.time2000; ^ Stilo_3_0:1008:9: error: request for member 'getTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.getTime(); ^ Stilo_3_0:1022:6: error: request for member 'fillByYMD' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1022:20: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1022:30: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1022:41: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1033:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(Moon.setH, Moon.setM, 59); ^ Stilo_3_0:1034:22: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) set_time = RTC.time2000; ^ Stilo_3_0:1039:6: error: request for member 'fillByYMD' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1039:20: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1039:30: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1039:41: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByYMD(RTC.year, RTC.month, RTC.day+1); ^ Stilo_3_0:1051:11: error: request for member 'fillByHMS' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.fillByHMS(Moon.riseH, Moon.riseM, 0); ^ Stilo_3_0:1052:23: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) rise_time = RTC.time2000; ^ Stilo_3_0:1057:16: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour >= moonSett.moonrise) || (RTC.hour < moonSett.moonset)) { ^ Stilo_3_0:1057:51: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour >= moonSett.moonrise) || (RTC.hour < moonSett.moonset)) { ^ Stilo_3_0:1061:16: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour < moonSett.moonrise) && (RTC.hour >= moonSett.moonset)) { ^ Stilo_3_0:1061:50: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour < moonSett.moonrise) && (RTC.hour >= moonSett.moonset)) { ^ Stilo_3_0:1067:7: error: request for member 'getTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.getTime(); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void moonlight_output()': Stilo_3_0:1076:19: error: request for member 'time2000' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) long tnow = RTC.time2000; ^ Stilo_3_0:1084:35: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((moonSett.moonrise==RTC.hour) && (RTC.minute<=15)) { //dimm for moonrise ^ Stilo_3_0:1084:49: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((moonSett.moonrise==RTC.hour) && (RTC.minute<=15)) { //dimm for moonrise ^ Stilo_3_0:1085:29: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) mout = check(0, &mout, RTC.minute); ^ Stilo_3_0:1087:41: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if ((moonSett.moonset-1==RTC.hour) && (RTC.minute>=45)) { //dimm for moonset ^ Stilo_3_0:1087:55: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if ((moonSett.moonset-1==RTC.hour) && (RTC.minute>=45)) { //dimm for moonset ^ Stilo_3_0:1088:36: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) mout = check(&mout, 0, RTC.minute-45); ^ Stilo_3_0:1090:38: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if (moonSett.moonset==RTC.hour) { ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void mainScreen(boolean)': Stilo_3_0:1144:12: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour!=prevRTC.tHour) || (RTC.minute!=prevRTC.tMinute) || refreshAll) { //time ^ Stilo_3_0:1144:41: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.hour!=prevRTC.tHour) || (RTC.minute!=prevRTC.tMinute) || refreshAll) { //time ^ Stilo_3_0:1145:25: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) prevRTC.tHour = RTC.hour; ^ Stilo_3_0:1146:27: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) prevRTC.tMinute = RTC.minute; ^ Stilo_3_0:1148:19: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) printTime(RTC.hour, RTC.minute, 220, 5); ^ Stilo_3_0:1148:29: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) printTime(RTC.hour, RTC.minute, 220, 5); ^ Stilo_3_0:1151:12: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.day!=prevRTC.tDay) || (RTC.month!=prevRTC.tMonth) || (RTC.year!=prevRTC.tYear) || refreshAll) { //date ^ Stilo_3_0:1151:39: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.day!=prevRTC.tDay) || (RTC.month!=prevRTC.tMonth) || (RTC.year!=prevRTC.tYear) || refreshAll) { //date ^ Stilo_3_0:1151:70: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if ((RTC.day!=prevRTC.tDay) || (RTC.month!=prevRTC.tMonth) || (RTC.year!=prevRTC.tYear) || refreshAll) { //date ^ Stilo_3_0:1152:24: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) prevRTC.tDay = RTC.day; ^ Stilo_3_0:1153:26: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) prevRTC.tMonth = RTC.month; ^ Stilo_3_0:1154:25: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) prevRTC.tYear = RTC.year; ^ Stilo_3_0:1228:76: error: no matching function for call to 'UTFT::drawBitmap(int, int, int, int, unsigned int*&)' myGLCD.drawBitmap(226, by+(186-by)/2-24, 50, 50, MoonPics[Moon.phase-1]); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino:1228:76: note: candidates are: In file included from /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino:38:0: /Users/guillaume/Documents/dev/Arduino/libraries/UTFT/UTFT.h:210:8: note: void UTFT::drawBitmap(int, int, int, int, short unsigned int*, int) void drawBitmap(int x, int y, int sx, int sy, bitmapdatatype data, int scale=1); ^ /Users/guillaume/Documents/dev/Arduino/libraries/UTFT/UTFT.h:210:8: note: no known conversion for argument 5 from 'unsigned int*' to 'short unsigned int*' /Users/guillaume/Documents/dev/Arduino/libraries/UTFT/UTFT.h:211:8: note: void UTFT::drawBitmap(int, int, int, int, short unsigned int*, int, int, int) void drawBitmap(int x, int y, int sx, int sy, bitmapdatatype data, int deg, int rox, int roy); ^ /Users/guillaume/Documents/dev/Arduino/libraries/UTFT/UTFT.h:211:8: note: candidate expects 8 arguments, 5 provided /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void clockScreen(boolean)': Stilo_3_0:1271:26: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tHour = RTC.hour; ^ Stilo_3_0:1272:28: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tMinute = RTC.minute; ^ Stilo_3_0:1273:25: error: request for member 'dow' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tDow = RTC.dow; ^ Stilo_3_0:1274:25: error: request for member 'day' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tDay = RTC.day; ^ Stilo_3_0:1275:27: error: request for member 'month' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tMonth = RTC.month; ^ Stilo_3_0:1276:26: error: request for member 'year' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) tmpRTC.tYear = RTC.year; ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void testScreen(boolean)': Stilo_3_0:1377:11: error: 'myTouch' was not declared in this scope if (myTouch.dataAvailable()) { ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void processMyTouch()': Stilo_3_0:1782:3: error: 'myTouch' was not declared in this scope myTouch.read(); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void setup()': Stilo_3_0:2458:3: error: 'TCCR3A' was not declared in this scope TCCR3A = B00100011; // Fast PWM on timer 3 ^ Stilo_3_0:2459:3: error: 'TCCR3B' was not declared in this scope TCCR3B = B11001; //no prescalering ^ Stilo_3_0:2460:3: error: 'OCR3A' was not declared in this scope OCR3A = 639; //count to 639 (16MHz/(640-1)=25 kHz) ^ Stilo_3_0:2492:3: error: 'myTouch' was not declared in this scope myTouch.InitTouch(LANDSCAPE); ^ Stilo_3_0:2510:7: error: request for member 'getTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.getTime(); ^ /Users/guillaume/Documents/dev/Arduino/Stilo_3_0/Stilo_3_0.ino: In function 'void loop()': Stilo_3_0:2534:7: error: 'myTouch' was not declared in this scope if (myTouch.dataAvailable()) { ^ Stilo_3_0:2558:11: error: request for member 'getTime' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) RTC.getTime(); ^ Stilo_3_0:2569:7: error: 'OCR3B' was not declared in this scope OCR3B = Fan1PWMval; //set PWM value for fan1 ^ Stilo_3_0:2570:7: error: 'OCR3C' was not declared in this scope OCR3C = Fan2PWMval; //set PWM value for fan2 ^ Stilo_3_0:2585:40: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if (((moonSett.moonrise == RTC.hour) || (moonSett.moonset == RTC.hour)) && (RTC.minute == 0)) { ^ Stilo_3_0:2585:74: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if (((moonSett.moonrise == RTC.hour) || (moonSett.moonset == RTC.hour)) && (RTC.minute == 0)) { ^ Stilo_3_0:2585:89: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) if (((moonSett.moonrise == RTC.hour) || (moonSett.moonset == RTC.hour)) && (RTC.minute == 0)) { ^ Stilo_3_0:2594:36: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if (((Moon.riseH == RTC.hour) && (Moon.riseM == RTC.minute)) || ((Moon.setH == RTC.hour) && (Moon.setM == RTC.minute))) { ^ Stilo_3_0:2594:64: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if (((Moon.riseH == RTC.hour) && (Moon.riseM == RTC.minute)) || ((Moon.setH == RTC.hour) && (Moon.setM == RTC.minute))) { ^ Stilo_3_0:2594:95: error: request for member 'hour' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if (((Moon.riseH == RTC.hour) && (Moon.riseM == RTC.minute)) || ((Moon.setH == RTC.hour) && (Moon.setM == RTC.minute))) { ^ Stilo_3_0:2594:122: error: request for member 'minute' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) else if (((Moon.riseH == RTC.hour) && (Moon.riseM == RTC.minute)) || ((Moon.setH == RTC.hour) && (Moon.setM == RTC.minute))) { ^ exit status 1 request for member 'cdn' in '1074666080u', which is of pointer type 'Rtc*' (maybe you meant to use '->' ?) Ce rapport pourrait être plus détaillé avec l'option "Afficher les résultats détaillés de la compilation" activée dans Fichier -> Préférences.