This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__vfscanf_char_file unresolved function in MDKV412 when using scanf

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).

0