STM32F2 Hal Driver Time problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-07-11 1:24 PM
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
Labels:
- Labels:
-
STM32Cube MCU Packages
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-07-11 3:48 PM
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..
Up vote any posts that you find helpful, it shows what's working..
