Undeclared funtions and variables

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

Undeclared funtions and variables

1,190 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.

 

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

 

Happy new year!

0 Kudos
1 Reply

1,150 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