..to be more human every single day in this hopefully meaningful life...
Friday, August 5, 2011
Building Qemu 0.12.3 for Slackware 13 x86_64
The Qemu package slackbuild file from slackbuilds.org ( http://slackbuilds.org/repository/13.0/system/qemu/) by default compiles for x86 (i486) target. This will cause a build error on Slackware 13.0 x86_64 systems. In order to build the package from the source, you have to change the target in the slackbuild file to:
... ARCH=${ARCH:-x86_64} ...
This way the package build should be successful in Slackware 13 x86_64 systems.
Post a Comment
I'm a software developer and a book author, mainly working on low level software developments, quite adept to Windows and Linux driver development. I've been using C as my programming language for about 6 years. My driver development experiences are still limited to Windows 2000/XP and Linux kernel 2.4. Well, I'm back trying to catch-up with the rest of the industry in those subjects. Over the years, I've been working on BIOS reverse engineering as well.
No comments:
Post a Comment