acassis commented on issue #11163:
URL: https://github.com/apache/nuttx/issues/11163#issuecomment-1806293040

   @mildsky  there is something wrong on your config! sched_cpuload.c is only 
compiled when CONFIG_SCHED_CPULOAD is enabled and by default it is disabled:
   ```
   $ cat .config | grep CONFIG_SCHED_CPULOAD
   # CONFIG_SCHED_CPULOAD is not set
   ```
   Did you run "make menuconfig" and added it manually? Anyway is it strange 
because when I enable CONFIG_SCHED_CPULOAD into menuconfig, it automatically 
defines that symbol that is missing on your setup:
   
   ```
   $ cat .config | grep CONFIG_SCHED_CPULOAD_TIMECONSTANT
   CONFIG_SCHED_CPULOAD_TIMECONSTANT=2
   ```
   
   BTW, I'm using Linux, not sure if it could be something specific to MacOS M2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to