7 years, 9 months ago.

What is the compiler used on online mbed

I know that mbed can export to several tools like iar, keil etc.

The question is when a receive a .bin from mbed what compiler is behind the scenes.

The point is to compile off line with a compiler who will makes 100% bin compatibility at byte level with a mbed only tool who will make exactly the same bin, with same optimization same bytes same everything.

The gool is to work ofline ,even without internet available

1 Answer

7 years, 9 months ago.

The mbed compiler is the Keil uVision compiler. If you get exactly identical results after exporting it probably depends on if they have all flags exported properly (and if the exporter is set to put the flags the same as in the online compiler) and probably if it is exactly the same version of the compiler.

Accepted Answer