undefined reference to `z_impl_k_timer_status_get' , undefined reference to z_impl_k_timer_start' #65810
Unanswered
AbishekEXS1
asked this question in
Q&A
Replies: 1 comment
-
Sounds like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have implemented the timer functionality based on ref : (https://docs.zephyrproject.org/latest/doxygen/html/group__timer__apis.html#ga3ba70e9f059ff52fd2057ab89ea7f2ee)
while using the API's from kernel.h (k_timer_status_get, k_timer_start) I'm getting this linker error undefined reference to
z_impl_k_timer_status_get' , undefined reference to
z_impl_k_timer_start' while compiling the projectdo I miss something here ? or any additional config has to be done while using the timer API's ?
I'm using the following
Zephyr version : 3.3.99
Microcontroller : LPC55S16
can someone suggest a solution ...
Thanks in Advance !!
Beta Was this translation helpful? Give feedback.
All reactions