2014-07-11 01:24 PM
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-driver2014-07-11 03:48 PM
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.