Announcement

Collapse
No announcement yet.

asm-offsets.c - Missing

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    asm-offsets.c - Missing

    Hello!

    Well, i'm trying to recompile my kernel - 2.6.22-14-generic - and i'm getting this error:

    Code:
    root@preto:/usr/src/linux-headers-2.6.22-14-generic# make bzImage
     CHK   include/linux/version.h
     CHK   include/linux/utsrelease.h
     UPD   include/linux/utsrelease.h
     HOSTCC scripts/basic/fixdep
     HOSTCC scripts/basic/docproc
    make[1]: *** Sem regra para processar o alvo `arch/i386/kernel/asm-offsets.c', necessário por `arch/i386/kernel/asm-offsets.s'. Pare.
    make[1]:*** No rule to process the target 'arch/i386/kernel/asm-offsets.c', needed by `arch/i386/kernel/asm-offsets.s'. Stop
    make: ** [prepare0] Erro 2
    The error in english:

    Code:
    make[1]:*** No rule to process the target 'arch/i386/kernel/asm-offsets.c', needed by `arch/i386/kernel/asm-offsets.s'. Stop
    I see that I need the 'asm-offsets.c', but I don't know where I can get it.


    Thanks for the help
Working...
X