Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online compiler generated error for Renesas GR-PEACH target #10962

Closed
toyowata opened this issue Jul 4, 2019 · 5 comments
Closed

Online compiler generated error for Renesas GR-PEACH target #10962

toyowata opened this issue Jul 4, 2019 · 5 comments

Comments

@toyowata
Copy link
Contributor

toyowata commented Jul 4, 2019

Description

Problem:

Online compiler generated link error (probably in post build phase) and binary image is not created.

Warning: L6314W: No section matches pattern *(HEAP). in "extras/mbed-os.lib/targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/TOOLCHAIN_ARM_STD/MBRZA1H.sct", Line: 64, Col: 8
Warning: L6314W: No section matches pattern *(NC_DATA). in "extras/mbed-os.lib/targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/TOOLCHAIN_ARM_STD/MBRZA1H.sct", Line: 74, Col: 8
Error: Bootloader not supported on this target. ROM start not found in targets.json.
Info: Unable to download. Fix the reported errors...

2019-07-04 19 17 31

How to reproduce:

  1. Import example code here: https://os.mbed.com/teams/Renesas/code/pelion-example-common/
  2. Set target to GR-PEACH or GR-LCYHEE
  3. Select Manage Connect Certificates from Pelion Device Management menu and create credentials.
  4. Compile the project

AFAIK, the example code can be built by online IDE without any problem about few weeks ago.
The error only occurs by online IDE. I could not see any build error by Mbed CLI build for both GCC_ARM, ARM and IAR toolchain.

cc @ARMmbed/team-renesas

Issue request type

[ ] Question
[ ] Enhancement
[x] Bug
@ciarmcom
Copy link
Member

ciarmcom commented Jul 4, 2019

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1390

@mark-edgeworth
Copy link
Contributor

Confirmed as repeatable. Many thanks for the clear 'steps to reproduce', this really helps.

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 13, 2019

Confirmed as repeatable. Many thanks for the clear 'steps to reproduce', this really helps.

@mark-edgeworth is this something we can fix?

@mark-edgeworth
Copy link
Contributor

No idea. The problem is still repeatable in latest mbed-os (5.13@b81aeff) but now only the 'bootloader not supported' message appears.

@toyowata
Copy link
Contributor Author

Closed as this was fixed in latest online IDE (1.10.25.0). This was probably related to pack file change in the build script.
Now, it works for both Renesas GR-PEACH and GR-LYCHEE target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants