fatal error: time.h: No such file or directory
giodamelio opened this issue · 2 comments
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
hi Gio,
On 2012-10-10 10:18 , Gio d'Amelio wrote:
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.
-O- cheers = /\ // /) `/ =
--O -- http://www.geekscape.org --
OOO -- andyg@geekscape.org -- http://twitter.com/geekscape --
I am using Ubuntu Linux.
I will take a look at getting some help from the ino people.