Page 1 of 1

No such file or directory error message --on build

Posted: Tue May 04, 2021 3:04 pm
by Cslices
On a first build try, I’m getting the error message below. As you see it does not find the “F469Discovey.h” file. However, I do find this include file. I assume there is a path problem or something I need to setup or point to.

C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ARM\batch\..\inc" -I"C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ARM\batch\..\boards" -O3 -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "Flowcode1.c" -o "Flowcode1_STM32F469xx_8000000\Flowcode1.o"
Flowcode1.c:33:27: fatal error: F469Discovery.h: No such file or directory
compilation terminated.
Error(s) in build

Using STM32F469 Discovery kit, as you can see, and running V9 of Flowcode.

Any ideas for this newbie?

Thanks

Re: No such file or directory error message --on build

Posted: Tue May 04, 2021 3:43 pm
by LeighM
Hi,

Thanks for letting us know.
Please rename the attached file from F469Disco.bat.txt to F469Disco.bat
and drop into the following directory (please note that ProgramData is usually hidden)
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ARM\batch

Thanks

Re: No such file or directory error message --on build

Posted: Tue May 04, 2021 4:51 pm
by Cslices
Thanks! It is working.