<GitHub82> [autotest-m1] xiangfu pushed 2 new commits to master: http://bit.ly/q6YJVs
<GitHub82> [autotest-m1/master] script file format cleanup - Xiangfu Liu
<GitHub82> [autotest-m1/master] remove hardcode crc, append those value to the end of boot.bin - Xiangfu Liu
<Alarm> I have version 13.2 of Xilinx. I ran "source / opt/Xilinx/13.2/ISE_DS/settings32.sh" The answer is:. / opt/Xilinx/13.2/ISE_DS/common/.settings32.sh / opt/Xilinx/13.2/ISE_DS/common
<Alarm> If I run "xst" for test. I have the answer: bash: xst: command not found ...
<Fallenou> wo strange
<xiangfu> Alarm, make sure in the same terminal :)
<Alarm> Xiangfu, all commands are executed as root in the same terminal :(
<xiangfu> just play 2 seconds then goto end.
<xiangfu> try to download
<xiangfu> sorry. it's ok now. maybe network problem.
<lekernel> wolfspraul, is that a new problem, or what you already mentioned before? http://en.qi-hardware.com/wiki/File:M1_rc3_box_print_problem1.JPG
<Alarm> xiangfu: do you have the same version (13.2) of ISE Webpack?
<xiangfu> Alarm, 13.1
<Alarm> xiangfu: Have you installed only Webpack ISE?
<Alarm> *ISE Webpack
<xiangfu> Alarm, what I install is : Xilinx_ISE_DS_Lin_13.1_O.40d.1.1
<Alarm> xiangfu: ok, this is the previous version
<Alarm> xiangfu: I redid my installation but 'xst' is still not found
<kristianpaul> Alarm: did you ran the source command i pointed you yesyerday?
<Alarm> xiangfu: yes -> "source /opt/Xilinx/13.2/ISE_DS/settings32.sh"
<Alarm> xiangfu: o if you type 'xst' You need to have an answer?
<Alarm> kristianpaul:you're lucky, I have: bash: xst: command not found..
<Alarm> :(
<kristianpaul> Alarm: are you running xst in the same shell that you ran before the source command?
<kristianpaul> btw can you try "ls /opt/Xilinx/13.2/ISE_DS/settings32.sh"
<kristianpaul> what is the out from that command?
<Alarm> kristianpaul:  but yes...
<kristianpaul> hum?
<Alarm> think that Xilinx does not like me ;)
<kristianpaul> too soon ;)
<larsc> they don't like me either. won't even let me download the newest webpack :/
<kristianpaul> we have a club :)
<Alarm> :)
<kristianpaul> the ls command did something Alarm?
<kristianpaul> you ran xsetup to install ise right?
<Alarm> which directory?
<Alarm> yes i ran xsetup
<Alarm> I selected the "ISE Webpack"
<GitHub51> [extras-m1] yizhangsh pushed 1 new commit to master: http://bit.ly/pLRFsG
<GitHub51> [extras-m1/master] removed unused artwork files - Yi Zhang
<GitHub84> [extras-m1] yizhangsh pushed 2 new commits to master: http://bit.ly/oUXrdp
<GitHub84> [extras-m1/master] renamed box_artwork_04.sla to box_artwork.sla - Yi Zhang
<GitHub84> [extras-m1/master] adjust the position of copyleft logo - Yi Zhang
<Fallenou> Alarm: echo $PATH
<Fallenou> after sourcing the settings32.sh
<GitHub187> [extras-m1] yizhangsh pushed 1 new commit to master: http://bit.ly/pt3cqL
<GitHub187> [extras-m1/master] removed unused artwork file - Yi Zhang
<Fallenou> Alarm: then file /opt/Xilinx/13.2/ISE_DS/common/bin/lin/xst
<Alarm> ERROR: cannot open `/opt/Xilinx/13.2/ISE_DS/common/bin/lin/xst' (No such file or directory)
<Fallenou> then this is your problem
<Fallenou> find /opt -iname xst
<Fallenou> Alarm: if you type ise does it launch the gui ?
<Alarm> ise: command not found...
<Fallenou> try to add /opt/Xilinx/13.2/ISE_DS/ISE/bin/lin/ to your PATH
<Fallenou> export PATH=$PATH:/opt/Xilinx/13.2/ISE_DS/ISE/bin/lin/
<Fallenou> weird that settings32.sh does not setup correctly your PATH environment variable
<Fallenou> Alarm: are you using a weird shell ?
<Fallenou> echo $SHELL
<Fallenou> ?
<Alarm> "/bin/bash"
<Fallenou> I guess it's a problem from Xilinx shell script then, it always worked well for me
<Fallenou> Alarm: did you try adding the path to your PATH ?
<Fallenou> well that's working now
<Fallenou> try typing ise
<Fallenou> it should start the IDE
<Alarm> exactly
<Fallenou> congratz ! :)
<Fallenou> maybe you should add the source and export commands to your .bashrc
<Fallenou> if you plan on using xst or ise on a regular basys
<Alarm> ok
<Alarm> :)