Hi there,
following the guide for building and modifying the Ringo-Firmware and using the most recent versions of VS Code and PlatformIO on a fresh install I encounter an error when trying to compile the firmware. Unfortunately I cannot attach the log or post it in it’s entirety due to the length, so I posted only the relevant error below. However this can be replicated by doing a fresh install of the required tools on a VM or another PC.
Any idea why this could be happening?
Cheers!
c:\users\malte\.platformio\packages\toolchain-xtensa-esp32\xtensa-esp32-elf\include\c++\8.4.0\bits\basic_string.h: In member function 'int std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::compare(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&) const':
lib/MAKERphone/src/TFT_eSPI/TFT_eSPI.h:374:20: error: expected unqualified-id before '(' token
#define min(a,b) (((a) < (b)) ? (a) : (b))
^
In file included from lib/MAKERphone/src/MAKERphone.h:34,
from src/main.h:4,
from src/calendarApp.h:4,
from src/calendarApp.cpp:1: