This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
objdump and linux
- To: egcs at cygnus dot com
- Subject: objdump and linux
- From: Paul Koning <pkoning at xedia dot com>
- Date: Mon, 24 Nov 1997 14:26:31 -0500
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