XuNeo opened a new pull request, #2979:
URL: https://github.com/apache/nuttx-apps/pull/2979

   
   
   ## Summary
   
   Fix build break using cmake.
   
   ```
   /nuttx/apps/testing/ostest/ostest_main.c:322:(.text.user_main+0x3c3): 
undefined reference to `sched_thread_local_test'
   collect2: error: ld returned 1 exit status
   ninja: build stopped: subcommand failed.
   ```
   
   ## Impact
   
   cmake works now.
   
   ## Testing
   
   ```
   cmake -Bbuild -GNinja -DBOARD_CONFIG=qemu-intel64:nsh nuttx
   ninja -C 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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to