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.
Thanks for the quick response!
Rvct 2.2 [Build 593]. Sorry, weekend memory was not working. Is there more version info required?
this information is in the manual infocenter.arm.com/.../Bcfddhhg.html
Thanks again for the response. This answered the question. Thanks!