If I try to compile ``` #include <StateMachine.h> void setup() {} void loop() {} ``` for Arduino Mega with v1.0.13 I get `Compilation error: Error: 2 UNKNOWN: exit status 1`.
If I try to compile
for Arduino Mega with v1.0.13 I get
Compilation error: Error: 2 UNKNOWN: exit status 1.