Hi, I'm trying to use the ARMLIB clock function on an AT91SAM9260 with RTX but the linker failed with error L6218E.
What am I probably missing?
That was not the complete error message. It also said what symbol that was missing.
Some functions must be implemented by you, since only you know what hardware to run on, and what timers etc that are available to implement the function.
Have you looked at: http://www.keil.com/support/man/docs/armlib/armlib_cihchbfc.htm
See also: http://www.keil.com/support/man/docs/armlib/armlib_cihibfib.htm http://www.keil.com/support/man/docs/armcc/armcc_bacdcfje.htm
Sounds reasonable. So its my fault -> Thank you.
Btw: the missing function is clock(). I only looked at the (sub-) page of clock, not at the main page of the section.