-
Notifications
You must be signed in to change notification settings - Fork 157
Online compiler error for the Realtek RTL8195AM board #102
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
Comments
I have only seen this happen when the linker garbage collected ALL code. The fact that you have a linker script implies that you have mbed-os, so I don't know what else to try here. |
It compiles fine with ARM in mbed cli. There should be a way to compile it correctly in the online IDE as well. |
@theotherjimmy what is the status of this ? Do we think it is a real problem in the tools that may need to be a known issue ? |
@adbridge The online compiler adds the target name between the basename and the extension of the file, that is:
The Realtek scatter file includes a match for a specific object file with the format This target has not ever worked in the online compiler due to this issue. We could change the workings of the scatter file or we could adopt a naming scheme for object files that matches the naming scheme offline. |
@ARMmbed/team-realtek |
@theotherjimmy @samchuarm If this has never worked in the online compiler it shouldn't even have mbed enabled status.... This should be removed until it is fixed |
@theotherjimmy @ARMmbed/team-realtek The quick fix is to rewrite the match condition from
Then, the scatter file should work for both online and offline compilers. |
@tung7970, thanks for the comment. Is there any way we can force FIRST in c file instead of scatter file? |
Hello @samchuarm can I send you the changes for the online compiler once and when you confirm it is working, ill raise a PR immediately? |
@yangkunming99 Unfortunately, placement is determined by linker. |
Hi, this should be resolved via referenced PR above (see mbed-os issue 5626) |
Uh oh!
There was an error while loading. Please reload this page.
I'm unable to compile blinky in the online compiler for the Realtek RTL8195AM board. I'm on the

mbed-os-5.7.0-oob
branch. I'm getting Error L6236E. See the screenshot for the complete error messageCan you please fix this issue?
Regards,
George
The text was updated successfully, but these errors were encountered: