This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: elfutils/libdw ARM compilation (native and cross compile)


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]