-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Linking fails with latest master on ARM64 platform #31952
Comments
What are you building that you see this error with? |
What platform, test/application, and which toolchain? |
The problem arises when for example compiling with an SRAM base address very high in memory, i.e. |
this should have been fixed by #32053 already, please confirm. |
Hi @nashif , it works, thanks. |
A comment added to this issue on November 6, 2023 has been removed due to absolute violation of Zephyr's Code of Conduct // https://github.com/zephyrproject-rtos/zephyr/blob/main/CODE_OF_CONDUCT.md. |
Working with ARM64 platform, after rebase over latest mainline, I get the following linker error:
zephyr/kernel/libkernel.a(mmu.c.obj): in function
z_mem_manage_init': ~/zephyrproject/zephyr/kernel/mmu.c:527:(.text.z_mem_manage_init+0x9c): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against symbol
z_mapped_size' defined in ABS section in zephyr/zephyr_prebuilt.elfcollect2: error: ld returned 1 exit status
Basing on the following commits:
1454730 (mainline/master) Bluetooth: samples: hci_uart: Add overlays for nRF5340
The text was updated successfully, but these errors were encountered: