2021-11-27 09:49 PM
2021-11-27 10:01 PM
Core/Src/main.c:24:10: fatal error: usb_device.h: No such file or directory
#include "usb_device.h"
^~~~~~~~~~~~~~
compilation terminated.
gcc/Makefile:338: recipe for target 'TouchGFX/build/STM32F469-DISCO/Core/Src/main.o' failed
make[2]: *** [TouchGFX/build/STM32F469-DISCO/Core/Src/main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [generate_assets] Error 2
gcc/Makefile:289: recipe for target 'generate_assets' failed
../gcc/Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
Failed
Failed
2021-11-29 12:41 AM
Hello @mchin.1
What IDE are you using (IAR, Keil, CubeIDe, TouchGFX Designer) ?
Make sure to set up properly the include directories.
Do you have the same issue when using the application template for the STM32F769I-Disco board available in TouchGFX Designer ?
Imen
2021-11-29 12:59 AM
i did not check with STM32F769I-Disco baord in TouchGFX Designer. I will try in next.
Now I am using
cube ide is 1.8.0
touchGFX is 4.18.0.
are include directories not included automatically when generate code from touchGFX?
2021-11-30 07:35 AM
hi,
i am using touchgfx 4.18.0 but Run option is disabled why?
how do i get?
so please give me suggestion.
2021-12-02 03:10 AM
hi,
I told you my previous issue. No can solve still can you please check my problem.
Core/Src/main.c:24:10: fatal error: usb_device.h: No such file or directory
#include "usb_device.h"
^~~~~~~~~~~~~~
compilation terminated.
gcc/Makefile:338: recipe for target 'TouchGFX/build/STM32F469-DISCO/Core/Src/main.o' failed
make[2]: *** [TouchGFX/build/STM32F469-DISCO/Core/Src/main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [generate_assets] Error 2
gcc/Makefile:289: recipe for target 'generate_assets' failed
../gcc/Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
Failed
Failed