cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F2 Hal Driver Time problem

nathan
Associate
Posted on July 11, 2014 at 22:24

I work for a company called WolfSSL. I ran into a problem trying to update the STM32F2 examples for CyaSSL. The new Hal Drivers break time.h. 

I  get the Error: L62218E: Undefined symbol time ( refeered from asn.o) I'm thinking it has something to due with time.h not being linked right or something in the Hal Drivers are overwriting something. 

#cyassl-stm32f2-hal-driver
1 REPLY 1
Posted on July 12, 2014 at 00:48

That's an include file, the linker is complaining about the lack of an object/library to back up the definition, I'd probably see if MicroLIB option is checked, along with any other library paths/options/choices.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..