Re: Generate assembly listings of the kernel

2007-12-05 Thread Binyamin Dissen
On Wed, 5 Dec 2007 15:45:18 +0100 "Vegard Nossum" <[EMAIL PROTECTED]> wrote: :>On Dec 5, 2007 12:41 PM, Binyamin Dissen <[EMAIL PROTECTED]> wrote: :>> Give a Kernel source tree, how can I generate assembly listings for all or :>> part? :>> Running GCC -S against an individual module does not work

Re: Generate assembly listings of the kernel

2007-12-05 Thread pradeep singh
On 12/5/07, Binyamin Dissen <[EMAIL PROTECTED]> wrote: > Give a Kernel source tree, how can I generate assembly listings for all or > part? Does objdump solves your problem? It will give you asm code for the module specificed. Thanks > > Running GCC -S against an individual module does not work -

Re: Generate assembly listings of the kernel

2007-12-05 Thread Rene Herman
On 05-12-07 15:45, Vegard Nossum wrote: On Dec 5, 2007 12:41 PM, Binyamin Dissen <[EMAIL PROTECTED]> wrote: Give a Kernel source tree, how can I generate assembly listings for all or part? Running GCC -S against an individual module does not work - generates many compiler errors. I sugges

Re: Generate assembly listings of the kernel

2007-12-05 Thread Vegard Nossum
Hi, On Dec 5, 2007 12:41 PM, Binyamin Dissen <[EMAIL PROTECTED]> wrote: > Give a Kernel source tree, how can I generate assembly listings for all or > part? > > Running GCC -S against an individual module does not work - generates many > compiler errors. > > -- > Binyamin Dissen <[EMAIL PROTECTED]

Generate assembly listings of the kernel

2007-12-05 Thread Binyamin Dissen
Give a Kernel source tree, how can I generate assembly listings for all or part? Running GCC -S against an individual module does not work - generates many compiler errors. -- Binyamin Dissen <[EMAIL PROTECTED]> http://www.dissensoftware.com Should you use the mailblocks package and expect a re