Replies: 1 comment
|
Try to use schroot! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a build the latest build of box86 and a 32-bit debian stretch chroot, but I can't get them to work. I'm pretty sure its possible as I've seen people talking about it, but I hope I'm not mistaken. I know I don't need the chroot, but I am looking to test out some things in a full 32-bit env.
Seems to work fine on QEMU, when copying the static binary to the chroot and running
update-binfmts --enable qemu-i386on the normal system to swap from box86 to QEMU.I have done the same with box86 and copied the build files over to
/usr/local/binand/usr/lib/i386-linux-gnu/. I just get the error "No such file or directory", which I have read could be due to missing libraries, even though it says the file is missing when its not. Do I need to include arm libs in my chroot? What am I missing with box86?All reactions