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: Peter Maydell
Subject: Re: Qemu 4.1.0 compile error on target/xtensa/core-test_mmuhifi_c3.o
Date: Mon, 28 Oct 2019 13:16:45 +0000

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]