qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] Fix *-user build error


From: Paul Bolle
Subject: [Qemu-devel] Re: [PATCH] Fix *-user build error
Date: Tue, 13 Oct 2009 13:22:35 +0200

On Tue, 2009-10-13 at 13:01 +0200, Juan Quintela wrote:
> Paul Bolle <address@hidden> wrote:
> > Signed-off-by: Paul Bolle <address@hidden>
> > ---
> > Currently building i386-linux-user fails with this error:
> >
> >   CC    i386-linux-user/fpu/softfloat-native.o
> > [...]/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not 
> > defined
> > make[3]: *** [fpu/softfloat-native.o] Error 1
> > make[2]: *** [all] Error 2
> > make[1]: *** [subdir-i386-linux-user] Error 2
> > make: *** [build-all] Error 2
> >
> 
> make disclean
> or
> rm -f */config.h
> 
> Will fix the problem.
> 
> config.h was a generated file, and now it is not :(  To make things more
> interesting, it moved from one place to other (now it is shared for all
> targets).

make distclean didn't help here (neither did "make clean", which is what
I used before submitting the trivial patch).

"rm */config.h" did work. Thanks.

Why doesn't "make clean" do what one expects it to do? Can't it be made
to behave properly?


Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]