URL: https://linuxfr.org/users/mouquiette/journaux/compil-noyau-petit-pb Title: Compil noyau => petit pb Authors: Toto Date: 2003年04月25日T01:04:42+02:00 Tags: Score: 0 je suis en train de m'amuser a compiler un petit noyau (pour installer mon palm Zire), quand il met mets une jolie petite erreur a la compile. Une idee ? en dessous les dernieres lignes de compile : nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort> System.map make[2]: Entering directory `/usr/src/linux/arch/i386/boot' gcc -E -D__KERNEL__ -I/usr/src/linux/include -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA bootsect.S -o bbootsect.s as -o bbootsect.o bbootsect.s bbootsect.s: Assembler messages: bbootsect.s:253: Warning: indirect lcall without `*' ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect ld: cannot open binary: No such file or directory make[2]: *** [bbootsect] Error 1 make[2]: Leaving directory `/usr/src/linux/arch/i386/boot' make[1]: *** [bzImage] Error 2 make[1]: Leaving directory `/usr/src/linux' make: *** [stamp-build] Error 2