аᶘ
https://packages.ubuntu.com/search?keywords=gcc-arm-linux-gnueabi
Size: a a a
аᶘ
VK
аᶘ
# This provides the qemu-arm-static binary
apt-get install qemu-user-static
# Mount my target filesystem on /mnt
mount -o loop fs.img /mnt
# Copy the static ARM binary that provides emulation
cp $(which qemu-arm-static) /mnt/usr/bin
# Or, more simply: cp /usr/bin/qemu-arm-static /mnt/usr/bin
# Finally chroot into /mnt, then run 'qemu-arm-static bash'
# This chroots; runs the emulator; and the emulator runs bash
chroot /mnt qemu-arm-static /bin/bash
аᶘ
VK
VK
VK
аᶘ
VK
аᶘ
DP
BV
аᶘ
BV
VK
аᶘ
DP
../src/gcc/configure --with-headers= --with-libc
аᶘ
../src/gcc/configure --with-headers= --with-libc
аᶘ