cancel
Showing results for 
Search instead for 
Did you mean: 

keil uVision5 can not compile generated code from TouchGFX 4.13.0. error is: can not finde include files. I am working on stm32f469i-DISCO board. when I searching those files. they are on the project folders.

mAbul.1
Associate
 
3 REPLIES 3
Martin KJELDSEN
Chief III

Please supply way more information to optimize chance of success.

One guess is that you might have forgotten to "generated code" from the designer.

/Martin

So find where the files are on your system, and add that path to the "Include Paths" so the compiler can find them too.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Martin KJELDSEN
Chief III

The project, when generated using CubeMX, is already set up to include the correct paths, but the "Generate code" from the designer is required in order to actually bootstrap the application with header files and libraries.

@mAbul.1​  - Tell me how you created the project and what your flow is like.

/Martin