Skip to content

[Backport v3.7-branch] soc: snps: rmx: replace custom buildlib with generic RMX linker option #94464

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

Open
wants to merge 2 commits into
base: v3.7-branch
Choose a base branch
from

Conversation

tagunil
Copy link
Contributor

@tagunil tagunil commented Aug 13, 2025

Do not use the custom buildlib configuration for the RMX series as it was replaced with several even more specific configurations in the recent MWDT release. Pass the generic RMX series option to the linker instead, and, to make it work, don't pass -Hlld to the linker if the architecture is not ARC.

Fixes #94422

The option -Hlld of the MWDT linker is relevant only for classic ARC.
It is incompatible with ARC-V platform options like -av5rmx.

Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
(cherry picked from commit d8a1e85)
Do not use the custom buildlib configuration for the RMX series as it
was replaced with several even more specific configurations in the
recent MWDT release. Pass the generic RMX option to the linker instead.

Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
(cherry picked from commit 6a42799)
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: Toolchains Toolchains Backport Backport PR and backport failure issues platform: Synopsys Synopsys
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants