I had a bug in my MRI enabling commit which would cause a halt to occur
at the beginning of execution, even if MRI wasn't enabled which isn't
what I wanted. I now throw the gcc4mbed build into Release or Checked
mode based on the MRI_ENABLE setting.
I also had a typo in the name of the MRI_SEMIHOST_STDIO variable.
MRI_ENABLE=0 builds would still break on init
I had a bug in my MRI enabling commit which would cause a halt to occur at the beginning of execution, even if MRI wasn't enabled which isn't what I wanted. I now throw the gcc4mbed build into Release or Checked mode based on the MRI_ENABLE setting.
I also had a typo in the name of the MRI_SEMIHOST_STDIO variable.