How to add non-TouchGFX header and source files to TouchGFX Makefile?
Hello, i have some c++ classes in a separate folder called Modules (in the project root directory). I added the header and source files in the Modules folder to the Makefile in TouchGFX/simulator/gcc but will not compile successfully.
The image below shows the location of the Modules directory
The image below shows the added Modules source and header to the makefile.
The image below shows the Simulator compile error
I have tried all the suggestions in this two links:
None of them seem to work for me. Please can someone help me figure the right way to solve this problem?