On 16 November 2012 17:06, Peter Maydell <peter.mayd...@linaro.org> wrote:
> This turns out to be the same problem as the MacOS failure:
> as well as building the libqemustub.a in the root directory
> we also try to create an empty libqemustub.a in arm-softmmu/
> (or whatever the target subdir is). On MacOS this fails
> because ar doesn't allow an empty list of objects. On Linux
> it succeeds, but then the final link of the qemu executable
> fails because we use the emtpy archive rather than the one
> with all the stub objects.

Changing all the references to libqemustub.a in Makefile.target
to read "../libqemustub.a" instead fixes this and we seem to
build OK on both MacOS and Linux.

-- PMM

Reply via email to