完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
我刚刚安装了WebPACK 12.4并注意到环境没有设置好 正确。 (我所做的只是在已安装的ISE_DS目录中执行'source settings64.sh'。) 问题是settings64.sh脚本没有正确获取脚本位置,它 最后留下脚本文件名。 快速解决方法是应用以下补丁: @@ -18,7 +18,7 @@ if [“$ XIL_SCRIPT_LOC_TMP_UNI”!=“”]; 那么XIL_SCRIPT_LOC_TMP_UNI =`readlink -f $ {XIL_SCRIPT_LOC_TMP_UNI}`如果[$? == 0]; 那么 - XIL_SCRIPT_LOC = $ {XIL_SCRIPT_LOC_TMP_UNI} + XIL_SCRIPT_LOC =`dirname $ {XIL_SCRIPT_LOC_TMP_UNI}`fi fi unset XIL_SCRIPT_LOC_TMP_UNI_TAIL 通过此更改,环境设置正确,一切正常。 我假设应该对32位系统的脚本进行相同的更改。 以上来自于谷歌翻译 以下为原文 Hello all, I've just installed WebPACK 12.4 and noticed that the environment does not get set up correctly. (What I did was just execute 'source settings64.sh' in the installed ISE_DS directory.) The problem is that the settings64.sh script does not get the script location correctly, it leaves the script filename at the end. A quick fix is to apply the following patch: @@ -18,7 +18,7 @@ if [ "$XIL_SCRIPT_LOC_TMP_UNI" != "" ]; then XIL_SCRIPT_LOC_TMP_UNI=`readlink -f ${XIL_SCRIPT_LOC_TMP_UNI}` if [ $? == 0 ]; then - XIL_SCRIPT_LOC=${XIL_SCRIPT_LOC_TMP_UNI} + XIL_SCRIPT_LOC=`dirname ${XIL_SCRIPT_LOC_TMP_UNI}` fi fi unset XIL_SCRIPT_LOC_TMP_UNI_TAIL With this change, the environment gets set up correctly and everything works fine. I assume the same change should be done to the script for 32-bit systems. |
|
相关推荐
1个回答
|
|
感谢您的反馈。
虽然脚本按原样为许多客户工作,但希望您的帖子可以帮助其他人不这样做。 -------------------------------------------这个空间故意留空 以上来自于谷歌翻译 以下为原文 thanks for the feedback. while the script works as-is for many customers, hopefully your post will help someone else where it doesn't.------------------------------------------- this space intentionally left blank |
|
|
|
只有小组成员才能发言,加入小组>>
2519 浏览 7 评论
2885 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2340 浏览 9 评论
3437 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2522 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
2673浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
675浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
539浏览 1评论
825浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-3-10 05:29 , Processed in 1.058744 second(s), Total 42, Slave 37 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191