We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
You should exactly which compiler you are using. The version number is not enough.
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!