added unix path helper

This commit is contained in:
Robin Müller 2021-04-01 10:24:21 +02:00 committed by Robin.Mueller
parent a0b1fb874d
commit 4177f54f68

View File

@ -0,0 +1,6 @@
#!/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"