Skip to content

recipies-bsp/grub: Fix linker error#301

Open
aevykk wants to merge 1 commit into
gyroidos:mainfrom
aevykk:fix-grub-linker-error
Open

recipies-bsp/grub: Fix linker error#301
aevykk wants to merge 1 commit into
gyroidos:mainfrom
aevykk:fix-grub-linker-error

Conversation

@aevykk

@aevykk aevykk commented May 8, 2026

Copy link
Copy Markdown
Contributor

Fix the occasional "cannot link at address 0x2000" error.

This error appeared occasionally when the sstate cache of grub was invalidated, and thereby grub was rebuilt.
The builds succeeded occasionally due to most likely a race condition when populating the sysroot.

@aevykk aevykk force-pushed the fix-grub-linker-error branch from e1fa2a0 to 1b0f112 Compare May 8, 2026 16:55
@aevykk aevykk force-pushed the fix-grub-linker-error branch from 1b0f112 to 490b26a Compare May 26, 2026 07:40
Fix the occasional "cannot link at address 0x2000" error.
This error occurs due to the toolchain targeting PIE by default,
but the linker test scripts trying to link at a static address.

Signed-off-by: Leander Seidlitz <leander.seidlitz@aisec.fraunhofer.de>
@aevykk aevykk force-pushed the fix-grub-linker-error branch from 490b26a to eb1b229 Compare May 26, 2026 07:55
@aevykk aevykk changed the title DRAFT recipies-bsp/grub: Fix linker error recipies-bsp/grub: Fix linker error May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant