Closed morgankenyon closed 2 years ago
I'm also running Juniper 3.0.
I realize this could be some misconfiguration issue with PlatformIO, but I'm having a hard time finding an end to end example of getting Juniper to run on Arduino.
It looks like the
#include <new>
I also see that the generated code is in C++17 and not C++11. I'm going to see what I can do for moving the required C++ language version back down to 11 to maintain maximum compatibility.
First time Juniper developer here. I'm having problems getting the simple blink.jun program uploaded to my board. Here's the problems I'm running into.
I've installed Juniper (version 3.0) and am running the following code:
I am able to successfully compile using the Juniper CLI:
Ouput main.cpp
(Independently I've installed PlatformIO, and can copy their simple blink to my board and run it.)
I'm writing the output of the Juniper build into the main.cpp of my PlatformIO project. But when I build the PlatformIO project, I get a lot of warnings and the following errors.
Full Build Output
Do you have any guidance on how to resolve these errors?