Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

New Stino dont find some libraries: fatal error: i2cmaster.h: No such file or directory #347

Closed guilhermeaugustos closed 7 years ago

guilhermeaugustos commented 8 years ago

I try to compile some code, and my new stino cant find some libraries. For example, in this case he dont find the i2cmaster.h (which are in my arduino librarie folder), but in another cases he dont find my mcp_can.h, one librarie for use CAN protocal.

"[Stino - Start building "test_acell"...] [ 3%] Creating C:\Users\GUILHE~1\AppData\Local\Temp\Stino_build\test_acell\test_acell.ino.cpp.o... In file included from C:/Users/Guilherme/Desktop/test_acell/test_acell.ino:1:0:

D:/Arduino 1.6.9/Arduino/libraries/AMPsensor/AMPsensor.h:16:27: fatal error: i2cmaster.h: No such file or directory

 #include <i2cmaster.h>

                       ^

compilation terminated.

[Stino - Exit with error code 1.]"

Eternyt commented 8 years ago

See my fix https://github.com/Robot-Will/Stino/issues/350