From b2c12ff522b28bf662a5f49d7c19f73baec596d8 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Wed, 13 May 2015 18:49:00 -0700 Subject: [PATCH] QuRT: added stub for inclusion of libdspal.a libdspal.a is still incomplete and so is not yet used Signed-off-by: Mark Charlebois --- makefiles/toolchain_hexagon.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/makefiles/toolchain_hexagon.mk b/makefiles/toolchain_hexagon.mk index 42144e9177..a220baa594 100644 --- a/makefiles/toolchain_hexagon.mk +++ b/makefiles/toolchain_hexagon.mk @@ -49,6 +49,7 @@ HEXAGON_ISS_DIR = $(HEXAGON_TOOLS_ROOT)/qc/lib/iss TOOLSLIB = $(HEXAGON_TOOLS_ROOT)/dinkumware/lib/$(V_ARCH)/G0 QCTOOLSLIB = $(HEXAGON_TOOLS_ROOT)/qc/lib/$(V_ARCH)/G0 QURTLIB = $(HEXAGON_SDK_ROOT)/lib/common/qurt/ADSP$(V_ARCH)MP/lib +#DSPAL = $(PX4_BASE)/../dspal_libs/libdspal.a CC = $(HEXAGON_CLANG_BIN)/$(CROSSDEV)clang @@ -62,22 +63,23 @@ OBJDUMP = $(HEXAGON_BIN)/$(CROSSDEV)objdump QURTLIBS = \ $(TOOLSLIB)/init.o \ - $(QURTLIB)/crt0.o \ $(TOOLSLIB)/libc.a \ $(TOOLSLIB)/libqcc.a \ - $(QCTOOLSLIB)/libhexagon.a \ + $(TOOLSLIB)/libstdc++.a \ + $(QURTLIB)/crt0.o \ $(QURTLIB)/libqurt.a \ $(QURTLIB)/libqurtkernel.a \ $(QURTLIB)/libqurtcfs.a \ $(QURTLIB)/libqube_compat.a \ $(QURTLIB)/libtimer.a \ $(QURTLIB)/libposix.a \ - $(TOOLSLIB)/libstdc++.a \ $(QURTLIB)/../examples/cust_config.o \ + $(QCTOOLSLIB)/libhexagon.a \ $(TOOLSLIB)/fini.o + # Check if the right version of the toolchain is available # CROSSDEV_VER_SUPPORTED = 6.4.05