qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] compile error with cvs version
@ 2005-08-08 20:35 MichaelHoeller
  2005-08-08 20:48 ` Paul Brook
  0 siblings, 1 reply; 3+ messages in thread
From: MichaelHoeller @ 2005-08-08 20:35 UTC (permalink / raw)
  To: qemu-devel

Hello,

I do not get QEMU 0.7.1 from the cvs (7.8.2005) compiled with SuSE 9.2 .
It seem that make does not find cpu.h ... 
I do have several cpu.h on my system:

/usr/include/asm/cpu.h
/usr/include/linux/cpu.h
/usr/src/linux-2.6.8-24.16/arch/arm/mach-s3c2410/cpu.h
/usr/src/linux-2.6.8-24.16/arch/i386/kernel/cpu/cpu.h
/usr/src/linux-2.6.8-24.16/include/asm-i386/cpu.h
/usr/src/linux-2.6.8-24.16/include/asm-ia64/cpu.h
/usr/src/linux-2.6.8-24.16/include/asm-mips/cpu.h
/usr/src/linux-2.6.8-24.16/include/asm-x86_64/cpu.h
/usr/src/linux-2.6.8-24.16/include/linux/cpu.h

I change the include statement in the souce to /usr/include/linux/cpu.h
instead of
cpu.h but then I get other errors.

Here is the error message with the original code. What am I missing???

Thanks a lot
Michael

make[1]: Entering directory `/home/michael/tmp/qemu-0.7.1/i386-user'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I/home/michael/tmp/qemu-0.7.1/target-i386
-I/home/michael/tmp/qemu-0.7.1 -I/home/michael/tmp/qemu-0.7.1/linux-user
-I/home/michael/tmp/qemu-0.7.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/michael/tmp/qemu-0.7.1/fpu -I/home/michael/tmp/qemu-0.7.1/slirp
-c -o elfload.o /home/michael/tmp/qemu-0.7.1/linux-user/elfload.c
In Datei, eingef?gt von
/home/michael/tmp/qemu-0.7.1/linux-user/qemu.h:4,
von /home/michael/tmp/qemu-0.7.1/linux-user/elfload.c:13:
/home/michael/tmp/qemu-0.7.1/thunk.h:24:17: cpu.h: Datei oder
Verzeichnis nicht gefunden 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-09  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 20:35 [Qemu-devel] compile error with cvs version MichaelHoeller
2005-08-08 20:48 ` Paul Brook
     [not found]   ` <200508082313.14816.MichaelHoeller@t-online.de>
     [not found]     ` <200508082235.35738.paul@codesourcery.com>
2005-08-09  6:36       ` MichaelHoeller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).