From 31ca140f04a6c3188376ed8230f345824f86a313 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Oct 2013 23:09:05 +0100 Subject: first working makefile --- software/wrap.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 software/wrap.sh (limited to 'software/wrap.sh') diff --git a/software/wrap.sh b/software/wrap.sh new file mode 100755 index 0000000..4caed0f --- /dev/null +++ b/software/wrap.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +AD=/software/apps/altera/quartus_ii_13.0sp1 +LL=linux +QUARTUS_ROOTDIR="${AD}/quartus" +PATH="${AD}/quartus/bin:${AD}/nios2eds/sdk2/bin:${AD}/nios2eds/bin:${AD}/nios2eds/bin/gnu/H-i686-pc-linux-gnu/bin:${PATH}" +LD_LIBRARY_PATH="${AD}/quartus/${LL}:${LD_LIBRARY_PATH}" + +export LD_LIBRARY_PATH PATH QUARTUS_ROOTDIR + +"$@" -- cgit v1.2.3