[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] Problema con QEMU/KQEMU



> ecco l'output di configure:
> luigi@xabaras:~/Desktop/qemu-0.8.0$ ./configure --cc=gcc-3.4
> --prefix=/usr --kernel-path=/usr/src/linux-2.6.15.4 --enable-alsa
> --target-list=i386-softmmu
> Install prefix    /usr BIOS
> directory         /usr/share/qemu binary
> directory         /usr/bin
> Manual directory  /usr/share/man
> ELF interp prefix /usr/gnemul/qemu-%M
> Source path       /home/luigi/Desktop/qemu-0.8.0
> C compiler        gcc-3.4
> Host C compiler   gcc
> make              make
> host CPU          i386
> host big endian   no
> target list       i386-softmmu
> gprof enabled     no
> static build      no
> SDL support       yes
> SDL static link   no
> mingw32 support   no
> Adlib support     no
> CoreAudio support no
> ALSA support      yes
> DSound support    no
> FMOD support      no
> kqemu             no
> qvm86             no
>
> ecco l'output di uname:
> luigi@xabaras:~/Desktop/qemu-0.8.0$ uname -r
> 2.6.15.4-gg
>
> forse il fato che il mio kernel non è stato compilato con il gcc-3.4,
> ma con il gcc-4.0.3?
> cmq ho provato da installare un immagine del kernel con relativi
> headers via apt, ma il risultato è sempre lo stesso.
> inoltre se non trovasse gli header dovrebbe scrivere un msg di errore.
> qualche idea????

Potessi darti un consiglio lo farei volentieri.....mi aggrego anche io
postando il mio output:

alessandro@ubuntu:~/Desktop/Vari/qemu$ ./configure --target-list=x86_64-softmmu
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/alessandro/Desktop/Vari/qemu
C compiler        gcc-3.4
Host C compiler   gcc-3.4
make              make
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
profiler          no
static build      no
SDL support       yes
SDL static link   yes
mingw32 support   no
Adlib support     no
CoreAudio support no
ALSA support      no
DSound support    no
FMOD support      no
kqemu support     yes
./configure: line 695: test: =: unary operator expected

Posto anche la linea 695 (dalla 693 alla 699):

  if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64"  ; then
    echo "#define USE_KQEMU 1" >> $config_h
    if test $kqemu_profile = "yes" ; then
      echo "#define CONFIG_KQEMU_PROFILE 1" >> $config_h
    fi
  fi




--
Alessandro Eterni



Reply to: