-
- Downloads
Fix to move DriverFramework includes to common
Nuttx now gets to link phase. But there are two unresolved symbols:
arm-none-eabi/include/c++/4.7.4/bits/basic_string.h:1128: undefined reference to `std::string::assign(char const*, unsigned int)'
arm-none-eabi/include/c++/4.7.4/bits/stl_list.h:1534: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- cmake/common/px4_base.cmake 1 addition, 0 deletionscmake/common/px4_base.cmake
- cmake/nuttx/px4_impl_nuttx.cmake 0 additions, 1 deletioncmake/nuttx/px4_impl_nuttx.cmake
- cmake/posix/px4_impl_posix.cmake 0 additions, 1 deletioncmake/posix/px4_impl_posix.cmake
- cmake/qurt/px4_impl_qurt.cmake 0 additions, 1 deletioncmake/qurt/px4_impl_qurt.cmake
- src/lib/DriverFramework 1 addition, 1 deletionsrc/lib/DriverFramework
Loading
Please register or sign in to comment