A possible problem/fix?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
NoEffex
Posts: 106
Joined: Thu Nov 27, 2008 6:48 am

A possible problem/fix?

Post by NoEffex »

On multiple machines/os's (from bsd, cygwin, fedora, opensuse, all of them) when compiling the latest sdk I get a timeofday error, and I tracked it down to libcglue.c in the src/libc directory. Commented out the gettimeofday function and it all worked fine.

Has anyone else (recently) tried to compile the sdk from svn?
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

you also need to update the newlib to 1.16, that is the reason libcglue changed.
Post Reply