赛灵思运行linux,在Linux中安装12.2 ISE怎么启动

以上来自于谷歌翻译

以下为原文

It looks like Its unable to find the specified directory in the script.

Please check if you have complete prevelidges.

Further you might want to change the script as well the complete path  and run it  beacuse tools arent tested for unsupported OS.

2018-12-7 11:23:27

d6e83965612547db3ff693951622eb97.png

评论

提交评论

以上来自于谷歌翻译

以下为原文

You have mixed up things a lot...

If you are running csh/tcsh you should use but on the other file...

$  source settings32.csh

But if you are using sh/bash - most likely you are you should use

$  . settings32.sh

(Yea, there is a dot followed by a space! Using source here will try to evaluate the file as a Tcl program...)

Now you can start ise!

$ ise &

2018-12-7 11:40:13

d6e83965612547db3ff693951622eb97.png

评论

提交评论

以上来自于谷歌翻译

以下为原文

(Noted that bash also has the source builtin, sh does not have it. But you should still source .sh files)

But there are problems later...

Try this

$ source /opt/Xilinx/12.2/ISE_DS/settings64.sh

$ konqueror

konqueror: /opt/Xilinx/12.2/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libkdecore.so.5)

konqueror: /opt/Xilinx/12.2/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libkdecore.so.5)

- - -

$ firefox

Couldn't load XPCOM.

This will make it impossible to look at html contents when clicking on links in ise windows...

I bet it is the LD_LIBRARY_PATH that is problematic

$ LD_LIBRARY_PATH=

$ konqueror

And it starts as it should...

Work around - use 32 bit ISE and 64 bit browser

$ source /opt/Xilinx/12.2/ISE_DS/settings64.sh

$ konqueror

Works

As does links in ise - opened by firefox by default

2018-12-7 11:45:48

d6e83965612547db3ff693951622eb97.png

评论

提交评论

以上来自于谷歌翻译

以下为原文

Well konqueror no longer works, results in

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libkdecore.so.5)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libkdecore.so.5)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib64/libstreamanalyzer.so.0)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libstreamanalyzer.so.0)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libstreamanalyzer.so.0)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib64/libstreams.so.0)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libstreams.so.0)

konqueror: /opt/Xilinx/12.4/ISE_DS/common/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libstreams.so.0)

Probably because I upgraded to OpenSuSE 11.3 x86_64

So, I have to solve this in another way...

$ cat ~/bin/firefox-tab.sh

#! /bin/sh

LD_LIBRARY_PATH=

/usr/bin/firefox -remote "openURL(${*},new-tab)"

CTRL-D

$ chmod +x ~/bin/firefox-tab.sh

Edit->Preferences

Category: HTML Browser

change field to

/home/YOUR_USERNAME/bin/firefox-tab.sh %1

With this change you can access tutorials Help->Xilinx on the Web->Tutorials

But for some reason it does not work when Connectin to Obtain a Licence Key, is this setting ignored?

The preffered solution would be to unset LD_LIBRARY_PATH before calling external programs not included in Xilinx software...

jishu_1697005_1_1.html            firefox-tab.sh ‏1 KB

2018-12-7 11:58:57

d6e83965612547db3ff693951622eb97.png

评论

提交评论

以上来自于谷歌翻译

以下为原文

This is still a problem with ISE 14.7.

That GLIB is now really old. I have messed around with it on two distros (Debian 7 and OpenSuse 11) to no avail.

In the end I resorted to manually copying the license file from the license web site once I had learned my way around it.

Why can't Xilinx compile utilities such as xlcm as a static binaries to avoid all this?

It would probably be a larger file but would save hours of messing around.

On OpenSuse 11  I got the following by running xlcm from the command line ( it wouldn't run at all from the ISE) when it tries to connect to your web site.

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libkdecore.so.5)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libkdecore.so.5)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib64/libstreamanalyzer.so.0)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libstreamanalyzer.so.0)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libstreamanalyzer.so.0)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib64/libstreams.so.0)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libstreams.so.0)

kfmclient: /home/ken/Xilinx_ISE_14.7/14.7/ISE_DS/common//lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib64/libstreams.so.0)

gcc -v gives me v4.4.

2018-12-7 12:10:26

d6e83965612547db3ff693951622eb97.png

评论

提交评论

只有小组成员才能发言,加入小组>>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值