You need to enlarge the message window or scroll up so we can see what the compilation error is. If interface will let you copy the text, you can just paste it into the thread.
I’ve done 2 complete fresh install and always get this error now.
Here’s the full log :
Begin compiling code for the board Arduino/Genuino Mega or Mega 2560
Using board ‘mega’ from platform in folder: C:\Users\Ori\xod_packages_\packages\arduino\hardware\avr\1.6.23
Using core ‘arduino’ from platform in folder: C:\Users\Ori\xod_packages_\packages\arduino\hardware\avr\1.6.23
Alternatives for I2Cdev.h: []
ResolveLibrary(I2Cdev.h)
-> candidates: []
C:\Users\Ori\AppData\Local\Temp\xod_temp_sketchbookQ1Fc33\xod_1549624736694_sketch\xod_1549624736694_sketch.ino:1034:20: fatal error: I2Cdev.h: No such file or directory
compilation terminated.
Multiple libraries were found for “Wire.h”
Used: C:\Users\Ori\xod_packages_\packages\arduino\hardware\avr\1.6.23\libraries\Wire
Using library Wire at version 1.0 in folder: C:\Users\Ori\xod_packages_\packages\arduino\hardware\avr\1.6.23\libraries\Wire
Error: exit status 1
Compilation failed.
Compilation failed
Command C:\Users\Ori\AppData\Local\Programs\XOD IDE\resources\arduino-cli.exe --config-file=C:\Users\Ori\AppData\Local\Temp\arduino-cliCHYXc0\.cli-config.yml compile --fqbn arduino:avr:mega:cpu=atmega2560 --verbose C:\Users\Ori\AppData\Local\Temp\xod_temp_sketchbookQ1Fc33\xod_1549624736694_sketch failed with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.
This error seems to be fixed by copying I2Cdev and MPU6050 to ardulib folder. But i still have no output on the watch node.
EDIT : I’ve done some test and apparently, the mpu6050-calibrate node and the mpu6050-yrp-linear-accel node break XOD IDE. Nothing in the code works (test led does’t receive input, console log and watch nodes don’t work, …).