Hi All,
New to the world of AB01s…
Having a bit of an issue when trying to compile an arduino sketch for the AB01_V2. I have run through the install process etc but getting this error:
"In file included from c:\users\geoff\appdata\local\arduino15\packages\cubecell\tools\gcc-arm-none-eabi\8-2019-q3\arm-none-eabi\include\c++\5.4.1\cstdint:35:0,
from d:\User\Geoff\Documents\Arduino\libraries\AESLib\src/AESLib.h:12,
from C:\Users\Geoff\Desktop\DeviceNet V2.0\DeviceControllerServer\DeviceControllerServer\Message.h:6,
from C:\Users\Geoff\Desktop\DeviceNet V2.0\DeviceControllerServer\DeviceControllerServer\DeviceControllerServer.ino:3:
c:\users\geoff\appdata\local\arduino15\packages\cubecell\tools\gcc-arm-none-eabi\8-2019-q3\arm-none-eabi\include\c++\5.4.1\bits\c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support "
Given it is one of the Heltec files referenced in the error and I would have thought compiler support was provided through the install process, I’m scratching my head a little. Here is a bit of the reference code:
#include <SPI.h>
#include <RH_RF95.h>
#include “Message.h”
#include “LoRa_APP.h”
#include “ASR_Arduino.h”
Any suggestions?