I want to generate qemu-arm to run a binary. I download qemu source from github, and build it by following its readme, but only qemu-system-arm generated, I donwn't known why
By type ./configure --help, I tried
./configure --target-list=arm-softmmu --enable-user
but the same, no qemu-arm
After searching google,I find the same problem as this one
when I tried
./configure --target-list=arm-softmmu,arm-linux-user
an error occur
ERROR: Unknown target name 'arm-linux-user'
appreciated someone can give some tips
update :I have tried all above on ubuntu and mac, all the same