5 years, 4 months ago.

compiler error 230

Using LPC 1769, code compiled fine a few weeks ago. When code is compiled, the on line compiler states it cannot successfully compile and gives Compiler Error 230 - Cookbook. It provides no other details.

1 Answer

5 years, 4 months ago.

I had the same problem yesterday, I was reading yesterday that it is due the program will not fit in the MCUs memory. After some time the problem went away, I believe it was a problem with the online compiler.

Quote:

The compiler is reporting an error because the Mbed OS 5 blinky example (mbed-os-example-blinky) does not fit in the targets you have tried due to memory resource constraints. The alternative would be to use Mbed OS 2 which is a modular light weight library for Mbed APIs https://os.mbed.com/users/mbed_official/code/mbed_blinky/ .

See this related question: https://os.mbed.com/questions/5213/compiller-error-230/