Skip to main content
msalamon_pl
Associate II
March 7, 2021
Question

TouchGFX 4.16.1 doesn't generate images directory

  • March 7, 2021
  • 2 replies
  • 1964 views

I'm trying to run an example for X-NUCLE-GFX01M1 shield and I'm facing weird issues.

TouchGFX generator doesn't generate images data.

generated/gui_generated/src/screen1_screen/Screen1ViewBase.cpp:6:10: fatal error: BitmapDatabase.hpp: No such file or directory

     #include "BitmapDatabase.hpp"

         ^~~~~~~~~~~~~~~~~~~~

I forced once but I can't make it again. What is wrong?

This topic has been closed for replies.

2 replies

Romain DIELEMAN
ST Employee
March 8, 2021

Hi,

You started a project from TouchGFX Designer with the application template for the STM32G0 nucleo board and with a UI template (or with an example in the Online Application tab) ? Or did you start your project from scratch ?

/Romain

msalamon_pl
Associate II
March 8, 2021

I've started from TouchGFX Generator's online example for G0. It works now for me, but I made a step back to 4.16.0.

Romain DIELEMAN
ST Employee
March 8, 2021

Which online example did you use ? I was not able to replicate your issue.

/Romain

Romain DIELEMAN
ST Employee
March 9, 2021

Hi,

I do not face this issue when I create a project with any of the online application for the STM32G0 from TouchGFX Designer 4.16.0 and .1 . Could you describe the steps you have done ? When you write TouchGFX Generator, do you mean TouchGFX Designer which is the GUI builder tool or do you talk about the TouchGFX Generator which is an additional software component of CubeMX ?

Are you trying to run on target from Designer or are you using another IDE/Toolchain ? Did you open the STM32CubeMX project ? If yes did you click on the "continue" or "migrate" option ? You should not migrate as the current package faces issues, but yours are not the same.

/Romain