-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
"error: out of range pc-relative fixup value" on linux-armel checked CoreCLR_NonPortable #100047
Labels
area-VM-coreclr
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Comments
dotnet-issue-labeler
bot
added
the
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
label
Mar 20, 2024
EgorBo
added
the
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
label
Mar 20, 2024
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Mar 20, 2024
cc @filipnavara, clang was updated yesterday from v17 to v18, which broke the armel build. Is this our bug or compiler's? -- The C compiler identification is Clang 18.1.2
-- The CXX compiler identification is Clang 18.1.2
...
[ 37%] Building ASM object nativeaot/Runtime/Full/CMakeFiles/Runtime.ServerGC.dir/__/arm/Interlocked.S.o
/tmp/thunktemplates-9c0dbb.s:348:9: error: out of range pc-relative fixup value
ldr pc, StubPrecodeCode + PAGE_SIZE + 0x04
^
/tmp/thunktemplates-9c0dbb.s:355:9: error: out of range pc-relative fixup value
ldr r12, FixupPrecodeCode + PAGE_SIZE + 0x04
^
/tmp/thunktemplates-9c0dbb.s:356:9: error: out of range pc-relative fixup value
ldr pc, FixupPrecodeCode + PAGE_SIZE + 0x08
^
/tmp/thunktemplates-9c0dbb.s:369:9: error: out of range pc-relative fixup value
ldr pc, CallCountingStubCode + PAGE_SIZE + 0x04
^
/tmp/thunktemplates-9c0dbb.s:371:9: error: out of range pc-relative fixup value
ldr pc, CallCountingStubCode + PAGE_SIZE + 0x08
^
make[2]: *** [vm/wks/CMakeFiles/cee_wks_core.dir/build.make:3470: vm/wks/CMakeFiles/cee_wks_core.dir/__/arm/thunktemplates.S.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3712: vm/wks/CMakeFiles/cee_wks_core.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs.... |
I'll have to try it... The relocations can represent only limited range, that should not be an issue here. I'd expect the
I doubt it will help though. |
dotnet-policy-service
bot
removed
the
untriaged
New issue has not been triaged by the area owner
label
Mar 21, 2024
am11
removed
the
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
label
Jul 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-VM-coreclr
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
linux-armel checked CoreCLR_NonPortable:
E.g.:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=610702&view=logs&j=2eda3965-9146-55d1-4226-c3d3f8432d8f&t=27bbe0a6-6c05-550a-bc6f-305cf5eac8aa
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=610702
Error message validated:
[out of range pc-relative fixup value
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/20/2024 10:47:26 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: