cancel
Showing results for 
Search instead for 
Did you mean: 

While waiting for my STM32H750B-DK, I followed instructions in https://www.youtube.com/watch?v=12KXreXaLp0&t=29s

ksale.1
Senior

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.

4 REPLIES 4
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
ksale.1
Senior

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.

0693W00000QKK8nQAH.png

ksale.1
Senior

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

0693W00000QKK9lQAH.png 

ksale.1
Senior

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?