I'm trying to enable some c99 features on an older version of the compiler (2.1); specifically the ability to instantiate variables after code execution. Is there a compiler flag to do this? Note, --c99 is not supported, as I understand it, with this compiler version.
this information is in the manual infocenter.arm.com/.../Bcfddhhg.html
Thanks again for the response. This answered the question. Thanks!