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

sim/m64: Fix ld error. #14852

Merged
merged 1 commit into from
Nov 21, 2024
Merged

sim/m64: Fix ld error. #14852

merged 1 commit into from
Nov 21, 2024

Conversation

cuiziwei1
Copy link
Contributor

Summary

/usr/bin/ld: nuttx.rel: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: failed to set dynamic section sizes: bad value

Impact

sim m64 build

Testing

ci test

@github-actions github-actions bot added Arch: simulator Issues related to the SIMulator Board: simulator Size: XS The size of the change in this PR is very small labels Nov 19, 2024
@acassis
Copy link
Contributor

acassis commented Nov 19, 2024

@cuiziwei1 seems like some boards config need to be update (probably from some other PR)

/usr/bin/ld: nuttx.rel: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: failed to set dynamic section sizes: bad value

Signed-off-by: cuiziwei <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit feb38c4 into apache:master Nov 21, 2024
14 checks passed
@yamt yamt mentioned this pull request Nov 25, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: simulator Issues related to the SIMulator Board: simulator Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants