02:55
<
GitHub82 >
[autotest-m1/master] script file format cleanup - Xiangfu Liu
02:55
<
GitHub82 >
[autotest-m1/master] remove hardcode crc, append those value to the end of boot.bin - Xiangfu Liu
08:41
<
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
08:41
<
Alarm >
If I run "xst" for test. I have the answer: bash: xst: command not found ...
08:47
<
Fallenou >
wo strange
08:54
<
xiangfu >
Alarm, make sure in the same terminal :)
08:58
<
Alarm >
Xiangfu, all commands are executed as root in the same terminal :(
09:25
<
xiangfu >
just play 2 seconds then goto end.
09:25
<
xiangfu >
try to download
09:27
<
xiangfu >
sorry. it's ok now. maybe network problem.
12:43
<
Alarm >
xiangfu: do you have the same version (13.2) of ISE Webpack?
12:45
<
xiangfu >
Alarm, 13.1
12:48
<
Alarm >
xiangfu: Have you installed only Webpack ISE?
12:48
<
Alarm >
*ISE Webpack
12:50
<
xiangfu >
Alarm, what I install is : Xilinx_ISE_DS_Lin_13.1_O.40d.1.1
12:53
<
Alarm >
xiangfu: ok, this is the previous version
13:47
<
Alarm >
xiangfu: I redid my installation but 'xst' is still not found
13:53
<
kristianpaul >
Alarm: did you ran the source command i pointed you yesyerday?
13:56
<
Alarm >
xiangfu: yes -> "source /opt/Xilinx/13.2/ISE_DS/settings32.sh"
14:18
<
Alarm >
xiangfu: o if you type 'xst' You need to have an answer?
14:28
<
Alarm >
kristianpaul:you're lucky, I have: bash: xst: command not found..
14:32
<
kristianpaul >
Alarm: are you running xst in the same shell that you ran before the source command?
14:33
<
kristianpaul >
btw can you try "ls /opt/Xilinx/13.2/ISE_DS/settings32.sh"
14:33
<
kristianpaul >
what is the out from that command?
14:35
<
Alarm >
kristianpaul:Â Â but yes...
14:36
<
kristianpaul >
hum?
14:37
<
Alarm >
think that Xilinx does not like me ;)
14:38
<
kristianpaul >
too soon ;)
14:39
<
larsc >
they don't like me either. won't even let me download the newest webpack :/
14:40
<
kristianpaul >
we have a club :)
14:43
<
kristianpaul >
the ls command did something Alarm?
14:43
<
kristianpaul >
you ran xsetup to install ise right?
14:44
<
Alarm >
which directory?
14:45
<
Alarm >
yes i ran xsetup
14:46
<
Alarm >
I selected the "ISE Webpack"
14:47
<
GitHub51 >
[extras-m1/master] removed unused artwork files - Yi Zhang
14:54
<
GitHub84 >
[extras-m1/master] renamed box_artwork_04.sla to box_artwork.sla - Yi Zhang
14:54
<
GitHub84 >
[extras-m1/master] adjust the position of copyleft logo - Yi Zhang
14:54
<
Fallenou >
Alarm: echo $PATH
14:54
<
Fallenou >
after sourcing the settings32.sh
14:58
<
GitHub187 >
[extras-m1/master] removed unused artwork file - Yi Zhang
15:00
<
Fallenou >
Alarm: then file /opt/Xilinx/13.2/ISE_DS/common/bin/lin/xst
15:02
<
Alarm >
ERROR: cannot open `/opt/Xilinx/13.2/ISE_DS/common/bin/lin/xst' (No such file or directory)
15:02
<
Fallenou >
then this is your problem
15:02
<
Fallenou >
find /opt -iname xst
15:08
<
Fallenou >
Alarm: if you type ise does it launch the gui ?
15:08
<
Alarm >
ise: command not found...
15:10
<
Fallenou >
try to add /opt/Xilinx/13.2/ISE_DS/ISE/bin/lin/ to your PATH
15:10
<
Fallenou >
export PATH=$PATH:/opt/Xilinx/13.2/ISE_DS/ISE/bin/lin/
15:10
<
Fallenou >
weird that settings32.sh does not setup correctly your PATH environment variable
15:11
<
Fallenou >
Alarm: are you using a weird shell ?
15:11
<
Fallenou >
echo $SHELL
15:13
<
Alarm >
"/bin/bash"
15:15
<
Fallenou >
I guess it's a problem from Xilinx shell script then, it always worked well for me
15:15
<
Fallenou >
Alarm: did you try adding the path to your PATH ?
15:20
<
Fallenou >
well that's working now
15:20
<
Fallenou >
try typing ise
15:20
<
Fallenou >
it should start the IDE
15:24
<
Fallenou >
congratz ! :)
15:24
<
Fallenou >
maybe you should add the source and export commands to your .bashrc
15:25
<
Fallenou >
if you plan on using xst or ise on a regular basys