Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: time.h: No such file or directory #5

Open
giodamelio opened this issue Oct 9, 2012 · 2 comments
Open

fatal error: time.h: No such file or directory #5

giodamelio opened this issue Oct 9, 2012 · 2 comments

Comments

@giodamelio
Copy link

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
@geekscape
Copy link
Owner

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 ...

  1. The makefile that Ino creates is not including the standard C header
    files correctly, or

  2. 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 -- [email protected] -- http://twitter.com/geekscape --

@giodamelio
Copy link
Author

I am using Ubuntu Linux.

I will take a look at getting some help from the ino people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants