Having Issues Launching Older Version of SDK?
Often times a version of a program can have random glitches that prevent us from executing simple tasks that wouldn't normally be an issue. We encountered this problem when trying to launch SDK 2016.2 in the newer version of Ubuntu.
To avoid this glitch:
- Navigate to /opt/Xilinx/SDK/2016.2 in the terminal
- ls
- You should see a file, settings.sh
- Type command ./settings64.sh
- Type command export SWT_GTK3=0
- Now type /opt/Xilinx/SDK/2016.2/bin/xsdk
SDK SHOULD LAUNCH!!
https://www.xilinx.com/support/answers/68490.html
To avoid this glitch:
- Navigate to /opt/Xilinx/SDK/2016.2 in the terminal
- ls
- You should see a file, settings.sh
- Type command ./settings64.sh
- Type command export SWT_GTK3=0
- Now type /opt/Xilinx/SDK/2016.2/bin/xsdk
SDK SHOULD LAUNCH!!
https://www.xilinx.com/support/answers/68490.html
Comments
Post a Comment