Comment 3 for bug 1907472

Revision history for this message
Balint Reczey (rbalint) wrote :

I hoped to reproduce the issue with the help of qemu-x86_64 but it does not want to run x32 ELF.

apt build-dep glibc
sed -i 's/backports/proposed/' /etc/apt/sources.list
apt update
apt install libctf-nobfd0 libctf0 binutils-x86-64-linux-gnu libbinutils binutils binutils-common
x86_64-linux-gnu-gcc-10 -mx32 test-double-libmvec-sincos-main.c -std=gnu11 -fgnu89-inline -pipe -O2 -g -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fstack-protector-strong -Wstrict-prototypes -Wold-style-definition -fmath-errno -fpie -fcf-protection -U_FORTIFY_SOURCE -lm
./a.out

 qemu-x86_64-static ./a.out
./a.out: Invalid ELF image for this architecture

Will continue investigation tomorrow.