From 183f374989a4a0d2fa9671b4553df01397eff580 Mon Sep 17 00:00:00 2001 From: casper-workshop Date: Tue, 6 Aug 2019 13:55:33 -0400 Subject: [PATCH] add LD_PRELOAD to other platforms Turns out even if they don't use the xml code (which only red_pitaya does) the toolflow will still bomb out without the preload --- skarab/startsg.local.2019 | 2 +- snap/startsg.local.2019 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skarab/startsg.local.2019 b/skarab/startsg.local.2019 index 35b09ee..c3c84d9 100644 --- a/skarab/startsg.local.2019 +++ b/skarab/startsg.local.2019 @@ -2,4 +2,4 @@ export XILINX_PATH=/opt/Xilinx/Vivado/2019.1 export MATLAB_PATH=/opt/MATLAB/R2018a export PLATFORM=lin64 export JASPER_BACKEND=vivado - +export LD_PRELOAD=${LD_PRELOAD}:"/usr/lib/x86_64-linux-gnu/libexpat.so" diff --git a/snap/startsg.local.2019 b/snap/startsg.local.2019 index 35b09ee..c3c84d9 100644 --- a/snap/startsg.local.2019 +++ b/snap/startsg.local.2019 @@ -2,4 +2,4 @@ export XILINX_PATH=/opt/Xilinx/Vivado/2019.1 export MATLAB_PATH=/opt/MATLAB/R2018a export PLATFORM=lin64 export JASPER_BACKEND=vivado - +export LD_PRELOAD=${LD_PRELOAD}:"/usr/lib/x86_64-linux-gnu/libexpat.so"