On Tue, 25 Feb 2014 18:17:24 +0100, Jean Pihet wrote: > I am trying to compile libdw for ARM,
There is no need/possibility to specify ARM target or any other target, every build of elfutils will always handle all the supported targets. > *** missing i386_dis.h; configure with --enable-maintainer-mode > *** missing x86_64_dis.h; configure with --enable-maintainer-mode And so have you specified --enable-maintainer-mode if you use GIT sources? git clone git://git.fedorahosted.org/git/elfutils.git; cd elfutils autoreconf -f -i; ./configure --enable-maintainer-mode; make Jan