From 6f0b2dec31d77a1bca74b1d99e268056ad77c020 Mon Sep 17 00:00:00 2001 From: JojoS Date: Mon, 14 Aug 2017 22:35:49 +0200 Subject: [PATCH] fixed linker errors for mbed 2: user lib (e.g. mbed lib) needs to be added to library group linker command changed: add flags after object files --- tools/export/mcuxpresso/.cproject.tmpl | 5 ++++- tools/export/mcuxpresso/__init__.py | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tools/export/mcuxpresso/.cproject.tmpl b/tools/export/mcuxpresso/.cproject.tmpl index 215288e23c..374263c22b 100644 --- a/tools/export/mcuxpresso/.cproject.tmpl +++ b/tools/export/mcuxpresso/.cproject.tmpl @@ -48,6 +48,9 @@ {% endfor %}