Hi,
Thanks Steve, but I was thinking if is possible to compile for run under
winCE (with a xscale arm processor)?
If I understand the .elf that come out from run only on linux...
When i try to apply the patch rename it to .patch and try to integrate
I'll see the error of invalid patch...
The
I'm able to build qemu for an arm host with the patch I sent earlier
today. I'm cross-compiling on x86 to build the arm binary:
cd qemu
./configure --cross-prefix=arm-linux- --cpu=armv4l
--target-list=i386-user
make
The resulting binary (qemu/i386-user/qemu-i386) runs simple i386
programs; I