Quote:
Originally Posted by knc1
Yes it was built on a 32-bit system.
Just follow the steps in the "spoiler" on a 64-bit system.
|
My thoughts on this:
So happy days the 64 bit one seems initially to be a possiblity.
NOTES ON 64 BIT
ensure you have read the previous threads on this subject -
This probably is not the version you want..
You have been warned...
Installation:
core2quad ~ $ sudo tar -C /opt --extract --file=qemu-1.1.1-arm.tar.gz
core2quad ~ $ /opt/qemu111/bin/qemu-system-arm --version
QEMU emulator version 1.1.1, Copyright (c) 2003-2008 Fabrice Bellard
To activate:
core2quad ~ $ export PATH=/opt/qemu111/bin:$PATH
Let's just check:
bash-4.1$ /opt/qemu111/bin/qemu-system-arm --version
QEMU emulator version 1.1.1, Copyright (c) 2003-2008 Fabrice Bellard
And just double check
bash-4.1$ qemu-system-arm --version
QEMU emulator version 1.1.1, Copyright (c) 2003-2008 Fabrice Bellard
(by not using the direct path we are assuring that the "generally available" reference to
qemu-system-arm is indeed the version we want...call me paranoid)
(I.E simply follow the instructions for the 32 bits version - this is just a copy of the threads above.
read up - as in - the previous threads would be my advice before blindly choosing this 64 bit version )