Using TI ARM C compiler, linker.
Is it possible to create a constant inside the liker *.cmd file, and assign that constant to a variable accessible in my C code?
Literally, how to create a const number assign it to a symbol to be accessible in C as extern.
I know how to say create this with SIZE(putsizehere) of a section, but this is not it. I just want to hardcode a constant through the config (because it's something specific to my linking configuration..)