Hello everyone,
Since some days i'm tryng to work with a Simatic IOT2020.From the tutorial that I looked on, it is a Intel Galileo Gen2.
My problem is that I can't compile (so obviously not upload) the program with my Arduino IDE.
My error is :
In file included from C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\arduinoide.instrset\idepkgs\packages\Intel\tools\i586-poky-linux-uclibc\1.6.2+1.0/i586-poky-linux-uclibc/usr/include/stdlib.h:34:0,
from C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\arduinoide.instrset\idepkgs\packages\Intel\hardware\i586\1.6.7+1.0\cores\arduino/Arduino.h:27,
from sketch\SketchTestIOT2020.ino.cpp:1:
C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\arduinoide.instrset\idepkgs\packages\Intel\tools\i586-poky-linux-uclibc\1.6.2+1.0/i586-poky-linux-uclibc/usr/include/stddef.h:1:25: error: no include path in which to search for stddef.h
You have to know that I added the stddef.h manually, and others files that was lacking, so it is probably linked. The problem in the first place was at the same place, but it was "stddef.h, no such path or directory". If it is linked, could you help me on how to add it?
Thanks you fory our future help!
PS : I hope it is the good forum for this question, I was a bit lost ^^'.