mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
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>
This commit is contained in:
@@ -164,7 +164,6 @@ function(px4_os_add_flags)
|
||||
src/lib/eigen
|
||||
src/platforms/posix/include
|
||||
mavlink/include/mavlink
|
||||
src/lib/DriverFramework/framework/include
|
||||
)
|
||||
|
||||
if(UNIX AND APPLE)
|
||||
|
||||
Reference in New Issue
Block a user