qemu-discuss
[Top][All Lists]
Advanced

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

Re: Qemu 4.1.0 compile error on target/xtensa/core-test_mmuhifi_c3.o


From: Bill Toner
Subject: Re: Qemu 4.1.0 compile error on target/xtensa/core-test_mmuhifi_c3.o
Date: Thu, 7 Nov 2019 13:45:13 -0500

I cloned from git and that compiled OK, where the 4.1.0 download on website does not. So now using what calls itself 4.1.50.

On Mon, Oct 28, 2019 at 9:16 AM Peter Maydell <address@hidden> wrote:
On Sun, 27 Oct 2019 at 22:58, Bill Toner <address@hidden> wrote:
>
> There should be tons of free space...
>
>
> ~/downloads/qemu-4.1.0$ df . -h
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sda5       182G   84G   89G  49% /
>
>
> How do I track what is happening?

You can add V=1 to get make to print the (long) command
lines it is issuing. You can look at what the .o file is after
it fails (is it zero length? is it some half-formed thing?
does it actually seem to be a complete .o file?).

I assume you've tried "do a complete compile from scratch
in a clean new directory" and it fails the same way?

> I've since downloaded and compiled and installed the 4.0.1 release that I just found available now. That one compiled without any problem.
>
> Is there a way to disable xtensa for now to compile 4.1.0?

You can pass the --target-list=... option to configure to
pick the set of targets you want to build, and pass it
some list without xtensaeb-softmmu in it.

thanks
-- PMM

reply via email to

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