I'm unable to build Petalinux because the sched_attr struct in linux-user/syscall.c conflicts with the one provided by glibc 2.41, which is the current version on Arch Linux (I know Arch is not officially supported but the rest of the build is working fine up to this point). I did try manually editing the repo with petalinux-devtool modify but that doesn't work on qemu-xilinx-native due to some submodule problems. As far as I can tell, updating here would be the easiest way to fix it.
See here for further explanation and the fix, which has already been added to the QEMU main branch. Thank you!
I'm unable to build Petalinux because the
sched_attrstruct in linux-user/syscall.c conflicts with the one provided by glibc 2.41, which is the current version on Arch Linux (I know Arch is not officially supported but the rest of the build is working fine up to this point). I did try manually editing the repo withpetalinux-devtool modifybut that doesn't work on qemu-xilinx-native due to some submodule problems. As far as I can tell, updating here would be the easiest way to fix it.See here for further explanation and the fix, which has already been added to the QEMU main branch. Thank you!