Erro: TCA_HTB_PAD não declarado ao construir o kernel

1

Eu estava tentando construir o kernel seguindo este tutorial (estou no Ubuntu). Ao executar o comando "make", recebi um erro:

net/sched/sch_htb.c: In function ‘htb_dump_class’:
net/sched/sch_htb.c:1115:10: error: ‘TCA_HTB_PAD’ undeclared (first use in this function)
          TCA_HTB_PAD))
          ^
net/sched/sch_htb.c:1115:10: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:300: recipe for target 'net/sched/sch_htb.o' failed
make[2]: *** [net/sched/sch_htb.o] Error 1
scripts/Makefile.build:553: recipe for target 'net/sched' failed
make[1]: *** [net/sched] Error 2
Makefile:1002: recipe for target 'net' failed
make: *** [net] Error 2

Este erro já foi relatado neste link (eu também construo este kernel para o kaunetem): '' TCA_HTB_PAD 'não declarado' não declarado mas o usuário não teve resposta para o problema dele.

    
por M. Le Roch 03.04.2017 / 09:48

1 resposta

0

Esse problema ocorreu devido ao problema de compatibilidade do kernel para o pacote que eu estava usando. Quando eu usei o kernel 4.5, tudo bem.

    
por 03.08.2017 / 10:41