8 years, 1 month ago.

Error: Undefined symbol feof (referred from File.cpp.NUCLEO_F401RE.o).

Hi

Your IDE finds feof but your linker doesn't. So I can't find which library or header I need to include. Is there any suggestions?

I look forward to hearing from you, Sergey

Question relating to:

1 Answer

7 years, 7 months ago.

You must use getc instead of feof, like so