nealef commented on PR #2026:
URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1818199346

   I missed updating dynload's Makefile with `SHMODULEFLAGS`. I rebased but am 
now crapping out with:
   ```
   sched/sched_cpuload.c:109:25: error: use of undeclared identifier 
'CONFIG_SCHED_CPULOAD_TIMECONSTANT'
     if (g_cpuload_total > CPULOAD_TIMECONSTANT)
                           ^
   sched/sched_cpuload.c:59:7: note: expanded from macro 'CPULOAD_TIMECONSTANT'
         CONFIG_SCHED_CPULOAD_TIMECONSTANT * \
         ^
   1 error generated.
   ```
   Checking to make sure `SHMODULEFLAGS` is defined where it's needed.


-- 
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