summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/demo_apps
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7_colibri_m4/demo_apps')
-rwxr-xr-xexamples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh2
-rwxr-xr-xexamples/imx7_colibri_m4/demo_apps/hello_world/armgcc/debug/build_debug.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
index 7120907..4b188ab 100755
--- a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
+++ b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/clean.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd debug
-rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex
+rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex .cproject .project
cd ..
cd release
rm -rf Makefile cmake_install.cmake CMakeCache.txt CMakeFiles *.elf *.bin *.map *.hex
diff --git a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/debug/build_debug.sh b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/debug/build_debug.sh
index 5526f5d..3c169d2 100755
--- a/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/debug/build_debug.sh
+++ b/examples/imx7_colibri_m4/demo_apps/hello_world/armgcc/debug/build_debug.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make -j4