nuttx/libcxxtest: Fix build error.
libcxx/src/thread.cpp:123:2: error: #error "Thread.cpp needs to enable config of CONFIG_TLS_TASK_NELEM," " and CONFIG_TLS_TASK_NELEM > 0, please enable it"
123 | #error "Thread.cpp needs to enable config of CONFIG_TLS_TASK_NELEM," \
| ^~~~~
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
parent
43a8a80c74
commit
eb4d1a14b3
1 changed files with 1 additions and 0 deletions
|
|
@ -91,3 +91,4 @@ CONFIG_SYSTEM_NSH=y
|
|||
CONFIG_SYSTEM_PING=y
|
||||
CONFIG_TESTING_CXXTEST=y
|
||||
CONFIG_TLS_NELEM=4
|
||||
CONFIG_TLS_TASK_NELEM=8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue