We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, Anyone have any suggestions on the following.
I have a project that builds and links under MDKV411.
It compiles but does not link under MDKV412.
It complains that the following function is not found.
__vfscanf_char_file
It seems to be required by scanf but I see no information on who is responsible for providing this function or what it should implement. (BTW, using the MicroLib library)
Any ideas?
.\obj\RealView\Simple1.axf: Error: L6218E: Undefined symbol __vfscanf_char_file (referred from __0scanf.o).