How to add custom header in touch-gfx to run with simulator?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-26 2:39 AM
hi,
I'm trying to add a cutom header in a touchgfx project. this works in the cube ide, but not in the simulator. The header file only contains structure definitions. Get this error message:
Labels:
- Labels:
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-26 9:24 PM
Hi,
You need to add the path to the simulator's makefile in TouchGFX/simulator/gcc folder so that the prokect is aware of what file you are referring too.
/Romain
