Open chmouel opened 2 years ago
I am not sure if this is my setup or some issue on the doom emacs package but I keep getting a wrong ELF class while using a raspberrypi on archlinux :
build-28.2/tsc/tsc-dyn.so: wrong ELF class: ELFCLASS64)
uname -m give back armv7l but RPI4 is aarch64.... I wonder if there is a workaround for this? (like m1 support is done?)
uname -m
Thanks,
This also applies on other aarch64 linux machines eg a Thinkpad X13s, not specific to RPI4.
I am not sure if this is my setup or some issue on the doom emacs package but I keep getting a wrong ELF class while using a raspberrypi on archlinux :
build-28.2/tsc/tsc-dyn.so: wrong ELF class: ELFCLASS64)
uname -m
give back armv7l but RPI4 is aarch64.... I wonder if there is a workaround for this? (like m1 support is done?)Thanks,