-
Notifications
You must be signed in to change notification settings - Fork 67
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
psl1ght does not provide times() for newlib to use #71
Comments
Find out what the cell sdk uses? |
I myself don't have the cell SDK... After reading the man pages on linux which says 'times() returns the number of clock ticks that have elapsed since an arbitrary point in the past.', I think we make times just set tms_utime = time(NULL) * CLOCKS_PER_SEC and set all other fields to 0
|
andoma has this been fixed? |
Nope not AFAIK |
wtf.. i manage to close the bug?! |
not sure if it's possible to reopen it.. hm hm hm... |
I have this bug, anyone know how to fix it? |
This code
fails to link:
Looks like PSL1GHT fails to provide times().Not sure if LV2 can provide this info. Perhaps it should just read PPC TBU or something...
The text was updated successfully, but these errors were encountered: