6 years, 5 months ago.

Compling error

Compiing error when I used online compiler. It is the first time to us GR-PEACH. I confrimed switch to OS5.4.7. Can somebody help me? Thanks. /media/uploads/drive78/mbed_gr_peach.png

Question relating to:

GR-PEACH is an Mbed enabled platform which combines the advantages of the Mbed ecosystem and Arduino UNO form factor.

1 Answer

6 years, 5 months ago.

So, following the instructions here: https://os.mbed.com/platforms/Renesas-GR-PEACH/#important-notice

The problem with the instructions is that the checkbox will only prevent libraries from being updated from the current revision specified. However, mbed-os in the blinky example has already been updated - https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-blinky/rev/84f446a84793/

The next step would be to manually revert mbed OS to 5.4.7, but it looks like the "revert" functionality is broken in the online compiler. I will report that to the web team. However, I was able to compile this example with mbed CLI - https://os.mbed.com/docs/v5.6/tools/mbed-cli.html. Here are the commands I used:

mbed import mbed-os-example-blinky

cd mbed-os-example-blinky

cd mbed-os

mbed update mbed-os-5.4.7

cd ..

mbed compile -t gcc_arm -m RZ_A1H

Thank you very much. Now, compling is OK in mbed CLI.

posted by zhou xiongjian 16 Nov 2017