HI Gerald,
I want to do macro expansion using gcc inside Embitz.
You have custom tool that are very useful for that, but there is a missing variables that I need to do the job, and it is not known to me and it is not define in the list.
in the command below
GCC -I <directory_1> -I <directory_2> <directory_etc> -E file.c
I need the variables to list all include directory for the macro expansion to occur.
Something like ${PROJECT_INCLUDE_DIRECTORY}
Pretty sure it exist!!
Thank you, hope you can help
I want to do macro expansion using gcc inside Embitz.
You have custom tool that are very useful for that, but there is a missing variables that I need to do the job, and it is not known to me and it is not define in the list.
in the command below
GCC -I <directory_1> -I <directory_2> <directory_etc> -E file.c
I need the variables to list all include directory for the macro expansion to occur.
Something like ${PROJECT_INCLUDE_DIRECTORY}
Pretty sure it exist!!
Thank you, hope you can help