2016-04-19 05:52 AM
I created a keil MDK5.0 project based on STM32F030K6 and discovery and I check the option for retargetin stdio, getting this error
what am i missing? should i manually link some missing library? plz helpthanks2016-04-19 06:20 AM
You'll need to supply some board specific implementation, I have no visibility into your code, so check if you have that code already, with a different name, or if there is a GNU or KEIL define missing causing it to look for a routine of one name rather than another.