Advertisement
Guest User

elfutils

a guest
Jun 7th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Making all in libcpu
  2. make[2]: Entering directory `/tmp/test/elfutils/libcpu'
  3. m4 -Di386 -DDISASSEMBLER defs/i386 > i386_defsT
  4. mv -f i386_defsT i386_defs
  5. sed '1,/^%%/d;/^#/d;/^[[:space:]]*$/d;s/[^:]*:\([^[:space:]]*\).*/MNE(\1)/;s/{[^}]*}//g;/INVALID/d' \
  6. i386_defs | sort -u > i386.mnemonics
  7. *** missing i386_dis.h; configure with --enable-maintainer-mode
  8. make[2]: *** [i386_dis.h] Error 1
  9. rm i386_defs
  10. make[2]: Leaving directory `/tmp/test/elfutils/libcpu'
  11. make[1]: *** [all-recursive] Error 1
  12. make[1]: Leaving directory `/tmp/test/elfutils'
  13. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement