pussuw commented on PR #12922:
URL: https://github.com/apache/nuttx/pull/12922#issuecomment-2301207761

   `./cxxtest_main.cxx:31:10: fatal error: fstream: No such file or directory`
   I think this is due to a missing C++ library, not sure why my build passes 
locally but CI fails. I think I'll just disable cxxtest.
   
   ```
   Error: fpu.c:55:8: error: #warning "FPU test not built; Only available in 
the flat build (CONFIG_BUILD_FLAT)" [-Werror=cpp]
      55 | #      warning "FPU test not built; Only available in the flat build 
(CONFIG_BUILD_FLAT)"
         |        ^~~~~~~
   cc1: all warnings being treated as errors
   ```
   This I'm not sure how to fix; ostest builds the FPU test for BUILD_KERNEL 
and BUILD_PROTECTED and then gives this warning about how the test does not 
support either one. I never understood why as the obvious solution is to not 
build FPU test if !BUILD_FLAT. As arm64 has -Werror enabled, it blocks CI from 
passing.
   
   Would it be OK to simply remove FPU test from the build if !BUILD_FLAT ?


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