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: Sun, 27 Oct 2019 18:58:35 -0400

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?

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?


Virus-free. www.avast.com

On Sun, Oct 27, 2019 at 3:32 PM Peter Maydell <address@hidden> wrote:
On Sat, 26 Oct 2019 at 21:11, Bill Toner <address@hidden> wrote:
>
> ./configure --prefix=/opt/emulation/qemu/4.1.0
> make
> ...
> ...
>  LINK    xtensaeb-softmmu/qemu-system-xtensaeb
> /usr/bin/ld: target/xtensa/core-test_mmuhifi_c3.o: file not recognized: file truncated
> collect2: error: ld returned 1 exit status
> make[1]: *** [Makefile:209: qemu-system-xtensaeb] Error 1
> make: *** [Makefile:472: xtensaeb-softmmu/all] Error 2
>
> (end of output and back to shell at this point)


"File truncated" means something went wrong trying
to write the .o file -- perhaps running out of disk space?
(I note that since 'xtensa' starts with 'x' this is going to be
one of the last files to be written.)
The linker has then complained about finding half a file
where it expected a whole one.

thanks
-- PMM

reply via email to

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