This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 2.0.1
More details
| Board | Claims compatibility | Inclusion | CANCommander |
CANSender |
EventsSequencer |
FullDeclarations |
I2CCommander |
SimpleButtons |
DccCommander |
I2CSender |
SerialCommander |
SimpleButtonsByIds |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | PASS | FAIL | PASS |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No ⚠️ | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | PASS |
|
arduino:megaavr:nona4809
1.8.7 |
No ⚠️ | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | PASS | FAIL | PASS |
|
arduino:samd:mkrwifi1010
1.8.12 |
No ⚠️ | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | PASS | FAIL | PASS |
|
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | PASS |
Result: PASS
Sketch uses 1554 bytes (4%) of program storage space. Maximum is 32256 bytes.
Global variables use 218 bytes (10%) of dynamic memory, leaving 1830 bytes for local variables. Maximum is 2048 bytes.
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/src/I2CCommander.cpp:10:51: note: #pragma message: Commanders : No I2C commander !
#pragma message ("Commanders : No I2C commander !")
^
^
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANCommander/CANCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void setup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:63:43: error: no matching function for call to 'MCP_CAN::begin(int)'
while (CAN_OK != CAN.begin(CAN_125KBPS)) // init can bus : baudrate = 125k
^
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:8:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate: byte MCP_CAN::begin(byte, byte, byte)
INT8U begin(INT8U idmodeset, INT8U speedset, INT8U clockset); // Initialize controller parameters
^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate expects 3 arguments, 1 provided
Multiple libraries were found for "mcp_can.h"
Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can
Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/MODI
Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/CAN-BUS_Shield
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:14:2: error: #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h ^~~~~
Result: FAIL
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: error: invalid use of template-name 'ShiftRegister74HC595' without an argument list
ShiftRegister74HC595 *psr; // Create an 74HC595 object to be used throughout
^~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: note: class template argument deduction is only available with -std=c++1z or -std=gnu++1z
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:9:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/ShiftRegister74HC595/src/ShiftRegister74HC595.h:13:7: note: 'template<unsigned char Size> class ShiftRegister74HC595' declared here
class ShiftRegister74HC595
^~~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:38:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem animationEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:168:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem feuEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:190:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem servoEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:200:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem moteursEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:210:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer moteursSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:211:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer animationLumineuse;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:212:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer feuSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:213:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer servoSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void ReceiveEvent(long unsigned int, COMMANDERS_EVENT_TYPE, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:256:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Continue();
^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
animationPositions
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: error: 'feuSeq' was not declared in this scope
feuSeq.Continue();
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: note: suggested alternative: 'feu'
feuSeq.Continue();
^~~~~~
feu
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: error: 'servoSeq' was not declared in this scope
servoSeq.Continue();
^~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: note: suggested alternative: 'servo'
servoSeq.Continue();
^~~~~~~~
servo
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:263:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Pause();
^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
animationPositions
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: error: 'feuSeq' was not declared in this scope
feuSeq.Pause();
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: note: suggested alternative: 'feu'
feuSeq.Pause();
^~~~~~
feu
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: error: 'servoSeq' was not declared in this scope
servoSeq.Pause();
^~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: note: suggested alternative: 'servo'
servoSeq.Pause();
^~~~~~~~
servo
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupDecouplage()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:320:2: error: 'moteursSeq' was not declared in this scope
moteursSeq.begin(true);
^~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:321:23: error: 'moteursEvents' was not declared in this scope
moteursSeq.AddEvents(moteursEvents);
^~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupAnimation()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:347:2: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.begin(true);
^~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:347:2: note: suggested alternative: 'animationPositions'
animationLumineuse.begin(true);
^~~~~~~~~~~~~~~~~~
animationPositions
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:348:31: error: 'animationEvents' was not declared in this scope
animationLumineuse.AddEvents(animationEvents);
^~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:348:31: note: suggested alternative: 'animation'
animationLumineuse.AddEvents(animationEvents);
^~~~~~~~~~~~~~~
animation
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupFeu()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:368:2: error: 'feuSeq' was not declared in this scope
feuSeq.begin(true);
^~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:368:2: note: suggested alternative: 'feu'
feuSeq.begin(true);
^~~~~~
feu
/Users/alranel/Documents
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:14:2: error: #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:18:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CCommander/I2CCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
Sketch uses 4424 bytes (13%) of program storage space. Maximum is 32256 bytes. Global variables use 458 bytes (22%) of dynamic memory, leaving 1590 bytes for local variables. Maximum is 2048 bytes.
Result: FAIL
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/SerialCommander/SerialCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
Sketch uses 4132 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 409 bytes (19%) of dynamic memory, leaving 1639 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
Sketch uses 4096 bytes (12%) of program storage space. Maximum is 32256 bytes. Global variables use 407 bytes (19%) of dynamic memory, leaving 1641 bytes for local variables. Maximum is 2048 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 78814 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43484 bytes (16%) of dynamic memory, leaving 226852 bytes for local variables. Maximum is 270336 bytes.
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/src/DccCommanderNMRA.cpp:10:56: note: #pragma message: Commanders : No DCC NMRA commander !
#pragma message ("Commanders : No DCC NMRA commander !")
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANCommander/CANCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:63:43: error: no matching function for call to 'MCP_CAN::begin(int)'
while (CAN_OK != CAN.begin(CAN_125KBPS)) // init can bus : baudrate = 125k
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate: byte MCP_CAN::begin(byte, byte, byte)
INT8U begin(INT8U idmodeset, INT8U speedset, INT8U clockset); // Initialize controller parameters
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate expects 3 arguments, 1 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:71:15: error: 'long unsigned int time' redeclared as different kind of symbol
unsigned long time = 0;
^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/stdlib.h:11:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/c++/7.2.1/cstdlib:75,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/c++/7.2.1/stdlib.h:36,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/Interrupts.h:5,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/ArduinoAPI.h:29,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/Arduino.h:27,
from /tmp/arduino-sketch-61F631B69935D694D254B5D88FC0D63E/sketch/CANSender.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/time.h:59:11: note: previous declaration 'time_t time(time_t*)'
time_t _EXFUN(time, (time_t *_timer));
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:78:15: error: invalid operands of types 'long unsigned int' and 'time_t(time_t*) {aka long long int(long long int*)}' to binary 'operator-'
if (millis() - time > EVENT_DELAY)
~~~~~~~~~^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:81:17: error: assignment of function 'time_t time(time_t*)'
time = millis();
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:81:17: error: cannot convert 'long unsigned int' to 'time_t(time_t*) {aka long long int(long long int*)}' in assignment
Multiple libraries were found for "mcp_can.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/CAN-BUS_Shield
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MODI
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:14:2: error: #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortShieldL293d.hpp:10:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:562,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:159:47: error: 'DC_MOTOR_PWM_RATE' was not declared in this scope
AF_DCMotor(uint8_t motornum, uint8_t freq = DC_MOTOR_PWM_RATE);
^~~~~~~~~~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: error: invalid use of template-name 'ShiftRegister74HC595' without an argument list
ShiftRegister74HC595 *psr; // Create an 74HC595 object to be used throughout
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: note: class template argument deduction is only available with -std=c++1z or -std=gnu++1z
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:9:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ShiftRegister74HC595/src/ShiftRegister74HC595.h:13:7: note: 'template<unsigned char Size> class ShiftRegister74HC595' declared here
class ShiftRegister74HC595
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:38:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem animationEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:168:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem feuEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:190:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem servoEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:200:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem moteursEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:210:1: error: 'EventsSequencer' does not name a type
EventsSequencer moteursSeq;
^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:211:1: error: 'EventsSequencer' does not name a type
EventsSequencer animationLumineuse;
^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:212:1: error: 'EventsSequencer' does not name a type
EventsSequencer feuSeq;
^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:213:1: error: 'EventsSequencer' does not name a type
EventsSequencer servoSeq;
^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void ReceiveEvent(long unsigned int, COMMANDERS_EVENT_TYPE, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:256:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Continue();
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
animationPositions
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: error: 'feuSeq' was not declared in this scope
feuSeq.Continue();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: note: suggested alternative: 'feu'
feuSeq.Continue();
^~~~~~
feu
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: error: 'servoSeq' was not declared in this scope
servoSeq.Continue();
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: note: suggested alternative: 'servo'
servoSeq.Continue();
^~~~~~~~
servo
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:263:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Pause();
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
animationPositions
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: error: 'feuSeq' was not declared in this scope
feuSeq.Pause();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: note: suggested alternative: 'feu'
feuSeq.Pause();
^~~~~~
feu
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: error: 'servoSeq' was not declared in this scope
servoSeq.Pause();
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: note: suggested alternative: 'servo'
servoSeq.Pause();
^~~~~~~~
servo
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupDecouplage()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:320:2: error: 'moteursSeq' was not declared in this scope
moteursSeq.begin(true);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:321:23: error: 'moteursEvents' was not declared in this scope
moteursSeq.AddEvents(moteursEvents);
^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:321:23: note: suggested alternative: 'osEvent'
moteursSeq.AddEvents(moteursEvents);
^~~~~~~~~~~~~
osEvent
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupAnimation()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:347:2: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.begin(true);
^~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:347:2: note: suggested alternative: 'animationPositions'
animationLumineuse.begin(true);
^~~~~~~~~~~~~~~~~~
animationPositions
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:348:31: error: 'animationEvents' was not declared in this scope
animationLumineuse.AddEvents(animationEvents);
^~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:348:31: note: suggested alternative: 'animation'
animationLumineuse.AddEvents(animationEvents);
^~~~~~~~~~~~~~~
animation
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupFeu()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:368:2: error: 'feuSeq' was not declared in this scope
feuSeq.begin(true);
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/Even
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:14:2: error: #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:18:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CCommander/I2CCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:50:15: error: 'long unsigned int time' redeclared as different kind of symbol
unsigned long time = 0;
^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/stdlib.h:11:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/c++/7.2.1/cstdlib:75,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/c++/7.2.1/stdlib.h:36,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/Interrupts.h:5,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/api/ArduinoAPI.h:29,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/mbed_nano/2.7.2/cores/arduino/Arduino.h:27,
from /tmp/arduino-sketch-6A50AADC0BAE36C1AEAEDF06A97A8E6B/sketch/I2CSender.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/arm-none-eabi/include/time.h:59:11: note: previous declaration 'time_t time(time_t*)'
time_t _EXFUN(time, (time_t *_timer));
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:57:15: error: invalid operands of types 'long unsigned int' and 'time_t(time_t*) {aka long long int(long long int*)}' to binary 'operator-'
if (millis() - time > EVENT_DELAY)
~~~~~~~~~^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:60:17: error: assignment of function 'time_t time(time_t*)'
time = millis();
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:60:17: error: cannot convert 'long unsigned int' to 'time_t(time_t*) {aka long long int(long long int*)}' in assignment
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/SerialCommander/SerialCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 80538 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43692 bytes (16%) of dynamic memory, leaving 226644 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s). Sketch uses 80520 bytes (0%) of program storage space. Maximum is 16777216 bytes. Global variables use 43692 bytes (16%) of dynamic memory, leaving 226644 bytes for local variables. Maximum is 270336 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 3226 bytes (6%) of program storage space. Maximum is 49152 bytes. Global variables use 303 bytes (4%) of dynamic memory, leaving 5841 bytes for local variables. Maximum is 6144 bytes.
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANCommander/CANCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:63:43: error: no matching function for call to 'MCP_CAN::begin(int)'
while (CAN_OK != CAN.begin(CAN_125KBPS)) // init can bus : baudrate = 125k
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate: byte MCP_CAN::begin(byte, byte, byte)
INT8U begin(INT8U idmodeset, INT8U speedset, INT8U clockset); // Initialize controller parameters
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate expects 3 arguments, 1 provided
Multiple libraries were found for "mcp_can.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MODI
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/CAN-BUS_Shield
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:14:2: error: #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/io.h:99:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/avr/include/avr/pgmspace.h:90,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/String.h:31,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/IPAddress.h:24,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/ArduinoAPI.h:30,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/Arduino.h:23,
from /tmp/arduino-sketch-954F839C5D49920BFFCBBC9AE59F6ECF/sketch/EventsSequencer.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:52:30: error: 'CS01' was not declared in this scope
#define MOTOR34_8KHZ _BV(CS01) // divide by 8
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:55:33: note: in expansion of macro 'MOTOR34_8KHZ'
#define DC_MOTOR_PWM_RATE MOTOR34_8KHZ // ANALOG rate for DC motors
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:159:47: note: in expansion of macro 'DC_MOTOR_PWM_RATE'
AF_DCMotor(uint8_t motornum, uint8_t freq = DC_MOTOR_PWM_RATE);
^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:52:30: note: suggested alternative: 'B101'
#define MOTOR34_8KHZ _BV(CS01) // divide by 8
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:55:33: note: in expansion of macro 'MOTOR34_8KHZ'
#define DC_MOTOR_PWM_RATE MOTOR34_8KHZ // ANALOG rate for DC motors
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:159:47: note: in expansion of macro 'DC_MOTOR_PWM_RATE'
AF_DCMotor(uint8_t motornum, uint8_t freq = DC_MOTOR_PWM_RATE);
^~~~~~~~~~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: error: invalid use of template-name 'ShiftRegister74HC595' without an argument list
ShiftRegister74HC595 *psr; // Create an 74HC595 object to be used throughout
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:18:3: note: class template argument deduction is only available with -std=c++1z or -std=gnu++1z
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortExpander74HC595.hpp:9:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ShiftRegister74HC595/src/ShiftRegister74HC595.h:13:7: note: 'template<unsigned char Size> class ShiftRegister74HC595' declared here
class ShiftRegister74HC595
^~~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:38:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem animationEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:168:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem feuEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:190:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem servoEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:200:7: error: 'EventsSequencerItem' does not name a type
const EventsSequencerItem moteursEvents[] PROGMEM =
^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:210:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer moteursSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:211:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer animationLumineuse;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:212:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer feuSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:213:1: error: 'EventsSequencer' does not name a type; did you mean 'timer16_Sequence_t'?
EventsSequencer servoSeq;
^~~~~~~~~~~~~~~
timer16_Sequence_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void ReceiveEvent(long unsigned int, COMMANDERS_EVENT_TYPE, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:256:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Continue();
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:257:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Continue();
^~~~~~~~~~~~~~~~~~
animationPositions
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: error: 'feuSeq' was not declared in this scope
feuSeq.Continue();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:258:5: note: suggested alternative: 'feu'
feuSeq.Continue();
^~~~~~
feu
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: error: 'servoSeq' was not declared in this scope
servoSeq.Continue();
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:259:5: note: suggested alternative: 'servo'
servoSeq.Continue();
^~~~~~~~
servo
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:263:5: error: 'moteursSeq' was not declared in this scope
moteursSeq.Pause();
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: error: 'animationLumineuse' was not declared in this scope
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:264:5: note: suggested alternative: 'animationPositions'
animationLumineuse.Pause();
^~~~~~~~~~~~~~~~~~
animationPositions
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: error: 'feuSeq' was not declared in this scope
feuSeq.Pause();
^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:265:5: note: suggested alternative: 'feu'
feuSeq.Pause();
^~~~~~
feu
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: error: 'servoSeq' was not declared in this scope
servoSeq.Pause();
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:266:5: note: suggested alternative: 'servo'
servoSeq.Pause();
^~~~~~~~
servo
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino: In function 'void setupDecouplage()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:320:2: error: 'moteursSeq' was not declared in this scope
moteursSeq.begin(true);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/Ev
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:14:2: error: #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:18:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CCommander/I2CCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 6065 bytes (12%) of program storage space. Maximum is 49152 bytes.
Global variables use 614 bytes (9%) of dynamic memory, leaving 5530 bytes for local variables. Maximum is 6144 bytes.
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/src/CANCommander.cpp:10:51: note: #pragma message: Commanders : No CAN commander !
#pragma message ("Commanders : No CAN commander !")
^
�
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/SerialCommander/SerialCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 5844 bytes (11%) of program storage space. Maximum is 49152 bytes. Global variables use 446 bytes (7%) of dynamic memory, leaving 5698 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s). Sketch uses 5790 bytes (11%) of program storage space. Maximum is 49152 bytes. Global variables use 444 bytes (7%) of dynamic memory, leaving 5700 bytes for local variables. Maximum is 6144 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 12264 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 3168 bytes (9%) of dynamic memory, leaving 29600 bytes for local variables. Maximum is 32768 bytes.
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/src/I2CCommander.cpp:10:51: note: #pragma message: Commanders : No I2C commander !
#pragma message ("Commanders : No I2C commander !")
^
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANCommander/CANCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void setup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:63:43: error: no matching function for call to 'MCP_CAN::begin(int)'
while (CAN_OK != CAN.begin(CAN_125KBPS)) // init can bus : baudrate = 125k
^
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:8:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate: byte MCP_CAN::begin(byte, byte, byte)
INT8U begin(INT8U idmodeset, INT8U speedset, INT8U clockset); // Initialize controller parameters
^~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate expects 3 arguments, 1 provided
Multiple libraries were found for "mcp_can.h"
Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/mcp_can
Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/MODI
Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/CAN-BUS_Shield
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:14:2: error: #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:533:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Port.hpp:60:7: error: using typedef-name 'Port' after 'class'
class Port
^~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/data/packages/arduino/tools/CMSIS-Atmel/1.2.0/CMSIS/Device/ATMEL/samd21/include/samd21g18a.h:264:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/data/packages/arduino/tools/CMSIS-Atmel/1.2.0/CMSIS/Device/ATMEL/samd21/include/samd21.h:69,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/data/packages/arduino/tools/CMSIS-Atmel/1.2.0/CMSIS/Device/ATMEL/samd.h:105,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/data/packages/arduino/hardware/samd/1.8.12/cores/arduino/Arduino.h:38,
from /private/var/folders/47/_57rjy4111jc7dfpgjmcc93w0000gp/T/arduino-sketch-C0F3551B7105314C49AE462E6CE3F3D6/sketch/EventsSequencer.ino.cpp:1:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/data/packages/arduino/tools/CMSIS-Atmel/1.2.0/CMSIS/Device/ATMEL/samd21/include/component/port.h:389:3: note: 'Port' has a previous declaration here
} Port;
^~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:555:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortOnePin.hpp: In member function 'int PortOnePin::GetPin() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortOnePin.hpp:43:41: error: 'const class PortOnePin' has no member named 'GetPinType'; did you mean 'GetPin'?
inline int GetPin() const { if (this->GetPinType() < ANALOG) return GPIO_to_Arduino_pin((GPIO_pin_t)this->pin); return this->pin; }
^~~~~~~~~~
GetPin
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:555:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortOnePin.hpp: In member function 'GPIO_pin_t PortOnePin::GetDIOPin() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortOnePin.hpp:47:51: error: 'const class PortOnePin' has no member named 'GetPinType'; did you mean 'GetPin'?
inline GPIO_pin_t GetDIOPin() const { if (this->GetPinType() >= ANALOG) return (GPIO_pin_t)this->pin; return DP_INVALID; }
^~~~~~~~~~
GetPin
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:556:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp: In member function 'int PortTwoPins::GetPinA() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp:42:42: error: 'const class PortTwoPins' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline int GetPinA() const { if (this->GetPinType() < ANALOG) return GPIO_to_Arduino_pin((GPIO_pin_t)this->pinA); return this->pinA; }
^~~~~~~~~~
GetPinA
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:556:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp: In member function 'GPIO_pin_t PortTwoPins::GetDIOPinA() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp:46:52: error: 'const class PortTwoPins' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline GPIO_pin_t GetDIOPinA() const { if (this->GetPinType() < ANALOG) return (GPIO_pin_t)this->pinA; return DP_INVALID; }
^~~~~~~~~~
GetPinA
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp: In member function 'int PortTwoPins::GetPinB() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp:50:42: error: 'const class PortTwoPins' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline int GetPinB() const { if (this->GetPinType() < ANALOG) return GPIO_to_Arduino_pin((GPIO_pin_t)this->pinB); return this->pinB; }
^~~~~~~~~~
GetPinA
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp: In member function 'GPIO_pin_t PortTwoPins::GetDIOPinB() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPins.hpp:54:52: error: 'const class PortTwoPins' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline GPIO_pin_t GetDIOPinB() const { if (this->GetPinType() < ANALOG) return (GPIO_pin_t)this->pinB; return DP_INVALID; }
^~~~~~~~~~
GetPinA
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:557:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPinsEnable.hpp: In member function 'int PortTwoPinsEnable::GetPinEnable() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPinsEnable.hpp:40:47: error: 'const class PortTwoPinsEnable' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline int GetPinEnable() const { if (this->GetPinType() < ANALOG) return GPIO_to_Arduino_pin((GPIO_pin_t)this->pinEnable); return this->pinEnable; }
^~~~~~~~~~
GetPinA
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:557:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPinsEnable.hpp: In member function 'GPIO_pin_t PortTwoPinsEnable::GetDIOPinEnable() const':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortTwoPinsEnable.hpp:44:57: error: 'const class PortTwoPinsEnable' has no member named 'GetPinType'; did you mean 'GetPinA'?
inline GPIO_pin_t GetDIOPinEnable() const { if (this->GetPinType() < ANALOG) return (GPIO_pin_t)this->pinEnable; return DP_INVALID; }
^~~~~~~~~~
GetPinA
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/PortShieldL293d.hpp:10:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:562,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp: At global scope:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/AFMotor.hpp:159:47: error: 'DC_MOTOR_PWM_RATE' was not declared in this scope
AF_DCMotor(uint8_t motornum, uint8_t freq = DC_MOTOR_PWM_RATE);
^~~~~~~~~~~~~~~~~
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:579:0,
from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/Users/alranel/D
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:14:2: error: #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~ /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:18:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^~~~~
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CCommander/I2CCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 14344 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3760 bytes (11%) of dynamic memory, leaving 29008 bytes for local variables. Maximum is 32768 bytes.
Result: FAIL
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/SerialCommander/SerialCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h ^~~~~
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 13744 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3392 bytes (10%) of dynamic memory, leaving 29376 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
WARNING: library Commanders claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). WARNING: library DIO2 claims to run on avr, sam, esp32, STM32F1, rp2040 architecture(s) and may be incompatible with your current board which runs on samd architecture(s). Sketch uses 13728 bytes (5%) of program storage space. Maximum is 262144 bytes. Global variables use 3392 bytes (10%) of dynamic memory, leaving 29376 bytes for local variables. Maximum is 32768 bytes.
Result: PASS
Sketch uses 202586 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13392 bytes (4%) of dynamic memory, leaving 314288 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANCommander/CANCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:63:43: error: no matching function for call to 'MCP_CAN::begin(int)'
while (CAN_OK != CAN.begin(CAN_125KBPS)) // init can bus : baudrate = 125k
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:8:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate: byte MCP_CAN::begin(byte, byte, byte)
INT8U begin(INT8U idmodeset, INT8U speedset, INT8U clockset); // Initialize controller parameters
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can/mcp_can.h:110:11: note: candidate expects 3 arguments, 1 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:71:15: error: 'long unsigned int time' redeclared as different kind of symbol
unsigned long time = 0;
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/newlib/stdio.h:29:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:27,
from /tmp/arduino-sketch-61F631B69935D694D254B5D88FC0D63E/sketch/CANSender.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/newlib/time.h:53:11: note: previous declaration 'time_t time(time_t*)'
time_t _EXFUN(time, (time_t *_timer));
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:78:17: error: invalid operands of types 'long unsigned int' and 'time_t(time_t*) {aka long int(long int*)}' to binary 'operator-'
if (millis() - time > EVENT_DELAY)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:81:8: error: assignment of function 'time_t time(time_t*)'
time = millis();
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/CANSender/CANSender.ino:81:8: error: cannot convert 'long unsigned int' to 'time_t(time_t*) {aka long int(long int*)}' in assignment
Multiple libraries were found for "mcp_can.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/mcp_can
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/CAN-BUS_Shield
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/MODI
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/DccCommander/DccCommander.ino:14:2: error: #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h #error To be able to execute this sample, the line #define COMMANDERS_DEBUG_MODE must be uncommented in Commanders.h ^
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal.h:53:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:35,
from /tmp/arduino-sketch-954F839C5D49920BFFCBBC9AE59F6ECF/sketch/EventsSequencer.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:48:27: error: expected identifier before numeric constant
#define ANALOG 0xC0
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Port.hpp:15:2: note: in expansion of macro 'ANALOG'
ANALOG = 11, /**< Analog pin.*/
^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:48:27: error: expected '}' before numeric constant
#define ANALOG 0xC0
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Port.hpp:15:2: note: in expansion of macro 'ANALOG'
ANALOG = 11, /**< Analog pin.*/
^
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/esp32-hal-gpio.h:48:27: error: expected unqualified-id before numeric constant
#define ANALOG 0xC0
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Port.hpp:15:2: note: in expansion of macro 'ANALOG'
ANALOG = 11, /**< Analog pin.*/
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Accessories.h:533:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/EventsSequencer/EventsSequencer.ino:12:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Accessories/src/Port.hpp:17:1: error: expected declaration before '}' token
};
^
Multiple libraries were found for "Servo.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ServoESP32
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/XMC_Servo
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Printoo_Library
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/RokitSmart
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/evive
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Servo
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:10:2: error: #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_DCCCOMMANDERNMRA must be commented in Commanders.h ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:14:2: error: #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample, the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/FullDeclarations/FullDeclarations.ino:18:2: error: #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_CANCOMMANDER must be commented in Commanders.h ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CCommander/I2CCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_I2CCOMMANDER must be commented in Commanders.h ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:50:15: error: 'long unsigned int time' redeclared as different kind of symbol
unsigned long time = 0;
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/newlib/stdio.h:29:0,
from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:27,
from /tmp/arduino-sketch-6A50AADC0BAE36C1AEAEDF06A97A8E6B/sketch/I2CSender.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/tools/sdk/include/newlib/time.h:53:11: note: previous declaration 'time_t time(time_t*)'
time_t _EXFUN(time, (time_t *_timer));
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:57:17: error: invalid operands of types 'long unsigned int' and 'time_t(time_t*) {aka long int(long int*)}' to binary 'operator-'
if (millis() - time > EVENT_DELAY)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:60:8: error: assignment of function 'time_t time(time_t*)'
time = millis();
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/I2CSender/I2CSender.ino:60:8: error: cannot convert 'long unsigned int' to 'time_t(time_t*) {aka long int(long int*)}' in assignment
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Commanders/examples/SerialCommander/SerialCommander.ino:10:2: error: #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h #error To be able to compile this sample,the line #define NO_SERIALCOMMANDER must be commented in Commanders.h ^
Result: PASS
Sketch uses 205938 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13776 bytes (4%) of dynamic memory, leaving 313904 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 205918 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13776 bytes (4%) of dynamic memory, leaving 313904 bytes for local variables. Maximum is 327680 bytes.