Browse Source
This fixes a compile error with GCC 5.2.0 and cross-compilation: /usr/arm-none-eabi/include/c++/5.2.0/arm-none-eabi/armv7e-m/fpu/bits/error_constants.h:122:27: error: 'ENOTSUP' was not declared in this scope not_supported = ENOTSUP, The problem was that the #include <iomanip> was taken from the host system, which conflicts with includes from NuttX (NuttX has only basic C++ STL support)master
1 changed files with 0 additions and 5 deletions
Loading…
Reference in new issue