QuRT: move to HexagonTools 7.4 toolchain

Some subsystems error on frame size without the included patches.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-09-21 14:20:21 -07:00
parent 300932bde3
commit 3f758490a4
9 changed files with 23 additions and 14 deletions
+7 -2
View File
@@ -30,13 +30,18 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
set(MODULE_CFLAGS -Os)
if(NOT ${OS} STREQUAL "qurt")
list(APPEND MODULE_CFLAGS
-Wframe-larger-than=2200)
endif()
px4_add_module(
MODULE modules__commander
MAIN commander
STACK 5000
COMPILE_FLAGS
-Wframe-larger-than=2200
-Os
${MODULE_CFLAGS}
SRCS
commander.cpp
commander_params.c