No such file or directory error message --on build
Posted: Tue May 04, 2021 3:04 pm
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
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