This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Make Stap compatible with Android
On Sun, May 06, 2018 at 06:21:31PM +0200, Alexander Lochmann wrote:
> > The patch works, but I can't build elfutils:
> >
> > ./configure --with-elfutils=/home/alex/Downloads/elfutils-0.170
> > --host=arm-none-linux-gnueabi
> > configure: error: zlib not found but is required
> >
> This happens with the Ubuntu default arm compiler as well.
elfutils needs zlib development headers to be installed.
I don't know which those are for a cross-compile. But for
a native build just apt-get install libz-dev.
Cheers,
Mark