Error error: implicit declaration of function ‘__smp_processor_id’; did you mean
ars09 opened this issue · 1 comments
ars09 commented
Привет, Debian 10. 13 , версия ядра 4.19.0-26-amd64
Ошибку выдает при сборке
error: implicit declaration of function ‘__smp_processor_id’; did you mean ‘smp_processor_id’? [-Werror=implicit-function-declaration]
wk_cpu = __smp_processor_id();
kalamlacki commented
Hi,
You can always do:
git checkout tags/v2.5.1
and do rest of installation
Best,
Łukasz