Over here I got a fresh installation of Arduino IDE, VSCode, and Platform IO plugin. Upon creation of a new project using board model "TTGO T-Beam", the IDE plugin is unable to compile the minimal main.cpp with empty setup and loop function. Terminal output shows:
It almost seems that the IDE was launching commands in wrong working directory, as I am able to successfully execute the long command manually in project's top level directory. The command runs successfully and generates empty output:
Over here I got a fresh installation of Arduino IDE, VSCode, and Platform IO plugin. Upon creation of a new project using board model "TTGO T-Beam", the IDE plugin is unable to compile the minimal main.cpp with empty
setup
andloop
function. Terminal output shows:It almost seems that the IDE was launching commands in wrong working directory, as I am able to successfully execute the long command manually in project's top level directory. The command runs successfully and generates empty output: