lkml.org 
[lkml]   [2004]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.6.8-rc2 crash(s)?
Date
On Jul 25, 2004, at 09:43, Gene Heskett wrote:
> Humm, maybe I missunderstand you:
> [root@coyote linux-2.6.8-rc2-nf2]# objdump -d
> </boot/vmlinuz-2.6.8-rc2-nf2>.o >file.objdump
> objdump: a.out: No such file or directory

Heh. You aren't supposed to put the angle-brackets around the file.
The shell reads this like thie following:
# cat '/boot/vmlinux-2.6.8-rc2-nfs>.o' | objdump -d >file.objdump..
Then objdump doesn't get an input file, so it looks for the default
input file, "a.out", which it can't find. Just write it like the
following:
# objdump -d /boot/vmlinux-2.6.8-rc2-nf2 >file.objdump
Or the following:
# objdump -d dcache.o >file.objdump

Cheers,
Kyle Moffett

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/IT/U d- s++: a17 C++++>$ UB/L/X/*++++(+)>$ P+++(++++)>$
L++++(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+
PGP+++ t+(+++) 5 X R? tv-(--) b++++(++) DI+ D+ G e->++++$ h!*()>++$ r
!y?(-)
------END GEEK CODE BLOCK------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

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