Newlib RTC time.h syscall

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Newlib RTC time.h syscall

267 Views
lpcware
NXP Employee
NXP Employee
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
0 Kudos
1 Reply

196 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Fri Jul 05 00:09:10 MST 2013
Why not look at the source?

http://support.code-red-tech.com/CodeRedWiki/SourceDownloads
0 Kudos