Modify qemu#1273
Conversation
qemu is not supported and qemu-user-static needs to be installed instead. Signed-off-by: Andreea Andrisan <Andreea.Andrisan@analog.com>
It seams that are not required for the docker build. Signed-off-by: Andreea Andrisan <Andreea.Andrisan@analog.com>
|
I'm assuming this isn't done - since it still has build failures on ARM? (that's what is suppost to be fixed?) |
There are currently 2 issues affecting the ARM builds:
This PR addresses the 1st issue. |
Is this on specific versions of gcc? for now - you should be able to go back a version to unblock things... and report a problem/bug in gcc - https://gcc.gnu.org/bugs/ |
Based on this discussion: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087822 Disable Address Space Layout Randomization for the ppc64le, x390x, armv7/8 builds to pass. Signed-off-by: Dan Nechita <dan.nechita@analog.com>
I have already tried with multiple of gcc versions and all have failed. In the end, it worked by disabling Address Space Layout Randomization (ASLR) based on a discussion on this bug report: |
|
Ok - thanks for the pointer - so it's not a gcc issue - its a qemu/host kernel issue. That helps. |
PR Description
Remove qemu package and install qemu-user-static
PR Type
PR Checklist