[S.u.S.E. Linux] New Kernel error with linux-2.0.34-suse - Help
Here's a lengthy log of the error at the bottom. Reloaded my system with SuSE 5.2 (Thankyou Lord for the tape drive!), and I downloaded 2.0.34 to use from ftp.suse.com. Now I get this error : rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -traditional -c head.S gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -O2 -DSTDC_HEADERS -c misc.c -o misc.o ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot/compressed' gcc -I/usr/src/linux-2.0.34/include -O2 -fomit-frame-pointer -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-2.0.34/include if hash encaps 2> /dev/null; then \ objdump -k -q -o 0x1000 compressed/vmlinux > compressed/vmlinux.out; \ else \ objcopy -O binary -R .note -R .comment -R .stab -R .stabstr compressed/vmlinux compressed/vmlinux.out; \ fi objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core make[1]: *** [zImage] Error 1 make[1]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot' make: *** [zImage] Error 2 ----------------------------------------------------------------------------------------- I followed the README in all the kernels and reset my links, did a make mrproper, make dep; make clean and finally a make zImage. Never seen this error before. -Dee ---------------------------------- W.D.McKinney (Dee) deem@wdm.com No Claim to Fame, Saved by Grace ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Well, I went back to 2.0.33 after 2.0.34 broke some things on my system. I have been using 2.0.35 for the last two days and it seems bulletproof, just like 2.0.33 was. I would just download the 2.0.35 sources from kernel.org, or I put a local copy on my news page as well. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Using binutils 2.8? Just delete or rename /usr/bin/encaps 'Older' compilers needed it. Then the kernel will rebuild fine. Greetings, Markus Doehr AUBI Baubeschlaege GmbH IT-Admin
-----Ursprüngliche Nachricht----- Von: W.D.McKinney [<A HREF="mailto:deem@wdm.com">mailto:deem@wdm.com</A>] Gesendet am: Mittwoch, 15. Juli 1998 20:23 An: suse-linux-e@suse.com Betreff: [S.u.S.E. Linux] New Kernel error with linux-2.0.34-suse - Help
Here's a lengthy log of the error at the bottom. Reloaded my system with SuSE 5.2 (Thankyou Lord for the tape drive!), and I downloaded 2.0.34 to use from ftp.suse.com. Now I get this error :
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -traditional -c head.S gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -O2 -DSTDC_HEADERS -c misc.c -o misc.o ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot/compressed' gcc -I/usr/src/linux-2.0.34/include -O2 -fomit-frame-pointer -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-2.0.34/include if hash encaps 2> /dev/null; then \ objdump -k -q -o 0x1000 compressed/vmlinux > compressed/vmlinux.out; \ else \ objcopy -O binary -R .note -R .comment -R .stab -R .stabstr compressed/vmlinux compressed/vmlinux.out; \ fi objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core make[1]: *** [zImage] Error 1 make[1]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot' make: *** [zImage] Error 2 -------------------------------------------------------------- ---------------------------
I followed the README in all the kernels and reset my links, did a make mrproper, make dep; make clean and finally a make zImage.
Never seen this error before.
-Dee
---------------------------------- W.D.McKinney (Dee) deem@wdm.com No Claim to Fame, Saved by Grace ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Markus, Thanks very much. You hit a bulls eye with your reply. ---------------------------------------------------- Using binutils 2.8? Just delete or rename /usr/bin/encaps 'Older' compilers needed it. Then the kernel will rebuild fine. -------------------------- ---------------------------------- W.D.McKinney (Dee) deem@wdm.com No Claim to Fame, Saved by Grace ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Some asshole is subscribing this email adress to this list please have this email address removed permanently. You will continue to get this message until it is done. Markus Döhr wrote:
Using binutils 2.8?
Just delete or rename /usr/bin/encaps 'Older' compilers needed it.
Then the kernel will rebuild fine.
Greetings,
Markus Doehr AUBI Baubeschlaege GmbH IT-Admin
-----Ursprüngliche Nachricht----- Von: W.D.McKinney [<A HREF="mailto:deem@wdm.com">mailto:deem@wdm.com</A>] Gesendet am: Mittwoch, 15. Juli 1998 20:23 An: suse-linux-e@suse.com Betreff: [S.u.S.E. Linux] New Kernel error with linux-2.0.34-suse - Help
Here's a lengthy log of the error at the bottom. Reloaded my system with SuSE 5.2 (Thankyou Lord for the tape drive!), and I downloaded 2.0.34 to use from ftp.suse.com. Now I get this error :
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -traditional -c head.S gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -O2 -DSTDC_HEADERS -c misc.c -o misc.o ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot/compressed' gcc -I/usr/src/linux-2.0.34/include -O2 -fomit-frame-pointer -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-2.0.34/include if hash encaps 2> /dev/null; then \ objdump -k -q -o 0x1000 compressed/vmlinux > compressed/vmlinux.out; \ else \ objcopy -O binary -R .note -R .comment -R .stab -R .stabstr compressed/vmlinux compressed/vmlinux.out; \ fi objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core make[1]: *** [zImage] Error 1 make[1]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot' make: *** [zImage] Error 2 -------------------------------------------------------------- ---------------------------
I followed the README in all the kernels and reset my links, did a make mrproper, make dep; make clean and finally a make zImage.
Never seen this error before.
-Dee
---------------------------------- W.D.McKinney (Dee) deem@wdm.com No Claim to Fame, Saved by Grace ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Some asshole is subscribing this email adress to this list please have this email address removed permanently. You will continue to get this message until it is done. W.D.McKinney wrote:
Here's a lengthy log of the error at the bottom. Reloaded my system with SuSE 5.2 (Thankyou Lord for the tape drive!), and I downloaded 2.0.34 to use from ftp.suse.com. Now I get this error :
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -traditional -c head.S gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -O2 -DSTDC_HEADERS -c misc.c -o misc.o ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o make[2]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot/compressed' gcc -I/usr/src/linux-2.0.34/include -O2 -fomit-frame-pointer -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-2.0.34/include if hash encaps 2> /dev/null; then \ objdump -k -q -o 0x1000 compressed/vmlinux > compressed/vmlinux.out; \ else \ objcopy -O binary -R .note -R .comment -R .stab -R .stabstr compressed/vmlinux compressed/vmlinux.out; \ fi objdump: illegal option -- k Usage: objdump [-ahifCdDprRtTxsSlw] [-b bfdname] [-m machine] [-j section-name] [--archive-headers] [--target=bfdname] [--debugging] [--disassemble] [--disassemble-all] [--disassemble-zeroes] [--file-headers] [--section-headers] [--headers] [--info] [--section=section-name] [--line-numbers] [--source] [--architecture=machine] [--reloc] [--full-contents] [--stabs] [--syms] [--all-headers] [--dynamic-syms] [--dynamic-reloc] [--wide] [--version] [--help] [--private-headers] [--start-address=addr] [--stop-address=addr] [--prefix-addresses] [--[no-]show-raw-insn] [--demangle] [--adjust-vma=offset] [-EB|-EL] [--endian={big|little}] objfile... at least one option besides -l (--line-numbers) must be given objdump: supported targets: elf32-i386 a.out-i386-linux srec symbolsrec tekhex binary ihex trad-core make[1]: *** [zImage] Error 1 make[1]: Leaving directory `/usr/src/linux-2.0.34/arch/i386/boot' make: *** [zImage] Error 2 -----------------------------------------------------------------------------------------
I followed the README in all the kernels and reset my links, did a make mrproper, make dep; make clean and finally a make zImage.
Never seen this error before.
-Dee
---------------------------------- W.D.McKinney (Dee) deem@wdm.com No Claim to Fame, Saved by Grace ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (4)
-
deem@wdm.com
-
doehrm@aubi.de
-
dulaney0@ovis.net
-
satan3@home.com