This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fromelf parameter

I use the tool menu with the following command :

fromelf -s -o T:\TGIP\fichiers_uVision3\TGIP_BM.sym T:\TGIP\fichiers_uVision3\ObjectFiles\TGIP_BM.axf

But I want to change the output file name TGIP_BM.sym to GIP.D.1.56.sym

this name coming from a constant defined in my code

const CHAR   cGIPVersion[]     = "VER=GIP.D.1.56";

How can I write a macro called after compiling which could get the variable string ?

When I use
eval cGIPVersion
in the Command tab in replies with the address :
cGIPVersion
0x000344CC

but not with the content....

0