mtrace icon indicating copy to clipboard operation
mtrace copied to clipboard

Enable target sparc-softmmu

Open mikel-fernandez opened this issue 9 years ago • 0 comments

Some changes added to enable the generation of the sparc-softmmu target.

Changes now enable: ./configure --target-list="sparc-softmmu" --disable-kvm --audio-card-list="" --disable-vnc-jpeg --disable-vnc-png --disable-strip make

Tests: I checked that the x86_64-softmmu target is still generated: ./configure --target-list="x86_64-softmmu" --disable-kvm --audio-card-list="" --disable-vnc-jpeg --disable-vnc-png --disable-strip make

Modified files: mtrace.c target-sparc/cpu.h

  • Modified to enable compilation of sparc-softmmu target

qemu-doc.texi

  • Modified to remove the following error when making: GEN qemu.1 Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^@strong{ <-- HERE (.*)}$/ at texi2pod.pl line 313. qemu.pod around line 95: Non-ASCII character seen before =encoding in 'Sch�tz.'. Assuming UTF-8 POD document had syntax errors at /usr/bin/pod2man line 68. Makefile:297: recipe for target 'qemu.1' failed make: *** [qemu.1] Error 255 make: *** Deleting file 'qemu.1

mikel-fernandez avatar Jan 19 '17 08:01 mikel-fernandez