The document discusses building software for embedded systems across different architectures using QEMU. It describes native building versus cross building, and compares building directly on a system emulator versus Scratchbox. It proposes that a simpler approach is to use just the user mode of QEMU, along with chroot and binfmt_misc. An example is given of setting up a basic ARM chroot environment and building software faster using user mode QEMU instead of a full system emulator. Issues like mounting proc and networking are also addressed.