From 191f3c3deb1bb5250ff0d893a66483de99f1bd6e Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Mon, 7 Feb 2022 09:47:12 +0100 Subject: [PATCH] moved toolchain path print out --- cmake/scripts/egse/egse_path_helper_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/scripts/egse/egse_path_helper_win.sh b/cmake/scripts/egse/egse_path_helper_win.sh index 006d20e7..4bda17b0 100644 --- a/cmake/scripts/egse/egse_path_helper_win.sh +++ b/cmake/scripts/egse/egse_path_helper_win.sh @@ -5,9 +5,9 @@ TOOLCHAIN_PATH="/c/SysGCC/raspberry/bin" if [ $# -eq 1 ];then export PATH=$PATH:"$1" else - echo "Path of toolchain set to $TOOLCHAIN_PATH" export PATH=$PATH:$TOOLCHAIN_PATH fi +echo "Path of toolchain set to $TOOLCHAIN_PATH" export CROSS_COMPILE="arm-linux-gnueabihf" export RASPBERRY_VERSION="4" \ No newline at end of file