objdump : file format not recognized











up vote
0
down vote

favorite












I'm encountering these errors when trying to compile a new kernel under Gentoo...



scripts/kconfig/conf  --syncconfig Kconfig
DESCEND objtool
CC kernel/bounds.s
CC arch/x86/kernel/asm-offsets.s
GEN scripts/gdb/linux/constants.py
CALL scripts/checksyscalls.sh
CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
CC init/main.o
CC kernel/bpf/core.o
CC arch/x86/ia32/sys_ia32.o
CC arch/x86/kernel/acpi/boot.o
CC arch/x86/events/amd/core.o
CC certs/system_keyring.o
CC arch/x86/entry/vdso/vma.o
CC arch/x86/crypto/sha1-mb/sha1_mb.o
objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
objdump: certs/.tmp_system_keyring.o: file format not recognized
EXTRACT_CERTS
AS certs/system_certificates.o
AR certs/built-in.a
objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/ia32/.tmp_sys_ia32.o: file format not recognized
objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/events/amd/.tmp_core.o: file format not recognized
CC arch/x86/ia32/ia32_signal.o
CC arch/x86/mm/init.o
CC arch/x86/events/amd/uncore.o
objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/entry/vdso/.tmp_vma.o: file format not recognized
CC arch/x86/entry/vdso/vdso32-setup.o
objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
objdump: arch/x86/kernel/acpi/.tmp_boot.o: file format not recognized
CC arch/x86/kernel/acpi/sleep.o
AR arch/x86/crypto/sha1-mb/built-in.a
objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
objdump: init/.tmp_main.o: file format not recognized
...


I've rebuilt binutils (which is the package from which objdump comes from), but that had no effect.



I can compile and install other packages/software without any problem, but this is preventing kernel compilation from completing.










share|improve this question




























    up vote
    0
    down vote

    favorite












    I'm encountering these errors when trying to compile a new kernel under Gentoo...



    scripts/kconfig/conf  --syncconfig Kconfig
    DESCEND objtool
    CC kernel/bounds.s
    CC arch/x86/kernel/asm-offsets.s
    GEN scripts/gdb/linux/constants.py
    CALL scripts/checksyscalls.sh
    CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
    CC init/main.o
    CC kernel/bpf/core.o
    CC arch/x86/ia32/sys_ia32.o
    CC arch/x86/kernel/acpi/boot.o
    CC arch/x86/events/amd/core.o
    CC certs/system_keyring.o
    CC arch/x86/entry/vdso/vma.o
    CC arch/x86/crypto/sha1-mb/sha1_mb.o
    objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
    objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
    objdump: certs/.tmp_system_keyring.o: file format not recognized
    EXTRACT_CERTS
    AS certs/system_certificates.o
    AR certs/built-in.a
    objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/ia32/.tmp_sys_ia32.o: file format not recognized
    objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/events/amd/.tmp_core.o: file format not recognized
    CC arch/x86/ia32/ia32_signal.o
    CC arch/x86/mm/init.o
    CC arch/x86/events/amd/uncore.o
    objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/entry/vdso/.tmp_vma.o: file format not recognized
    CC arch/x86/entry/vdso/vdso32-setup.o
    objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
    objdump: arch/x86/kernel/acpi/.tmp_boot.o: file format not recognized
    CC arch/x86/kernel/acpi/sleep.o
    AR arch/x86/crypto/sha1-mb/built-in.a
    objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
    objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
    objdump: init/.tmp_main.o: file format not recognized
    ...


    I've rebuilt binutils (which is the package from which objdump comes from), but that had no effect.



    I can compile and install other packages/software without any problem, but this is preventing kernel compilation from completing.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm encountering these errors when trying to compile a new kernel under Gentoo...



      scripts/kconfig/conf  --syncconfig Kconfig
      DESCEND objtool
      CC kernel/bounds.s
      CC arch/x86/kernel/asm-offsets.s
      GEN scripts/gdb/linux/constants.py
      CALL scripts/checksyscalls.sh
      CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
      CC init/main.o
      CC kernel/bpf/core.o
      CC arch/x86/ia32/sys_ia32.o
      CC arch/x86/kernel/acpi/boot.o
      CC arch/x86/events/amd/core.o
      CC certs/system_keyring.o
      CC arch/x86/entry/vdso/vma.o
      CC arch/x86/crypto/sha1-mb/sha1_mb.o
      objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
      objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
      objdump: certs/.tmp_system_keyring.o: file format not recognized
      EXTRACT_CERTS
      AS certs/system_certificates.o
      AR certs/built-in.a
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: file format not recognized
      objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/events/amd/.tmp_core.o: file format not recognized
      CC arch/x86/ia32/ia32_signal.o
      CC arch/x86/mm/init.o
      CC arch/x86/events/amd/uncore.o
      objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/entry/vdso/.tmp_vma.o: file format not recognized
      CC arch/x86/entry/vdso/vdso32-setup.o
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: file format not recognized
      CC arch/x86/kernel/acpi/sleep.o
      AR arch/x86/crypto/sha1-mb/built-in.a
      objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
      objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
      objdump: init/.tmp_main.o: file format not recognized
      ...


      I've rebuilt binutils (which is the package from which objdump comes from), but that had no effect.



      I can compile and install other packages/software without any problem, but this is preventing kernel compilation from completing.










      share|improve this question















      I'm encountering these errors when trying to compile a new kernel under Gentoo...



      scripts/kconfig/conf  --syncconfig Kconfig
      DESCEND objtool
      CC kernel/bounds.s
      CC arch/x86/kernel/asm-offsets.s
      GEN scripts/gdb/linux/constants.py
      CALL scripts/checksyscalls.sh
      CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
      CC init/main.o
      CC kernel/bpf/core.o
      CC arch/x86/ia32/sys_ia32.o
      CC arch/x86/kernel/acpi/boot.o
      CC arch/x86/events/amd/core.o
      CC certs/system_keyring.o
      CC arch/x86/entry/vdso/vma.o
      CC arch/x86/crypto/sha1-mb/sha1_mb.o
      objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
      objdump: certs/.tmp_system_keyring.o: unable to initialize decompress status for section .debug_info
      objdump: certs/.tmp_system_keyring.o: file format not recognized
      EXTRACT_CERTS
      AS certs/system_certificates.o
      AR certs/built-in.a
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/ia32/.tmp_sys_ia32.o: file format not recognized
      objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/events/amd/.tmp_core.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/events/amd/.tmp_core.o: file format not recognized
      CC arch/x86/ia32/ia32_signal.o
      CC arch/x86/mm/init.o
      CC arch/x86/events/amd/uncore.o
      objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/entry/vdso/.tmp_vma.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/entry/vdso/.tmp_vma.o: file format not recognized
      CC arch/x86/entry/vdso/vdso32-setup.o
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: unable to initialize decompress status for section .debug_info
      objdump: arch/x86/kernel/acpi/.tmp_boot.o: file format not recognized
      CC arch/x86/kernel/acpi/sleep.o
      AR arch/x86/crypto/sha1-mb/built-in.a
      objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
      objdump: init/.tmp_main.o: unable to initialize decompress status for section .debug_info
      objdump: init/.tmp_main.o: file format not recognized
      ...


      I've rebuilt binutils (which is the package from which objdump comes from), but that had no effect.



      I can compile and install other packages/software without any problem, but this is preventing kernel compilation from completing.







      kernel gentoo






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 at 14:32









      Rui F Ribeiro

      38.3k1475126




      38.3k1475126










      asked Nov 22 at 12:10









      slackline

      2011412




      2011412






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          According to bug 671650, elfutils-0.175 has problems with alignments.



          Switching into linker ld.gold unveiled massive ammount of warnings about section alignments.



          Try reverting to elfutils-0.173:



          # emerge dev-libs/elfutils-0.173



          And then rebuild your kernel.



          sys-kernel/gentoo-sources-4.19.3 on my system builds and loads fine with elfutils-0.173.






          share|improve this answer








          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
            – slackline
            Nov 22 at 14:05













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483434%2fobjdump-file-format-not-recognized%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          According to bug 671650, elfutils-0.175 has problems with alignments.



          Switching into linker ld.gold unveiled massive ammount of warnings about section alignments.



          Try reverting to elfutils-0.173:



          # emerge dev-libs/elfutils-0.173



          And then rebuild your kernel.



          sys-kernel/gentoo-sources-4.19.3 on my system builds and loads fine with elfutils-0.173.






          share|improve this answer








          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
            – slackline
            Nov 22 at 14:05

















          up vote
          1
          down vote



          accepted










          According to bug 671650, elfutils-0.175 has problems with alignments.



          Switching into linker ld.gold unveiled massive ammount of warnings about section alignments.



          Try reverting to elfutils-0.173:



          # emerge dev-libs/elfutils-0.173



          And then rebuild your kernel.



          sys-kernel/gentoo-sources-4.19.3 on my system builds and loads fine with elfutils-0.173.






          share|improve this answer








          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
            – slackline
            Nov 22 at 14:05















          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          According to bug 671650, elfutils-0.175 has problems with alignments.



          Switching into linker ld.gold unveiled massive ammount of warnings about section alignments.



          Try reverting to elfutils-0.173:



          # emerge dev-libs/elfutils-0.173



          And then rebuild your kernel.



          sys-kernel/gentoo-sources-4.19.3 on my system builds and loads fine with elfutils-0.173.






          share|improve this answer








          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          According to bug 671650, elfutils-0.175 has problems with alignments.



          Switching into linker ld.gold unveiled massive ammount of warnings about section alignments.



          Try reverting to elfutils-0.173:



          # emerge dev-libs/elfutils-0.173



          And then rebuild your kernel.



          sys-kernel/gentoo-sources-4.19.3 on my system builds and loads fine with elfutils-0.173.







          share|improve this answer








          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Nov 22 at 13:46









          Kamil Kamiński

          262




          262




          New contributor




          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Kamil Kamiński is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
            – slackline
            Nov 22 at 14:05




















          • Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
            – slackline
            Nov 22 at 14:05


















          Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
          – slackline
          Nov 22 at 14:05






          Thanks, hadn't found that bug when searching, its done the trick and is now compiling fine.
          – slackline
          Nov 22 at 14:05




















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483434%2fobjdump-file-format-not-recognized%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Morgemoulin

          Scott Moir

          Souastre