From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Koning To: egcs@cygnus.com Subject: objdump and linux Date: Mon, 24 Nov 1997 11:45:00 -0000 Message-id: <9711241926.AA08268@kona.> X-SW-Source: 1997-11/msg00778.html I tried to build a Linux kernel with the latest snapshot. Ran into several problems, but one is peripherally related to EGCS. I installed a recent Binutils because the instructions said that's needed for egcs. But that version (970731) has an objdump that no longer understands the -k switch -- which the 2.7 version does understand. The linux kernel build needs that switch. It's not a good thing for egcs to be dependent on something that breaks the ability to build kernels... paul