2025-05-06 11:35 PM - last edited on 2025-05-07 1:46 AM by Andrew Neil
Post title edited - please make your titles descriptive of the issue.
Hello,
I have an existing project with an STM32F401, I would like to have the same project with an STM32f429,
I created a project with a cpu STM32f429, when compiling, i have an error message (picture 1 and 2),
I added all the files as identical to the original project, the difference is in the "Include" folder (picture 3)
there is a DASHBOARD/fonts file that. I cannot add.
I don't know how to do it and is my problem coming from this.
Best regards.
Sébastien.
2025-05-07 1:29 AM - edited 2025-05-07 1:34 AM
So this is a follow-on to your previous thread?
If that is now resolved, please mark the solution there.
Again, please make your title more descriptive - just "Cube_Ide" tells us nothing.
@PSEBA.1 wrote:when compiling, i have an error message (picture 1 and 2),
Note that you can paste the screenshots directly into the post - where we can see them:
@PSEBA.1 wrote:I added all the files as identical to the original project, the difference is in the "Include" folder (picture 3)
This looks like you have not correctly configured the Include Paths for your project.
The Include Paths are how the compiler knows where to find your header files; without this, it won't be able to find them - so it will give that error saying that it can't find it.
2025-05-07 5:46 AM
You haven't shown that the file actually exists anywhere in the include path. It probably doesn't.
2025-05-07 5:51 AM
Paths can be set by click on the project folder in Project explorer in CUBEIDE, choose Properties. Than in window shown below find Paths and Symbols in C/C++ General. There click to Add... and by File system... add folder with your .h files.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.