在Ubuntu下vivado >file 下launch SDK的时候 console会出现如下:
INFO: [Vivado 12-393] Launching SDK...
INFO: [Vivado 12-417] Running xsdk -workspace /home/b/delete_this_location -hwspec /home/b/delete_this_location/design_2_wrapper.hdf
INFO: [Vivado 12-3157] SDK launch initiated. Please check console for any further messages.
解决办法:找到 /opt/Xilinx/SDK/2016.3/eclipse/lnx64.o/eclipse.ini (路径依据个人情况而定)
打开终端输入 sudo chmod -R 777 eclipse.ini
在 -vmargs的上一行添加:
--launcher.GTK_version
2
然后保存。
再次launch就可以打开sdk了。