Ok, I found the warning what you refers

../kern/thread.h:401:42: warning: implicit declaration of function
‘cpu_number’; did you mean ‘cpu_idle’? [-Wimplicit-function-declaration]

After check the cpu_number.h file, feels that It don't define the
cpu_number function in multi-processor mode

https://pastebin.com/rnpVCtXp

But I don't found the source file to this library, to check the
implementation.

2018-06-14 18:36 GMT+02:00 Samuel Thibault <samuel.thiba...@gnu.org>:

> Almudena Garcia, le jeu. 14 juin 2018 17:58:42 +0200, a ecrit:
> > You can see the error in this log
> >
> > [2]https://pastebin.com/wZnXQ61y
> >
> > Feels I syntax error, but I don't sure
>
> Look at the very first warning, the rest can be just a consequence of
> it. It seems to be saying that it's simply missing the cpu_number()
> implementation.
>
> Samuel
>

Reply via email to