[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compilazione Kernel



On Thu, 20 Jul 2006 15:00:17 +0200 lucakodo@libero.it wrote:

> Ciao a tutti,
> 
> è un pò che non scrivo in lista ma ero un pò occupato a
> configurare fluxbox.
> Ora sto compilando il kernel ma dopo aver dato il comando "make modules", 
> si interrompe il processo con questi errori:
> 
> CC [M]  drivers/atm/idt77252.o
> {standard input}: Assembler messages:
> {standard input}:6027: Error: value of ffffffffffffff7f too large for field of 1 bytes at 000000000000313e
> make[3]: *** [drivers/atm/idt77252.o] Error 1
> make[2]: *** [drivers/atm] Error 2
> make[1]: *** [drivers] Error 2
> make[1]: Leaving directory `/usr/src/linux-source-2.6.15'
> make: *** [debian/stamp-build-kernel] Error 2
> 
> 
> Qualcuno mi può aiutare?
> Che significa "Error 2"?
> 
> Grazie
> 

Da http://www.gnu.org/software/make/manual/make.html#Error-Messages

`[foo] Error NN'
`[foo] signal description'
    These errors are not really make errors at all. They mean that a program that make 
    invoked as part of a command script returned a non-0 error code
    (`Error NN'), which make interprets as failure, or it exited in some
    other abnormal fashion (with a signal of some type). 
    See Errors in Commands.

Insomma, make dice solo che qualcosa è andato storto, e la causa la trovi
sopra (i messaggi che vengono dall'assembler).

1) Provato a fare un rm di idt77252.o e rifare il make modules?
2) Ma *davvero* ti serve il driver per reti ATM?

Ciao
-- 
Maxx



Reply to: