[Spice-devel] Problem at SPICE compilation on ARMv8 processor

阿典 a3800599 at 163.com
Mon Sep 28 05:26:25 PDT 2015


Dear SPICE Developers:
        
        Hello! I got some problems when I was trying to compile SPICE on an ARMv8 processor-based machine.
        When I tried to configure, the process was corrupted with an error : ‘Only x86 and x86-64 are supported’.
        And the configure file shows that only ARMv6 and v7 are supported. 
    # Check for the CPU we are using
#
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86" >&5
$as_echo_n "checking for x86... " >&6; }
case $host_cpu in
  i386|i486|i586|i686|i786|k6|k7|armv6|armv6l|armv6hl|armv7|armv7l|armv7hl)
variant=32
        ;;
  x86_64)
variant=64
;;
  *)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
echo Only x86 and x86-64 are supported
exit 1
        
        Here is my problem: is ARMv8 not supported by SPICE right now? And if it is, when can we get ARMv8(aarch64) support from SPICE?
        Or in other cases, can I just modify some config files to bypass this check?


        Thanks for reading, and hats off for your work  :D
        
    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150928/b00a7f55/attachment.html>


More information about the Spice-devel mailing list