Content originally posted in LPCWare by rdek on Thu Jul 04 11:05:12 MST 2013
Hi,
I'm using LPCXPresso with Newlib.
I'd like to make newlibs "time.h" with the RTC working. There is already a _times() stub implemented returning -1.
Unfortunately Newlib is precompiled and I have no clue what parameter _times() needs and how to make sure the linker will use my version of the implementation.
Any help/information?
Is there an overwiev of all the syscall functions an there implementations?
Thanks
Felix