mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 09:10:34 +08:00
Adds alias __errno to linker file fixed link, need to understand why.
This commit is contained in:
@@ -110,6 +110,7 @@ add_dependencies(firmware_io_nuttx
|
||||
nuttx_export_${config_io_board}
|
||||
msg_gen
|
||||
io_prebuild_targets
|
||||
mixer_gen
|
||||
)
|
||||
|
||||
set(nuttx_export_dir ${CMAKE_BINARY_DIR}/${config_io_board}/NuttX/nuttx-export)
|
||||
|
||||
@@ -37,6 +37,9 @@ add_custom_command(OUTPUT mixer_multirotor.generated.h
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/multi_tables.py
|
||||
> mixer_multirotor.generated.h)
|
||||
|
||||
add_custom_target(mixer_gen
|
||||
DEPENDS mixer_multirotor.generated.h)
|
||||
|
||||
px4_add_module(
|
||||
MODULE modules__systemlib__mixer
|
||||
SRCS
|
||||
|
||||
Reference in New Issue
Block a user