Make Stap compatible with Android

Mark Wielaard mark@klomp.org
Sun May 6 20:45:00 GMT 2018


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




More information about the Systemtap mailing list