This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.4.2
More details
| Board | Claims compatibility | Inclusion | HelloServer2 |
STM32_LAN8720 |
UdpSendReceive |
WebClientMulti_SSL |
WebClient_SSL |
SimpleAuthentication |
WebClient |
WebServer |
AdvancedWebServer |
MQTTClient_Auth |
MQTTClient_Basic |
MQTTClient_SSL_Auth |
MQTT_ThingStream |
HTTPClient |
HelloServer |
UdpNTPClient |
WebClientRepeating |
HttpBasicAuth |
MQTTClient_SSL |
MQTTClient_SSL_Complex |
MQTTS_ThingStream |
PostServer |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
No | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
Result: FAIL
In file included from /tmp/arduino-testlib3516788923/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /tmp/arduino-testlib3516788923/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "Ethernet.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/HelloServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/HelloServer2.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/HttpBasicAuth.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/MQTTClient_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/MQTTClient_Basic.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/MQTTS_ThingStream.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/MQTT_ThingStream.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/PostServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/SimpleAuthentication.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/UdpNTPClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/UdpSendReceive.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/WebClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/WebClientRepeating.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/WebServer.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /tmp/arduino-testlib1389603320/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /tmp/arduino-testlib1389603320/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "Ethernet.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/HelloServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/HelloServer2.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/HttpBasicAuth.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/MQTTClient_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/MQTTClient_Basic.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/MQTTS_ThingStream.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/MQTT_ThingStream.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/PostServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/SimpleAuthentication.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/UdpNTPClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/UdpSendReceive.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/WebClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/WebClientRepeating.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/WebServer.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /tmp/arduino-testlib1389603320/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /tmp/arduino-testlib1389603320/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "Ethernet.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/HelloServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/HelloServer2.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/HttpBasicAuth.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/MQTTClient_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/MQTTClient_Basic.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/MQTTS_ThingStream.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/MQTT_ThingStream.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/PostServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/SimpleAuthentication.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/UdpNTPClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/UdpSendReceive.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/WebClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/WebClientRepeating.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/WebServer.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /tmp/arduino-testlib3516788923/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /tmp/arduino-testlib3516788923/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "Ethernet.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/HelloServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/HelloServer2.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/HttpBasicAuth.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/MQTTClient_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/MQTTClient_Basic.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/MQTTS_ThingStream.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/MQTT_ThingStream.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/PostServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/SimpleAuthentication.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/UdpNTPClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/UdpSendReceive.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/WebClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:10: fatal error: stm32_def.h: No such file or directory
#include "stm32_def.h"
^~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/WebClientRepeating.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:80:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/WebServer.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:76:12: fatal error: EthernetLarge.h: No such file or directory
#include "EthernetLarge.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
Result: FAIL
WARNING: library EthernetWebServer_SSL_STM32 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s). In file included from /tmp/arduino-testlib492304459/test/test.ino:1:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting. #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting. ^ Multiple libraries were found for "Ethernet.h" Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/defines.h:150,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/AdvancedWebServer/AdvancedWebServer.ino:52:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/HelloServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/HelloServer2.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HelloServer2/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/HttpBasicAuth.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/HttpBasicAuth/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/MQTTClient_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Auth/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/MQTTClient_Basic.ino:28:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_Basic/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL/MQTTClient_SSL.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Auth/MQTTClient_SSL_Auth.ino:27:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTClient_SSL_Complex/MQTTClient_SSL_Complex.ino:31:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/MQTTS_ThingStream.ino:31:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTTS_ThingStream/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/MQTT_ThingStream.ino:30:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/MQTT_ThingStream/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/PostServer.ino:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/PostServer/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/SimpleAuthentication.ino:24:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/SimpleAuthentication/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/UdpNTPClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpNTPClient/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/UdpSendReceive.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/UdpSendReceive/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/WebClient.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/EthernetClient.h:7:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/STM32Ethernet.h:6,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:59,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/defines.h:152,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientMulti_SSL/WebClientMulti_SSL.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/STM32duino_STM32Ethernet/src/utility/stm32_eth.h:42:23: fatal error: stm32_def.h: No such file or directory
compilation terminated.
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/WebClientRepeating.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClientRepeating/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.
Result: FAIL
WARNING: library EthernetWebServer_SSL_STM32 claims to run on stm32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/defines.h:152:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebClient_SSL/WebClient_SSL.ino:14:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/src/EthernetWebServer_SSL_STM32.h:36:3: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/WebServer.ino:13:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:20:4: error: #error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
#error This code is designed to run on STM32F/L/H/G/WB/MP1 platform! Please check your Tools->Board setting.
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetWebServer_SSL_STM32/examples/WebServer/defines.h:76:29: fatal error: EthernetLarge.h: No such file or directory
compilation terminated.