1*7304104dSAndroid Build Coastguard WorkerThe elfutils project provides libraries and tools for ELF files and DWARF data. 2*7304104dSAndroid Build Coastguard Worker 3*7304104dSAndroid Build Coastguard WorkerThe project home is http://elfutils.org/ 4*7304104dSAndroid Build Coastguard Worker 5*7304104dSAndroid Build Coastguard WorkerReleases are published at ftp://sourceware.org/pub/elfutils/ 6*7304104dSAndroid Build Coastguard WorkerWhich can also be found at https://sourceware.org/elfutils/ftp/ 7*7304104dSAndroid Build Coastguard Worker 8*7304104dSAndroid Build Coastguard WorkerTo build a release do: ./configure && make && make check 9*7304104dSAndroid Build Coastguard WorkerPlease check the configure summary to make sure all recommended 10*7304104dSAndroid Build Coastguard Workerfeatures are enabled. There should be no failures after make check. 11*7304104dSAndroid Build Coastguard Worker 12*7304104dSAndroid Build Coastguard WorkerPlease reports bugs at https://sourceware.org/bugzilla/ 13*7304104dSAndroid Build Coastguard Worker 14*7304104dSAndroid Build Coastguard WorkerThe current elfutils source code can be checked out with 15*7304104dSAndroid Build Coastguard Workergit clone git://sourceware.org/git/elfutils.git 16*7304104dSAndroid Build Coastguard Worker 17*7304104dSAndroid Build Coastguard WorkerTo build a git checkout do: 18*7304104dSAndroid Build Coastguard Worker autoreconf -i -f && \ 19*7304104dSAndroid Build Coastguard Worker ./configure --enable-maintainer-mode && \ 20*7304104dSAndroid Build Coastguard Worker make && make check 21*7304104dSAndroid Build Coastguard Worker 22*7304104dSAndroid Build Coastguard WorkerThe developer mailinglist to send patches to is 23*7304104dSAndroid Build Coastguard Worker[email protected]. 24*7304104dSAndroid Build Coastguard Workerhttps://sourceware.org/ml/elfutils-devel/ 25*7304104dSAndroid Build Coastguard Worker 26*7304104dSAndroid Build Coastguard WorkerTo subscribe send an email to [email protected] 27*7304104dSAndroid Build Coastguard WorkerOr use the form at https://sourceware.org/mailman/listinfo/elfutils-devel 28*7304104dSAndroid Build Coastguard Worker 29*7304104dSAndroid Build Coastguard WorkerSee the CONTRIBUTING file for how to propose patches to the code. 30*7304104dSAndroid Build Coastguard Worker 31*7304104dSAndroid Build Coastguard WorkerSee the NOTES files for some design decisions and notes. 32*7304104dSAndroid Build Coastguard Worker 33*7304104dSAndroid Build Coastguard WorkerSee the SECURITY file for defining and handling security-sensitive bugs. 34