Undeclared functions and variables

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

Undeclared functions and variables

1,230 Views
itr1718
Contributor III
  • Hello

 

I am working on kds with MKL27Z256 MCU. I want to print real time and wrote some functions and variables such as clock_gettime, CLOCK_MONOTONIC and struct tm. But I got errors about them. Errors said they are undeclared. Of course, I set also time.h.

 

Why is there the problem and how can I solve this?

 

Happy new year!

0 Kudos
1 Reply

1,185 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi irt:

 

The ANSI library provides several functions to get the current time. In an embedded systems environment, implementations for these functions can not  be provided because different targets may use different ways to count the time.

 

I would suggest you write your own functions with the real time clock component on your board.

 

Regards

Daniel

0 Kudos