summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh
diff options
context:
space:
mode:
authorRaul Munoz <raul.munoz@toradex.com>2017-05-19 15:06:08 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-19 11:24:57 -0700
commit7429fb15d4c20e49aacfad1aabfd5322fce56d05 (patch)
treef875c76123ed44391f64fd4a031c81df317efd66 /examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh
parentb3bef20d261f9bde256bc58f8ae493478785d682 (diff)
examples: gpio_imx: update CMake structure
Updating this CMake struct according hello_world example. Using this new struct we can build debug and release configuration at the same time and use Eclipse. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh b/examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh
new file mode 100755
index 0000000..3c169d2
--- /dev/null
+++ b/examples/imx7_colibri_m4/driver_examples/gpio_imx/armgcc/debug/build_debug.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
+make -j4