mildsky opened a new issue, #11163:
URL: https://github.com/apache/nuttx/issues/11163
I tried to build simulator on my M2 MBA, It produce error like below.
`
➞ ./tools/configure.sh -m sim:nsh
No configuration change.
➞ make clean
➞ make -j8
Create version.h
CC: misc/lib_fnmatch.c 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.
make[1]: *** [sched_cpuload.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [sched/libsched.a] Error 2
make: *** Waiting for unfinished jobs....
`
I fetched master branch before I build.
--
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]