Solved
How to add several include path to TouchGfx simulator
Hi,
I cannot figure out how to add several include path to for the simulator.
I can add 1 path to the TouchGFX\simulator\gcc\Makefile as follow:
project_path := $(call qs,$(abspath $(call sq,$(makefile_path)../../..)))
app_path := $(call qs,$(abspath $(call sq,$(project_path)/Core/App)))
ADDITIONAL_SOURCES :=
ADDITIONAL_INCLUDE_PATHS := $(app_path)
ADDITIONAL_LIBRARY_PATHS :=
ADDITIONAL_LIBRARIES :=
export ADDITIONAL_SOURCES ADDITIONAL_INCLUDE_PATHS ADDITIONAL_LIBRARY_PATHS ADDITIONAL_LIBRARIESNow, how do I add more path?
Thanks!
