raiden00pl commented on PR #18837:
URL: https://github.com/apache/nuttx/pull/18837#issuecomment-4885364220
@linguini1 you can try this:
```
The fix
1. Port 85337c0efc to boards/arm64/qemu/qemu-armv8a/scripts/dramboot.ld:
move .kasan.shadows to
after .rodata (fixes convergence) and give .kasan.unused/.kasan.global a
concrete in-image location
before .data (stops the 0x40000000 relocation). This is really an arm64
counterpart to the armv7a
fix — arguably a standalone infra commit that unblocks the PR.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]