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.
Unable to compile a program for GR-peach demo board
Using the GR-peach, I have pulled multiple different example programs and also have tried starting a new program in the online debugger. When I compile, I get a message "Error: The build system did not finish successfully." There is no further information about the error.
I see on the platform page here: https://os.mbed.com/platforms/Renesas-GR-PEACH/
an 'important note' about revisions when compiling with Mbed OS 5.5, you must revert to an older version of Mbed OS 5.5. I have tried examples with and without Mbed OS. I believe I have reverted to the older revision of the Mbed OS files for the examples that have them. I have also tried the very basic blinky program when starting a new program.
For grins, I changed my platform to a mbed LPC1768 and everything appears to compile just fine.
Am I missing something or is something broke with all the examples for this board?
1 Answer
6 years, 12 months ago.
Are you using the online compiler or Mbed CLI? There was an issue being tracked here -https://github.com/ARMmbed/mbed-os/issues/5479 that has been resolved.
Using the online compiler. I now get a slightly different error message with 'mbed_blinky' created with 'New->New Program' but it still won't compile. I updated my existing files and then also tried creating a new program.
Error: Undefined symbol gpio_init_out (referred from /build/./main.RZ_A1H.o). -> Error # L6218E
Error: Undefined symbol wait (referred from /build/./main.RZ_A1H.o). -> Error # L6218E
Info: Unable to download. Fix the reported errors...
posted by 22 Nov 2017