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:
Mark Charlebois
2016-01-27 13:01:49 -08:00
committed by Julian Oes
parent e6d27f019e
commit 801affd761
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
)