~ $ cd "~/Program Files/ADS2009U1"
~/Program Files/ADS2009U1 $ export HPEESOF_DIR=$(pwd)
~/Program Files/ADS2009U1 $ export PATH=${HPEESOF_DIR}/bin:${PATH}
mrflibble said:Hello Vigort,
I also just now decided to give ADS2009 a try, which is why I did a search on here about it. It also happens to be on debian. For it to start I needed to do 2 things. First make sure the HPEESOF_DIR environment variable is set to the install dir of ads2009. And 2nd add it's bin directory to your path.
Thanks, I will consider on the future.mrflibble said:I also noted that you have spaces in your directory name. Please be aware that on *nix that sometimes gives problems with programs and especially shell scripts. And I see ads itself is a korn shell script, so just beware.
If it is really necessary to you, that I think that this question can be solved ;-)mrflibble said:Alright, now all I need is that trial license.
Vigort said:Where to me to look this variable HPEESOF_DIR: in install or in the installed directory?
export HPEESOF_DIR=/opt/ads2009u1
export PATH=/opt/ads2009u1/bin:$PATH
ads
Vigort said:If it is really necessary to you, that I think that this question can be solved ;-)
P.S. You install "Complete" or "Custom" (with FlexNET files) versions ADS?
#!/bin/sh
#
# Agilent ADS 2009 Update 1
#
export HPEESOF_DIR=/opt/ads2009u1
export PATH=${HPEESOF_DIR}/bin:${PATH}
ads $@
HPEESOF_DIR=/home/Programs/ADS2009U1
PATH=.:$HPEESOF_DIR/bin/linux_x86_64:$HPEESOF_DIR/bin:$PATH
LD_LIBRARY_PATH=$HPEESOF_DIR/adsptolemy/lib.linux_x86:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$HPEESOF_DIR/lib/linux_x86:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$HPEESOF_DIR/adsptolemy/lib.linux_x86_64:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$HPEESOF_DIR/lib/linux_x86_64:$LD_LIBRARY_PATH
SIMARCH=linux_x86_64
export HPEESOF_DIR
#!/bin/sh
#
#Startup script for ADS2006A
cd /home/igor/Programs/ADS2009U1/bin
ads
Vigort said:I use longer script:
1. I extend in.bashrc:
Code:HPEESOF_DIR=/home/Programs/ADS2009U1 PATH=.:$HPEESOF_DIR/bin/linux_x86_64:$HPEESOF_DIR/bin:$PATH LD_LIBRARY_PATH=$HPEESOF_DIR/adsptolemy/lib.linux_x86:$LD_LIBRARY_PATH LD_LIBRARY_PATH=$HPEESOF_DIR/lib/linux_x86:$LD_LIBRARY_PATH LD_LIBRARY_PATH=$HPEESOF_DIR/adsptolemy/lib.linux_x86_64:$LD_LIBRARY_PATH LD_LIBRARY_PATH=$HPEESOF_DIR/lib/linux_x86_64:$LD_LIBRARY_PATH SIMARCH=linux_x86_64 export HPEESOF_DIR
Vigort said:LD_LIBRARY_PATH I have registered, as for me produced an error libXm.so.3 (demanded 32 bit).
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?