Keir Fraser a écrit :

On 8/9/06 17:40, "PUCCETTI Armand" <armand.puccetti@cea.fr> wrote:

  
We have tried to compile XEN using the command

$ make CC="gcc -g" V=1 CONFIG_DEBUG_INFO=1 world

but this does not generate a binary image with debug info. The .o files
are however compiled in debug mode. Therefore,
the debug info seems to be stripped from the image somewhere...
    

The xen-syms file is not stripped. Use that instead of the xen or xen.gz
files.

 -- Keir

  
OK, but what about a bzimage or another kind of compressed image with a boot sector in it?