Skip to content

Commit

Permalink
add LD_PRELOAD to other platforms
Browse files Browse the repository at this point in the history
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
  • Loading branch information
casper-workshop committed Aug 6, 2019
1 parent 95a0df5 commit 183f374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skarab/startsg.local.2019
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion snap/startsg.local.2019
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 183f374

Please sign in to comment.