qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] Cross Building QEMU for Aarch64


From: Jakob Bohm
Subject: Re: [Qemu-discuss] Cross Building QEMU for Aarch64
Date: Wed, 27 May 2015 18:31:04 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 27/05/2015 17:21, Yehuda Yitschak wrote:

Hello


i am trying to cross build qemu v2.3.0 to Aarch64 on a i386 host

i am using "gcc-linaro-aarch64-linux-gnu-4.9-2014.05_linux" toolchain


the qemu configure scripts complains:

    ERROR: zlib check failed
           Make sure to have the zlib libs and headers installed.

i believe this is a problems with the toolchain.
Does anyone know a way around this ?

Make sure there is an aarch64 compiled zlib *and its
headers* installed in the cross toolchain's aarch64
include and lib directories.

Look at the failing lines in the configure scripts and
try to figure out where it looks for zlib.h and
( zlib.so.* or zlib.a.*), or if it simply does a test
compile/link of a dummy program that referenceszlib.

Enjoy

Jakob
--
Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded




reply via email to

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