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 <peter.mayd...@linaro.org>
wrote:

> On Sun, 27 Oct 2019 at 22:58, Bill Toner <amigab...@gmail.com> 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