updated shell script helpers

This commit is contained in:
2022-01-18 11:37:15 +01:00
parent a85800d86c
commit c32ca422fc
3 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
export PATH=$PATH:"/c/Xilinx/SDK/2018.2/gnu/aarch32/nt/gcc-arm-linux-gnueabi/bin"
export CROSS_COMPILE="arm-linux-gnueabihf"
export Q7S_SYSROOT="/c/Users/${USER}/Documents/EIVE/cortexa9hf-neon-xiphos-linux-gnueabi"