From c32ca422fc1bde7856e8c0ab754bd192551ad437 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 18 Jan 2022 11:37:15 +0100 Subject: [PATCH] updated shell script helpers --- .../{win_path_helper_xilinx_tools.sh => q7s-env-win.sh} | 0 cmake/scripts/Q7S/q7s-env.sh | 7 +++++++ cmake/scripts/Q7S/unix_path_helper.sh | 6 ------ 3 files changed, 7 insertions(+), 6 deletions(-) rename cmake/scripts/Q7S/{win_path_helper_xilinx_tools.sh => q7s-env-win.sh} (100%) create mode 100755 cmake/scripts/Q7S/q7s-env.sh delete mode 100644 cmake/scripts/Q7S/unix_path_helper.sh diff --git a/cmake/scripts/Q7S/win_path_helper_xilinx_tools.sh b/cmake/scripts/Q7S/q7s-env-win.sh similarity index 100% rename from cmake/scripts/Q7S/win_path_helper_xilinx_tools.sh rename to cmake/scripts/Q7S/q7s-env-win.sh diff --git a/cmake/scripts/Q7S/q7s-env.sh b/cmake/scripts/Q7S/q7s-env.sh new file mode 100755 index 00000000..818ff213 --- /dev/null +++ b/cmake/scripts/Q7S/q7s-env.sh @@ -0,0 +1,7 @@ +#!/bin/bash -i +export PATH=$PATH:"$HOME/EIVE/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin" +export CROSS_COMPILE="arm-linux-gnueabihf" + +export Q7S_SYSROOT="$HOME/Xilinx/cortexa9hf-neon-xiphos-linux-gnueabi" +export CONSOLE_PREFIX="[Q7S ENV]" +/bin/bash diff --git a/cmake/scripts/Q7S/unix_path_helper.sh b/cmake/scripts/Q7S/unix_path_helper.sh deleted file mode 100644 index 296bfdd8..00000000 --- a/cmake/scripts/Q7S/unix_path_helper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export PATH=$PATH:"/opt/Xilinx/SDK/2018.2/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin" -export CROSS_COMPILE="arm-linux-gnueabihf" - -export Q7S_SYSROOT="$HOME/Xilinx/cortexa9hf-neon-xiphos-linux-gnueabi" -