This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Link Mauve
Recipients Link Mauve, vstinner
Date 2014-10-14.09:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413278973.93.0.707079511323.issue22624@psf.upfronthosting.co.za>
In-reply-to
Content
I’m building against the Newlib libc, for the Wii, and it seems the issue leading to all of those functions not working is:
(.text.clock+0x18): undefined reference to `_times_r'

Threading is disabled, and reentrant functions as well, which could explain that.

But still, when pyconfig.h doesn’t define any HAVE_ macro to get the system time, I would expect py_process_time() to return None or something instead of failing to build.
History
Date User Action Args
2014-10-14 09:29:33Link Mauvesetrecipients: + Link Mauve, vstinner
2014-10-14 09:29:33Link Mauvesetmessageid: <1413278973.93.0.707079511323.issue22624@psf.upfronthosting.co.za>
2014-10-14 09:29:33Link Mauvelinkissue22624 messages
2014-10-14 09:29:33Link Mauvecreate