lkml.org 
[lkml]   [1998]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: objdump flags associated with 2.0.33 kernel compliation
> Jim Bourne wrote:
>
> > Not sure if this is the right way (tm) to do it, but I found changing the
> > OBJDUMP var in /usr/src/linux/arch/i386/Makefile to the same as OBJCOPY
> > and removing the OBJDUMP_FLAGS worked.
> >
> > from /usr/src/linux/arch/i386/Makefile (lines 40+41)
> >
> > OBJDUMP=$(CROSS_COMPILE)objcopy -O binary -R .note -R .comment -S
> > OBJDUMP_FLAGS=
> >
> > Then in /usr/src/linux/arch/i386/boot/Makefile change (line 22)
> >
> > $(OBJDUMP) $(OBJDUMP_FLAGS) -o $(ZIMAGE_OFFSET) compressed/vmlinux > compressed/vmlinux.out; \
> >
> > to
> >
> > $(OBJDUMP) compressed/vmlinux compressed/vmlinux.out; \
> >
> > It's a hack but it worked.
> >
> > Regards
> > Jim
> >
> >
> >
> >
> >
>
> ThanX....that little hack was what I was going to do...actually, I was going to leave the "-o"
> flag and take out $OBJFLAGS, but I thought I'd ask here first.....since you say it's worked for
> you, I think I'll try it now....thanX again.....
>
> --
> Woody
> woody@abcs.com
> "Give me an underground laboratory, half a dozen atom smashers, and a
> beautiful girl in a diaphanous veil waiting to be turned into a
> chimpanzee, and I care not who writes the nations laws!"





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.519 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site