I am trying to run a post-build script in Segger Embedded Studio (v6.20a).
I want to have access to variables that are Macro-defined in SES. Example variable is NRFUTIL, which should expand to a filepath.
Based on this forum post from Segger, Macros that are defined at the global or project level should be accessible by pre or post build scripts.
I have confirmed that I have NRFUTIL defined globally:
But, I am unable to access it from a post build script:
Why can't my script find my global macro?