mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Added define for qurt build so the _skel library works
The _skel lib created for the qurt build was failaing because the loader could not find the un-exported global symbol because default visibility was set to hidden. The define is used to explicitly export the QAIC function needed bu the loader. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
committed by
Julian Oes
parent
e6d27f019e
commit
801affd761
+1
-1
Submodule cmake/cmake_hexagon updated: c148d92f59...ad5d12a639
@@ -172,6 +172,7 @@ function(px4_os_add_flags)
|
||||
set(added_definitions
|
||||
-D__PX4_QURT
|
||||
-D__PX4_POSIX
|
||||
-D__QAIC_SKEL_EXPORT=__EXPORT
|
||||
-include ${PX4_INCLUDE_DIR}visibility.h
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user