2022-07-01 09:11 PM
Hi
I got these Errors upon compilation:
../Drivers/Components/mt25tl01g/mt25tl01g.h:29:10: fatal error: mt25tl01g_conf.h: No such file or directory
29 | #include "mt25tl01g_conf.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Drivers/Components/mt25tl01g/subdir.mk:19: Drivers/Components/mt25tl01g/mt25tl01g.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../Drivers/Components/ft5336/ft5336.c:22:
../Drivers/Components/ft5336/ft5336.h:32:10: fatal error: ft5336_conf.h: No such file or directory
32 | #include "ft5336_conf.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
In file included from ../Drivers/BSP/STM32H750B-DK/stm32h750b_discovery.c:25:
../Drivers/BSP/STM32H750B-DK/stm32h750b_discovery.h:33:10: fatal error: stm32h750b_discovery_conf.h: No such file or directory
33 | #include "stm32h750b_discovery_conf.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
same error when mt48lc4m32b2 is included before removing the file.
2022-07-02 08:27 AM
Hello @ksale.1 ,
The issue it can be in the include paths.
Check the project properties/options -> Include paths tab, then add new paths to your include directories.
Hope my answer helped you!
When your question is answered, please close this topic by choosing Select as Best.
Imen
2022-07-02 09:33 AM
Hello @Imen DAHMEN
The directories are already in the paths as you mentioned,. The problem is the config files do not exist in the H7 MCU Package v1.10.0. I'm currently deleting/re-installing the package.
2022-07-02 09:55 AM
Hi @Imen DAHMEN I've reinstalled the package but the problem persists.
The file names are templated as in the below screen shot, while the compiler is complaining about ...config.h not found! You help is greatly appreciated
2022-07-02 11:33 AM
Hi,
Please note the video upon which I based my work is for STM32F746G-DISC0 kit, I assumed the procedure shouldn't be any different for STM32H750B-DK, Is that a valid assumption?