Hi, I am trying to use 'ffind' command in keil u4 for stm32 microcontroller. I am getting linking error as:
".\Obj\STM3210B-EVAL.axf: Error: L6218E: Undefined symbol ffind (referred from main.o)."
can anyone help finding the error..
Thank you.
But the error is already found.
Have you made sure that your project file contains any object file or library (or source file) that contains any ffind?
I have included Stm3210x_lib files, rtl header files, stdio header files..
Which is the library file or source file for ffind?
Are Google broken in your part of the world?
http://www.keil.com/support/man/docs/rlarm/rlarm_ffind.htm
"The function is included in the RL-FlashFS library."
Does not sound like "Stm3210x_lib". Most definitely not any "rtl header files", since header files don't contain implementations. Most definitely not any "stdio header files" - just more header files without any implementations.