You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use aiko with a new project I am working on but I just
can't get it to build right.
I am using ino (http://inotool.org/).
When I try to build it I get this error.
|aiko_arduino/tests/cxxtest/sample/mock/T/stdlib.h:5:18: fatal error: time.h: No such file or directory
|
"time.h" is a standard C library. It may be that either ...
The makefile that Ino creates is not including the standard C header
files correctly, or
Your platform (operating system) doesn't provide that standard C
header file
I haven't used Ino before, but I'll check it out (on Linux and Mac OS X).
Which platform (operating system) are you using (please include version
and distribution [if Linux]) ?
You might also like to ask your question of the people creating /
supporting Ino. Given that Aiko compiles and runs correctly in the
Arduino IDE environment.
I am trying to use aiko with a new project I am working on but I just can't get it to build right.
I am using ino (http://inotool.org/).
When I try to build it I get this error.
The text was updated successfully, but these errors were encountered: