2022-06-07 02:13 AM
hello
Inquire about error occurrence when using image in skin folder in "imageProgress" function
If you select the project folder in the "imageProgress" function, it works normally, but if you select the image in the skin folder, an error occurs.
PC simulation works normally, but an error occurs only in the target board download.
The error message is as below :
compilation terminated.
gcc/Makefile:339: recipe for target 'TouchGFX/build/STM32H735G-DK/TouchGFX/generated/images/src/__designer/image_Blue_ProgressIndicators_fill_tiling_progress_indicator_fill_striped_normal_horizontal.o' failed
make[2]: *** [TouchGFX/build/STM32H735G-DK/TouchGFX/generated/images/src/__designer/image_Blue_ProgressIndicators_fill_tiling_progress_indicator_fill_striped_normal_horizontal.o] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc/Makefile:289: recipe for target 'generate_assets' failed
make[1]: *** [generate_assets] Error 2
../gcc/Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
thank!
2022-06-07 07:35 AM
Hello @mSH.1 ,
I have some questions :
Thank you,
/Yoann
2022-06-07 04:27 PM
Hello @Yoann KLEIN
I am studying while watching "Progress Indicator Example" during the TouchGFX demo.
While studying, the above error occurred while using "Image Peogress" in the project I made.
Summarizing the phenomenon,
compilation terminated.
gcc/Makefile:339: recipe for target 'TouchGFX/build/STM32H735G-DK/TouchGFX/generated/images/src/__designer/image_Blue_ProgressIndicators_fill_tiling_progress_indicator_fill_striped_normal_horizontal.o' failed
make[2]: *** [TouchGFX/build/STM32H735G-DK/TouchGFX/generated/images/src/__designer/image_Blue_ProgressIndicators_fill_tiling_progress_indicator_fill_striped_normal_horizontal.o] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc/Makefile:289: recipe for target 'generate_assets' failed
make[1]: *** [generate_assets] Error 2
../gcc/Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
At this time, the error situation occurs only when the PC simulation works normally and downloads it to the board.
-> The latest version, 4.19.1, is being used.
-> But the strange thing is
When I moved the PC, the error did not occur and it works normally.
I don't know what could be the problem.
2022-06-07 04:59 PM
Once you find the cause of the problem.
If the structure of the folder containing the project is set deep, the above error occurs.
If the folder structure is shortened, it works normally.
2022-06-08 02:35 AM
Hello,
Unfortunately I cannot reproduce your error, can you please share your project ?
/Yoann