Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years 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.
Question relating to:
1 Answer
7 years 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