No such file or directory error message --on build

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Cslices
Posts: 4
http://meble-kuchenne.info.pl
Joined: Mon May 03, 2021 5:18 pm

No such file or directory error message --on build

Post 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

LeighM
Valued Contributor
Posts: 447
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 81 times
Been thanked: 243 times

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

Post 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
Attachments
F469Disco.bat.txt
(6.78 KiB) Downloaded 273 times

Cslices
Posts: 4
Joined: Mon May 03, 2021 5:18 pm

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

Post by Cslices »

Thanks! It is working.

Post Reply