I'm trying to setup crossdev for aarch64 with qemu support. I'm following this guide https://wiki.gentoo.org/wiki/Cross_build_environment to setup qemu for aarch64.
It is installed well on both host and target. Now when I do
Code: Select all
# /etc/init.d/qemu-binfmt start && cd /usr/aarch64-unknown-linux-gnu/ && chroot . /bin/bash --login
* Registering qemu-user binaries (flags: OC) ... [ ok ]
Shell is working, I can run commands.
Any ideas what could be wrong? is it something related to qemu? Or maybe I'm missing some essential packages on target?
Thanks.



