Skip to content

Commit

Permalink
nuttx/libcxxtest: Fix build error.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cuiziweizw committed Oct 12, 2024
1 parent 5076b0c commit d20bf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/sim/sim/sim/configs/libcxxtest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d20bf22

Please sign in to comment.