On Wed, 25 Nov 2020 at 09:39, Alex Bennée <alex.ben...@linaro.org> wrote: > How hairy is the generation of these binaries? If it's all doable with > standard gcc/ldd command lines it would be useful to add them as a > tcg/multiarch test case.
Rather than using C it might be simpler just to create a failing binary by-hand, as the StackOverflow example does: https://stackoverflow.com/questions/64956322/alignment-requirements-for-arm64-elf-executables-run-in-qemu-assembled-by-gas thanks -- PMM