发布时间:2022-09-13 06:30
主要是两个坑,一个是执行安装命令后弹出提示,大概意思是当前安装的版本所支持的系统中没有ubuntu20.04,但是仍然可以安装。点击确定后无反应,终端提示
./xsetup
Exception in thread "SPLASH_LOAD_MESSAGE" java.lang.IllegalStateException: no splash screen available
at java.desktop/java.awt.SplashScreen.checkVisible(Unknown Source)
at java.desktop/java.awt.SplashScreen.getBounds(Unknown Source)
at java.desktop/java.awt.SplashScreen.getSize(Unknown Source)
at com.xilinx.installer.gui.H.run(Unknown Source)
Exception in thread "main" java.lang.IllegalStateException: no splash screen available
at java.desktop/java.awt.SplashScreen.checkVisible(Unknown Source)
at java.desktop/java.awt.SplashScreen.close(Unknown Source)
at com.xilinx.installer.gui.G.b(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.G(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.e(Unknown Source)
at com.xilinx.installer.api.InstallerLauncher.main(Unknown Source)
可以参考:https://blog.csdn.net/haoxingheng/article/details/108938279
声明:我的安装文件是在【/home/(我的用户名)/】下,不同路径可能后续步骤略有不同,注意这里(我的用户名)要根据具体情况替换
./xsetup -b ConfigGen
./xsetup -c ~/.Xilinx/install_config.txt --agree XilinxEULA,3rdPartyEULA,WebTalkTerms --batch Add
理论安装1-4小时,我这里安装了大概2小时。
另外一个坑是安装后启动vivado无反应。
一开始是看了这篇:https://blog.csdn.net/weixin_43274923/article/details/104748378
尝试在bashrc文件末端添加:
source /home/(我的用户名)/tools/Xilinx/Vivado/2020.1/settings64.sh
在想创建vivado工程的目录下,右键打开终端执行
vivado
提示
application-specific initialization failed: couldn't load file "librdi_commontasks.so": libtinfo.so.5: cannot open shared object file: No such file or directory
后面参考这篇:https://blog.csdn.net/Fork_xz/article/details/109403539
成功解决。
原因:
so.5 表示这是v5版本的 libtinfo 库,这个版本可能没有安装在当前版本的Ubuntu系统中。更新库并重新链接可以解决错误调用问题。
方法:
sudo apt update
sudo apt install libtinfo-dev
sudo ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5
感谢以上博主提供的解决方法。
Lightroom Classic 2022 11.4.1版本更新,Lightroom Classic 2022新功能
Paper Time 回顾|MB2:为自治数据库建立行为模型
vue watch报错:Error in callback for watcher “xxx“: “TypeError: Cannot read properties of undefined ...
基线模型开源分享及深度讲解 | 2021 MAXP 直播第二讲:基于DGL的图机器学习任务
SpringBoot系列——Security + Layui实现一套权限管理后台模板
【Todo】【转载】深度学习&神经网络 科普及八卦 学习笔记 & GPU & SIMD
MIT 曝光 M1 不可修复的漏洞,网友:时间挺巧,是时候换 M2 了!