Online IDE does not compile for EFM32HG!!!!!!

09 Oct 2017

Hi.

It seems that the online IDE has a new bug related to the EFM32HG (Happy Gecko STK). It does not compile any program any longer, but outputs a "The build system did not finish successfully" with error code 230.

The same program works for other platforms (even other EFM32 platforms).

Sebastian

09 Oct 2017

Hello Sebastian,

I am also facing the exact same issue with LPC824.

To make the issue clearer, it may be better to try compiling "blinky" https://os.mbed.com/teams/mbed/code/mbed_blinky/ with your platform so that we can cut the issue whether compiler itself or any other combination problem(because I believe the blinky is minimum set of code!).

... In my case, the compile failed.

Kazuki/K4zuki

10 Oct 2017

Thanks Kazuki,

I haven't stated it clearly, but I also tried compiling "blinky". It doesn't matter which program I try (including blinky), I always get the same error code 230.

Sebastian

11 Oct 2017

Thank you for your report. We are tracking the issue here: https://github.com/ARMmbed/mbed-os/issues/5266