../Inc/main.h(58): error: #5: cannot open source input file "stm32h7xx_nucleo_144.h": No such file or directory
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-30 7:42 AM
Hi,
I use stm32h743ZI nucleo .cubemx and keil.I created c and h files in a new folder.I'm getting the error in this way when I call the h file that I just created in main.../Inc/main.h(58): error: #5: cannot open source input file "stm32h7xx_nucleo_144.h": No such file or directory.
Labels:
- Labels:
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-10-30 8:29 AM
Hello,
You have to configure correctly your project.
Go to Project options -> "C/C++" tab -> Include paths and add the correct paths to your include directories.
Kind Rgeards,
Imen
When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Thanks
Imen
