hi, normally what i do is $objdump -d name_of_module it will five you offsets of all the instruction and then where the module is going to load you get it from $grep 'module-name' /proc/ksyms it will give you the location where your module is going to load add the offset to get to correct position. Is that you want? Prasanna --- Danilo Reinhardt <Danilo.Reinhardt@de.bosch.com> wrote: > Hi, > > short question: how can i generate a map file for a > module if i compile > it independent of the normal kernel? > > Long: ;) I have a module, and i need a mapping from > source to the > generated assembler to see where kgdb is at my > source... the normal > system.map doesnt help me, because it is only > generated for the official > kernel not my module... > > Bye Dan > > > -- > Kernelnewbies: Help each other learn about the Linux > kernel. > Archive: > http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > __________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/