Specify a debugger as environment variable.
Posted: Wed Sep 10, 2014 6:20 pm
Hello,
I'm working with a multiplatform project.
I use environment variable to specify some parameters, like the compiler command.
For example I have created a generic compiler in wich I have specified the tools executables like
$(CCPREFIX)gcc etc...
This way works for all the build commands,
but I cannot specify the debugger like this.
It's possible in some way?
I'd like to have an environment variable like $(GDB_FULL_PATH) that can change from an environment to another.
Thank you in advance
kind regards
Marco Tessore
I'm working with a multiplatform project.
I use environment variable to specify some parameters, like the compiler command.
For example I have created a generic compiler in wich I have specified the tools executables like
$(CCPREFIX)gcc etc...
This way works for all the build commands,
but I cannot specify the debugger like this.
It's possible in some way?
I'd like to have an environment variable like $(GDB_FULL_PATH) that can change from an environment to another.
Thank you in advance
kind regards
Marco Tessore