+ Responder ao Tópico



  1. #1
    duker
    Visitante

    Padrão Erro no "UPGRADE" do kernel

    Eu tentei instalar um kernel novo no meu PC (2.4.20) mas aconteceu issu qdo. tentei criar o zImage:

    [root@machine500 linux]# make zImage
    . scripts/mkversion > .tmpversion
    gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DUTS_MACHINE=´"i386"´ -DKBUILD_BASENAME=version -c -o init/version.o init/version.c
    make CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 " -C kernel
    make[1]: Entering directory `/usr/src/linux-2.4.20/kernel´
    make all_targets
    make[2]: Entering directory `/usr/src/linux-2.4.20/kernel´
    gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=sys -DEXPORT_SYMTAB -c sys.c
    sys.c: In function `sys_old_getrlimit´:
    sys.c:1111: Internal error: Falha de segmenta??o.
    Please submit a full bug report.
    See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
    make[2]: *** [sys.o] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.4.20/kernel&acute;
    make[1]: *** [first_rule] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.4.20/kernel&acute;
    make: *** [_dir_kernel] Error 2

    Oq há de erradio, i ondi consiguio um tutor para o K-2.4.20 <IMG SRC="images/forum/icons/icon21.gif">

  2. #2
    Visitante

    Padrão Erro no "UPGRADE" do kernel

    lembre-se eh bzImage.. ok&acute;z.
    e descompacte o kerno no /usr/src/ crie o link simbolico #ln -s novo.kernel linux
    #cd linux ai make menuconfig- configure tudo os escolher tal&acute;z depois de tudo escolhido
    # make dep && make bzImage
    #make modules && make modules_install
    # make install

    ainda naum compilei o 2.4.20 mas no 2.4.19 vc tem q comentar as linhs ante de dar #make modules as linhas 414 ate 425 do arq. /usr/src/linux/Makefile na parte PCI etal&acute;z..
    blz. espero tre ajdua T+

    R0drig0